Skip to content

Commit ccce803

Browse files
authored
Update Python resources; add book
1 parent 8d8a9d4 commit ccce803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/python-resources.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ title: Resources for Python
1010

1111
#### Beginners
1212
* [A Byte of Python](http://www.swaroopch.com/notes/Python/)
13+
* [Python for you and me](http://pymbook.readthedocs.org/)
14+
* [The Hitchhiker’s Guide to Python!](http://docs.python-guide.org)
1315
* [Python.org Python Tutorial](http://docs.python.org/3/tutorial/index.html) _(Note: Python version can be selected from dropdown at top left)_
1416
* [MIT 6.00: Introduction to Computer Science and Programming (Spring 2011)](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) _(The course is led by Prof. John Guttag, taught with Python and is structured particularly for remote students.)_
1517
* [CS101 course](https://www.udacity.com/course/cs101) @ [Udacity](https://www.udacity.com/) _(While not strictly a Python course, it users Python as the medium of instruction.)_
16-
* [Python for you and me](http://pymbook.readthedocs.org/)
1718

1819
#### Exercises Driven Learning
1920
* [Learn Python the Hard Way](http://learnpythonthehardway.org) _(Do not let the title fool you)_

0 commit comments

Comments
 (0)