Python Office Hours: Difference between revisions

From Pumping Station One
Skm (talk | contribs)
Online python interpreters: neat! pyladies is adding a python 101 ipynb
Skm (talk | contribs)
Tutorials: pushed DIP3 down a few rows in the list since bjonnh says it is not as good for new programmers
Line 30: Line 30:
=== Tutorials ===
=== Tutorials ===


* [http://www.diveintopython3.net/ Dive Into Python 3]
* [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."  (python 2)
* [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."  (python 2)
* [https://docs.python.org/3.5/tutorial/ official Python tutorial]
* [https://docs.python.org/3.5/tutorial/ official Python tutorial]
* [http://www.diveintopython3.net/ Dive Into Python 3] Tutorial for people who already know some basics.
* if you are new to programming, try out the [https://openhatch.org/wiki/Boston_Python_Workshop_8 Boston Python Workshop] materials
* if you are new to programming, try out the [https://openhatch.org/wiki/Boston_Python_Workshop_8 Boston Python Workshop] materials
* if you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop/Projects Intermediate Boston Python Workshop] projects.
* if you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop/Projects Intermediate Boston Python Workshop] projects.