diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:36:51 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-14 09:36:51 -0500 |
commit | 67f60a5fba57e24df0a933165a92ff0d5e072a58 (patch) | |
tree | ad746608ddf65014cbe68cafd2bb46cb7cd01253 /python3.html.markdown | |
parent | 9ad3243cd832aae2f78e91af7ec3df83d90f9c14 (diff) | |
parent | 8166438016b7028149c00649a2a33480c6701306 (diff) |
Merge pull request #1493 from evuez/patch-3
[python/en] Add resources to the "Free Online" section
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 87fa0b70..404f08cf 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -715,6 +715,9 @@ 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) +* [Official Style Guide for Python](https://www.python.org/dev/peps/pep-0008/) ### Dead Tree |