Commit a7b91794 authored by 1071ae964b205fc96951cf272887f050's avatar 1071ae964b205fc96951cf272887f050
parents f757ca65 433c8d0b
......@@ -44,11 +44,42 @@ Question: write a markdown file that has the same content as the given PDF file.
This is what I am doing right now. Current time is June 11, 2025. I have finished the homework of module 1. The deadline for finishing the module 1 is June 13, 2025.
## For module 2
In module 2, Jupyter, a quite useful tool was introduced to us. In Jupyter, markdown is used for the text cells, and python can be used for the code cells.
Notably, the math symbols and formulations in text cells follow the syntax of Latex.
In addition, Jupyter is an online IDE, so we can directly write python code in the code cells of it without building any local environments and configurations.
## exercise 2-1: reproduce the PDF file about $\pi$
State: finished.
Note: use the jupyter to recover the content in that PDF file. when the python code is finished, run it to print or draw the figure.
## exercise 2-2: compute mean value and min etc. of the given data
State: finished.
Note: use the functions in numpy to compute the mean value etc of the given data. One of the requirement is "Round to 2 decimal places".
## exercise 2-3: draw a sequence plot and a histogram of the given data
State: finished.
Note: use matplotlib to draw a sequence plot and a histogram of the given data. When the python code is finished, run it to draw the figures.
## exercise 2-4: record some interesting data and visualize it
State: finished.
Note: I searched and recorded the human population from 1900 to 2025 and that of France from 1900 to 2025. These data have been visualized in my Jupyter notebook. See it for details.
## About the quiz
To be honest, I found that some quizzes in this mooc are quite confusing, espicially the quiz 10. Some of its given "correct answer" have nothing to do with the related videos and documents.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment