Skip to content

Commit

Permalink
Add Python Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Ziegler committed Feb 24, 2018
1 parent 1a2c457 commit 192cf8f
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand All @@ -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

0 comments on commit 192cf8f

Please sign in to comment.