MUDE in Madras: Week 1. Due by November 27, 2024.
You can access this assignment with the following link: classroom.github.com/a/S1jsupjT.
This PA consists of the following files:
PA_1_.useful_tricks.ipynb: a Jupyter notebook covering a few simple Python topics that are especially useful for the assignments in MUDE, as well as a plotting technique that is useful for our numerical integration topic.myfigure.md and subdirectory figures/ which are needed for this assginmentauxiliary_files/ containing figures for the GitHub assignment instructions below.) to make the assignment go smoothlyYou will pass this PA if:
PA_1_useful_tricks.ipynb runs without errors.my_figure.svg located in subdirectory ./figuresmyfigure.md file to include a reference to the previous figure.You can verify that you passed by looking for the green circle in this repository, which runs automatically when you uploaded your notebook (explained below).
If you have trouble running the Jupyter notebook, you may want to create a Python environment. You can do this by opening a command line interface (CLI), navigate to this working directory, then run the following command:
conda env create -f environment.yml
Once the packages are installed, test that it is created successfully by executing:
conda activate iitm-base
When using the notebook in VS Code, you should select this as your Python environment.
Once you have a GitHub account, you are able to Access the assignment by clicking on the GitHub classroom link and following the steps described below:
http://github.com/MUDE-2024/.... save the link or bookmark it so you can find it later, then click on the link
You have now opened up a repository on GitHub. We will learn more about Git, GitHub and repositories next week. For now, we will simply be using it as a place to download and upload files (and check that your notebook has passed).
To work on the assignment, you are expected to first download the files, then work in the notebook. When you have finished the activities, save your work in VS Code, then proceed to the next section (submitting the assignment).

To download the assignment:

To submit your notebook, return to the repository using the link you saved above when accepting it. Then:

To see if your notebook passed:

If the dot turns green, your notebook passes.

If the dot turns red with an "x" it means your notebook does not meet the requirements. If this happens, you should check your notebook (on your computer) for errors and re-submit it using the process described above.

End of file.
© Copyright 2024 MUDE, TU Delft. This work is licensed under a CC BY 4.0 License.