Python Office Hours: Difference between revisions
From Pumping Station One
added jupyter interactive link, did some reformating |
reorganized because I'm tired of people asking for books when they want to learn something. maybe if I push books down the page... |
||
| Line 26: | Line 26: | ||
== Learning resources == | == Learning resources == | ||
=== Tutorials === | === Tutorials === | ||
| Line 38: | Line 33: | ||
** Web Scraping | ** Web Scraping | ||
** Networks | ** Networks | ||
* [http://learnpythonthehardway.org/book/ Learn Python The Hard Way]: "instructs you in Python by slowly building and establishing skills through techniques like practice and memorization, then applying them to increasingly difficult problems." | |||
* [http://earsketch.gatech.edu/ EarSketch] curriculum. Introduction to programming with music. (has anyone tried this? The concept is neat so I've included it here) | * [http://earsketch.gatech.edu/ EarSketch] curriculum. Introduction to programming with music. (has anyone tried this? The concept is neat so I've included it here) | ||
| Line 55: | Line 51: | ||
* https://www.wakari.io/ ipython notebook (need account) | * https://www.wakari.io/ ipython notebook (need account) | ||
* https://www.pythonanywhere.com/ many different python shells. python, ipython, pypy (need account) | * https://www.pythonanywhere.com/ many different python shells. python, ipython, pypy (need account) | ||
=== Books and Reading === | |||
* [http://twoscoopspress.org/collections/everything Two Scoops of Django]: an excellent django book | |||
* [http://python-guide.readthedocs.org/en/latest/ The Hitchhiker’s Guide to Python]: This is a guide for python developers that gives an overlay of the land of python development. In the guide's words: "The Hitchhiker’s Guide to Python exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis." | |||