Difference between revisions of "Python Office Hours"

From Pumping Station One
Jump to navigation Jump to search
(added MOOC gentle introduction to python lectures)
Line 22: Line 22:
 
Online courses and lectures
 
Online courses and lectures
 
* [http://software-carpentry.org/4_0/ Software Carpentry]
 
* [http://software-carpentry.org/4_0/ Software Carpentry]
 +
* [http://mechanicalmooc.org/ A Gentle Introduction to Python]
 
* [http://www.coursera.org/course/cs101 Computer Science 101]
 
* [http://www.coursera.org/course/cs101 Computer Science 101]
 
* [http://code.google.com/edu/languages/google-python-class/ Google's Python Class]
 
* [http://code.google.com/edu/languages/google-python-class/ Google's Python Class]

Revision as of 19:03, 10 September 2012

Every first and third Thursday of each month at 7pm PS:One holds Python Office Hours. Everyone is welcome, regardless of skill level!

This is a chance for people learning to program in Python to get together for moral support, project assistance, and homework assistance. We’ll have an experienced python developer or two on hand to help answer questions and explain difficult concepts. This is an “office hours” event with volunteer teaching assistants. The expectation is that students watch lectures, read tutorials and attempt homework on their own, then use this as a resource to aid in learning.

If you don't already have something to work on, look through the resources below for something to try.

Projects

Exercises

Tutorials & Books

Online courses and lectures