Skip to content

Commit 3c0e92f

Browse files
committed
2 parents b130ebb + 95faa10 commit 3c0e92f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
This is a set of notes used for teaching Python to students that have never used Python, or programmed in any language. In a usual semester, it takes approximately 4 weeks (meeting twice a week for an hour) to go through the material, for a freshmen undergraduate class.
88

9+
## Notes
10+
11+
* The notes are in the form of iPython notebooks and are stored under the `/notes` folder.
12+
* If you are an NYU student, you can [use the NYU JupyterHub server](https://jupyterhub.stern.nyu.edu/) to access the Jupyter server and the notes (under `/notes/pi1/introduction-to-python`).
13+
* If you do not have access to your own Jupyter server, you can interact with the notes by clicking the "[Launch Binder](https://mybinder.org/v2/gh/ipeirotis/introduction-to-python/master)" button.
14+
15+
916
## Videos
1017

1118
* [Videos for the class](https://www.youtube.com/playlist?list=PLqAPn_b_yx0TBDqe5-AMSed6sYzMj9qkN)
@@ -41,6 +48,7 @@ This is a set of notes used for teaching Python to students that have never used
4148
* [Useful iPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks): A wide variety of useful tutorials in iPython Notebooks for a wide variety of topics
4249
* [Python for Econometrics](https://www.kevinsheppard.com/Python_for_Econometrics)
4350
* [Quantitative Economics](http://quant-econ.net/py/): An introduction to scientific computing using Python, by Thomas J. Sargent and John Stachurski
51+
* [Pytudes](https://github.com/norvig/pytudes) by Peter Norvig. A set of problems, in a wide variety of fields, solved with Python. Clear and structured problem descriptions, and _beautiful_ code for solving them. You will learn something everytime you read one of the provided notebooks.
4452

4553
## Python Exercises
4654

0 commit comments

Comments
 (0)