mirror of
https://github.com/rasbt/python_reference.git
synced 2025-02-20 15:22:08 +00:00
added realpython.com as a resource
This commit is contained in:
parent
4875e13390
commit
e39ab6cd5b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user