From e39ab6cd5b6893996ec8d96878657e0b3fdc4fda Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Sun, 13 Jul 2014 17:02:18 -0500 Subject: [PATCH] added realpython.com as a resource --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15dad33..74f5694 100644 --- a/README.md +++ b/README.md @@ -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.