added realpython.com as a resource

This commit is contained in:
Michael Herman 2014-07-13 17:02:18 -05:00
parent 4875e13390
commit e39ab6cd5b

View File

@ -150,8 +150,6 @@
- [Python Weekly](http://www.pythonweekly.com) - A free weekly newsletter featuring curated news, articles, new releases, jobs etc. related to Python
**// Resources for learning Python**
- [Learn Python The Hard Way](http://learnpythonthehardway.org/book/) - one of the most popular and recommended resources for learning Python
@ -162,6 +160,8 @@
- [Think Python - How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/) - an introduction for beginners starting with basic concepts of programming
- [Real Python](http://www.realpython.com/) - learn Python programming and web development with Python through hands-on, interesting examples that are useful and fun!
**// My favorite Python projects and packages**
- [The IPython Notebook](http://ipython.org/notebook.html) - an interactive computational environment for combining code execution, documentation (with Markdown and LateX support), inline plots, and rich media all in one document.