Difference between revisions of "Python Office Hours"

From Pumping Station One
Jump to navigation Jump to search
(→‎Learning resources: added django book)
(added graphite link)
Line 69: Line 69:
 
** I found [https://github.com/zedshaw/lpthw-study-projects Learn Python The Hard Way Study Projects]
 
** I found [https://github.com/zedshaw/lpthw-study-projects Learn Python The Hard Way Study Projects]
  
 +
random stuff
 +
 +
* a repo with a script that will set up an example graphite instance https://github.com/obfuscurity/synthesize
  
 
[[Python Office Hours/Organizing]]
 
[[Python Office Hours/Organizing]]
  
 
[[Category:Interest Groups]]
 
[[Category:Interest Groups]]

Revision as of 00:24, 17 July 2014

Hi!

When and Where?

Every other Wednesday, like September 25 2013. It should appear on our handy-dandy calendar of events.

3519 N. Elston Chicago, IL 60618

We talk on irc during at #pumpingstationone on freenode. If you don't have an irc client, you can connect to the channel via this web client: #pumpingstationone

What is this?

This is a chance for people 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.

For students, the expectation is that you watch lectures, read tutorials and attempt homework on your own, then use this as a resource to aid in learning.

Curious but don't have a specific question or project?

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

Here are some suggested starting points.

Learning resources

Books

  • 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."
  • Two Scoops of Django: an excellent django book

Tutorials

  • NewCoder: intermediate level projects to try after learning syntax and things from sites like Learn Python the Hard Way.
  • EarSketch curriculum. Introduction to programming with music. (has anyone tried this? The concept is neat so I've included it here)
  • 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."

Interactive Tutorials

Online python interpreters


Online courses providers


I'd like to get some curricula for these topics.

random stuff

Python Office Hours/Organizing