diff options
author | jxu093 <jxu093@gmail.com> | 2015-10-25 22:19:40 -0400 |
---|---|---|
committer | jxu093 <jxu093@gmail.com> | 2015-10-25 22:19:40 -0400 |
commit | e60a7d73e846e683bd4345cff4d1a514beab5b91 (patch) | |
tree | 3f63aa6ca58664a0003dd27cc9913d2fc0a1b2a7 | |
parent | 44ca091c73afe13ec8760021cfed1d77afc5e4a5 (diff) |
Added Python Resource
-rw-r--r-- | python.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python.html.markdown b/python.html.markdown index 42a52bcf..254235ab 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -712,6 +712,7 @@ print say(say_please=True) # Can you buy me a beer? Please! I am poor :( * [Python Module of the Week](http://pymotw.com/2/) * [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) * [First Steps With Python](https://realpython.com/learn/python-first-steps/) +* [Fullstack Python](https://www.fullstackpython.com/) ### Dead Tree |