diff options
author | sarthfrey <sarth.frey@gmail.com> | 2015-12-16 16:41:07 -0500 |
---|---|---|
committer | sarthfrey <sarth.frey@gmail.com> | 2015-12-16 16:41:07 -0500 |
commit | 299d064ecf7598144e49ef336e0abd00ccc4ae16 (patch) | |
tree | c060d6b2b7df75acb97d8f2463ed875755da63a4 /python3.html.markdown | |
parent | 18b3fb08a84171810c8e6f2e6fae5939c4428c04 (diff) |
Added Python Resources
Diffstat (limited to 'python3.html.markdown')
-rw-r--r-- | python3.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python3.html.markdown b/python3.html.markdown index 8cc03320..f8c22047 100644 --- a/python3.html.markdown +++ b/python3.html.markdown @@ -780,6 +780,7 @@ print(say(say_please=True)) # Can you buy me a beer? Please! I am poor :( * [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/) +* [Python 3 Computer Science Circles](http://cscircles.cemc.uwaterloo.ca/) ### Dead Tree |