summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-07-06 10:02:34 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-07-06 10:02:34 -0500
commit6e34ebf88f7e675820d58dff0ed1421118d4b3ee (patch)
tree7749ba70779d50795ed5967c65aa998d3e2a2912
parenteecdccb82936927546e76986e0d3409ad06bd462 (diff)
parentc6caa7664c53d8decb2076987f601a7c99fd6951 (diff)
Merge pull request #1159 from mjhea0/patch-1
python/en - added two resources
-rw-r--r--python.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.html.markdown b/python.html.markdown
index ace3f794..b89fe57d 100644
--- a/python.html.markdown
+++ b/python.html.markdown
@@ -630,10 +630,10 @@ print say(say_please=True) # Can you buy me a beer? Please! I am poor :(
* [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/)
* [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/)
### Dead Tree
* [Programming Python](http://www.amazon.com/gp/product/0596158106/ref=as_li_qf_sp_asin_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596158106&linkCode=as2&tag=homebits04-20)
* [Dive Into Python](http://www.amazon.com/gp/product/1441413022/ref=as_li_tf_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1441413022&linkCode=as2&tag=homebits04-20)
* [Python Essential Reference](http://www.amazon.com/gp/product/0672329786/ref=as_li_tf_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0672329786&linkCode=as2&tag=homebits04-20)
-