Skip to content

Commit 928b1b5

Browse files
authored
Update README.md
1 parent a5c0690 commit 928b1b5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ This is a set of notes used for teaching Python to students that have never used
1717

1818
* [Videos for the class](https://www.youtube.com/playlist?list=PLqAPn_b_yx0TBDqe5-AMSed6sYzMj9qkN)
1919

20-
## Exercises for `nbgrader` (for Educators)
21-
22-
* If you would like to get access to the autograded assignments that we have developed, please contact me at `panos@stern.nyu.edu`.
23-
24-
2520
## Recommended Books
2621

2722
* [Python for Everybody: Exploring Data In Python 3](https://www.py4e.com/book): This is a textbook for students that are learning Python as their first programming language, with the objective of using programming to handle and analyze data.
@@ -31,7 +26,7 @@ This is a set of notes used for teaching Python to students that have never used
3126
## Additional Books for Learning Python
3227

3328
* [How To Think Like a Computer Scientist](https://runestone.academy/ns/books/published/thinkcspy/index.html): An interactive guide to programming and Python. The book "Python for Everybody" (listed above) is partially based on this book.
34-
* [Learn Python the Hard Way](https://learnpythonthehardway.org/python3/): An introduction to programming and Python. It targets complete beginners. It used a drill-based approach for teaching, which can be tedious at times. Nevertheless, it is considered one of the standard textbooks for learning Python.
29+
* [Learn Python the Hard Way](https://learnpythonthehardway.org/python3/): An introduction to programming and Python. It targets complete beginners. It uses a drill-based approach for teaching, which can be tedious at times. Nevertheless, it is considered one of the standard textbooks for learning Python.
3530

3631
## Online Classes
3732

0 commit comments

Comments
 (0)