|
29 | 29 | "\n", |
30 | 30 | "- Find the **\"Rocket Ship\"** icon, **located near the top-right of this page**. Click on it to open a text box.\n", |
31 | 31 | "- Enter the Pythia Binder link `https://binder.projectpythia.org/`, and click **Launch**.\n", |
32 | | - "- This page will open up as a [Jupyter notebook](jupyter.html) in a working Python environment in the cloud.\n", |
| 32 | + "- This page will open up as a [Jupyter notebook](jupyter.md) in a working Python environment in the cloud.\n", |
33 | 33 | "- Press <kbd>Shift</kbd>+<kbd>Enter</kbd> to execute each code cell\n", |
34 | 34 | "- Feel free to make changes and play around!" |
35 | 35 | ] |
|
88 | 88 | "source": [ |
89 | 89 | "A few things to note:\n", |
90 | 90 | "\n", |
91 | | - "- Python defaults to counting from 0 (like C) rather than from 1 (like Fortran).\n", |
| 91 | + "- Python defaults to counting from 0 (like [C](https://en.wikipedia.org/wiki/C_(programming_language))) rather than from 1 (like [Fortran](https://en.wikipedia.org/wiki/Fortran)).\n", |
92 | 92 | "- Function calls in Python always use parentheses: `print()`\n", |
93 | 93 | "- The colon `:` denotes the beginning of a definition (here of the repeated code under the `for` loop).\n", |
94 | 94 | "- Code blocks are identified through indentations.\n", |
|
625 | 625 | "source": [ |
626 | 626 | "## Resources and references\n", |
627 | 627 | "\n", |
628 | | - "- [Official Python tutorial (Python Docs)](https://docs.python.org/3/tutorial/index.html)" |
| 628 | + "- [Official Python tutorial (Python Docs)](https://docs.python.org/3/tutorial/index.html)\n", |
| 629 | + "- [NumPy tutorials](https://numpy.org/learn/)\n", |
| 630 | + "- [Matplotlib tutorials](https://matplotlib.org/stable/tutorials/index.html)" |
629 | 631 | ] |
630 | 632 | } |
631 | 633 | ], |
|
645 | 647 | "name": "python", |
646 | 648 | "nbconvert_exporter": "python", |
647 | 649 | "pygments_lexer": "ipython3", |
648 | | - "version": "3.10.12" |
| 650 | + "version": "3.14.1" |
649 | 651 | } |
650 | 652 | }, |
651 | 653 | "nbformat": 4, |
|
0 commit comments