From 192cf8f9a38671d0d7a93369224b7c5d72ae933c Mon Sep 17 00:00:00 2001 From: Joseph Ziegler Date: Sat, 24 Feb 2018 15:12:17 -0800 Subject: [PATCH] Add Python Resources --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b70085..bd7462b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ #### E-Books [free] -https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#java + * https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#java #### Online courses & tutorials [free] @@ -35,3 +35,38 @@ https://github.com/EbookFoundation/free-programming-books/blob/master/free-progr * [History of Java] https://en.wikipedia.org/wiki/Java_version_history * [Wikibooks] https://en.wikibooks.org/wiki/Java_Programming/History * [Timeline] http://oracle.com.edgesuite.net/timeline/java/ + +### Python Resources +------ + +#### Documentation + +* [Python3] https://docs.python.org/3/ +* [Dev] https://www.python.org/dev/ + +#### Beginner + +* http://automatetheboringstuff.com/ + +#### Video + +* Socratica: https://goo.gl/8xKVKE +* thenewboston: https://goo.gl/9EqF2J + +#### E-Books [free] + +* https://goo.gl/Lxhp7i +* https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#python + +#### E-Books [not free] + +* Python Crash Course: https://goo.gl/XQ7Nx6 +* Advanced: https://wiki.python.org/moin/AdvancedBooks + +#### Other + +* [History of Python] https://goo.gl/Ma9GqG +* [TalkPython | Podcast] https://goo.gl/xwieUA +* [Exercises] http://www.practicepython.org/ +* [List Comprehensions] https://goo.gl/J9u86w +* [More Resources] https://goo.gl/Lw3Vqi