diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2015-12-18 17:30:53 -0500 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2015-12-18 17:30:53 -0500 |
commit | 24e520a3cc680566942102189bd5e3458077ca3f (patch) | |
tree | f158664df30f26c1c8ad79422f590c2934392c3c /python.html.markdown | |
parent | 6eeb1f962eb4a7cf6dd940564cad6606b79c6b49 (diff) | |
parent | e60a7d73e846e683bd4345cff4d1a514beab5b91 (diff) |
Merge pull request #1790 from jxu093/master
Added Python Resource
Diffstat (limited to 'python.html.markdown')
-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 d8f18e9b..13cb25e3 100644 --- a/python.html.markdown +++ b/python.html.markdown @@ -726,6 +726,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 |