diff options
author | evuez <helloevuez@gmail.com> | 2015-10-13 17:05:18 +0200 |
---|---|---|
committer | evuez <helloevuez@gmail.com> | 2015-10-13 17:05:18 +0200 |
commit | 46ef132ce697f4c44bcdea5e9e4121f82ff53333 (patch) | |
tree | f928bfdf8c745a963c8ab7d0b0fbfab6b1de2275 /python3.html.markdown | |
parent | 59a07411effbd0ed6289e062621deb29fe8641a8 (diff) |
Add resources to the "Free Online" section
These have been valuable resources to me, but I'm not sure
whether it fits this section or not.
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 87fa0b70..a54e7f13 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -715,6 +715,8 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) * [Python Course](http://www.python-course.eu/index.php) * [First Steps With Python](https://realpython.com/learn/python-first-steps/) +* [A curated list of awesome Python frameworks, libraries and software](https://github.com/vinta/awesome-python) +* [30 Python Language Features and Tricks You May Not Know About](http://sahandsaba.com/thirty-python-language-features-and-tricks-you-may-not-know.html) ### Dead Tree |