PyClass: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(More up-to-date PyClass edits)
Line 1: Line 1:
Come learn [http://www.python.org/ Python], Wednesdays at 7:00 - 9:00 PM PST.
[http://pycourse.com/ Noisebridge's Learning Python Classes]
We are currently building a weekly schedule that you can peek at by clicking on: [[Working Syllabus]]
 
Come learn [http://www.python.org/ Python]!!
 
* Introduction to Python, Wednesdays at 7:00 - 9:00 PM PST
 
* Advanced Class, Tuesdays ditto (at 7-9 PM)
 
Intro to Python schedule is [http://pycourse.com/schedule/ here], see Intro to Python Texts below
 
The Advanced Class:
We are currently building a weekly schedule that you can peek at by clicking [[http://pycourse.com/advanced-class-schedule/ here]]
In general, this is your class peeps! We are here to serve you so any feedback is welcome.  
In general, this is your class peeps! We are here to serve you so any feedback is welcome.  


After 9pm we will have open hacking time and time for questions for those that went to the HTML class and want to come back for more or those that are kicking so much ass they just can't go home yet. If you have problems from work or home feel free to bring them after 9 and everyone can help each other.
After 9pm Tuesdays we will have open hacking time and time for questions for those that are kicking so much ass they just can't go home yet, or even for those that may have gone to Mondays' Front-end Web Development class and want to come back for more. If you have problems from work or home feel free to bring them after 9 and everyone can help each other.


For redundancy, not 1 but 2(!) people will be helping run these classes. Please contact either of us with comments/questions:
For redundancy, not 1 but 2(!) people will be helping run the Advanced Class. Please contact either of us with comments/questions:
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy]  
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy]  
* Kellan Jacobs  [http://twitter.com/kellanjacobs @kellanjacobs]  
* Kellan Jacobs  [http://twitter.com/kellanjacobs @kellanjacobs]  
Line 11: Line 21:
Cost: Free! That's right homies. Bring your good vibes and we are at your disposal!
Cost: Free! That's right homies. Bring your good vibes and we are at your disposal!


=== Githubs ===
=== Mailing List ===
Almost all of the code can be found in the noisebridge repo on github.
Sign up for this now!
* [http://groups.google.com/group/pyclass Pyclass-Discussion]
Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele
 
=== Intro to Python Texts ===
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]
* [http://www.greenteapress.com/thinkpython/ Think Python: How to Think Like a Computer Scientist]
 
=== PyClass Githubs===
* [https://github.com/PythonNinjas PyClass Organization]
* [https://github.com/PythonNinjas/InventWithPython Textbook Code]
* https://github.com/noisebridge/Intro-Python
* https://github.com/noisebridge/Intro-Python
* https://github.com/noisebridge/web2py-noiselist
* https://github.com/noisebridge/web2py-noiselist
* https://github.com/noisebridge/flask-noiselist
* https://github.com/noisebridge/flask-noiselist
* https://github.com/tachang/django_noiselist
* https://github.com/tachang/django_noiselist  
 
=== Mailing List ===
Sign up for this now!
* http://groups.google.com/group/pyclass


===  [Old] Class Slides ===
===  [Old] Class Slides ===
Line 26: Line 42:


=== Other Helpful Texts ===
=== Other Helpful Texts ===
* [http://learnpythonthehardway.org/ Learn Python The Hard Way] - A good introductory text with lots of exercises written by prolific programmer [http://zedshaw.com/ Zed Shaw]
** [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- Style Guide for Python Code]
* [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist]
* [http://www.swaroopch.com/notes/Python A Byte of Python]
* [http://www.swaroopch.com/notes/Python A Byte of Python]
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - a handy reference
* [http://oreilly.com/catalog/9780596100469/ Python in a Nutshell] - a handy reference
* [http://docs.python.org/ Python Documentation]
* [http://docs.python.org/ Python Documentation]
** [http://wiki.python.org/moin/BeginnersGuide Python Wiki -- Beginners Guide]
** [http://wiki.python.org/moin/BeginnersGuide Python Wiki -- Beginners Guide]
** [http://www.python.org/dev/peps/pep-0008/ PEP 8 -- Style Guide for Python Code]
** [http://docs.python.org/library/index.html Python Standard Library]
** [http://docs.python.org/library/index.html Python Standard Library]
** [http://docs.python.org/reference/index.html Python Language Reference]
** [http://docs.python.org/reference/index.html Python Language Reference]

Revision as of 09:51, 12 November 2013

Noisebridge's Learning Python Classes

Come learn Python!!

  • Introduction to Python, Wednesdays at 7:00 - 9:00 PM PST
  • Advanced Class, Tuesdays ditto (at 7-9 PM)

Intro to Python schedule is here, see Intro to Python Texts below

The Advanced Class: We are currently building a weekly schedule that you can peek at by clicking [here] In general, this is your class peeps! We are here to serve you so any feedback is welcome.

After 9pm Tuesdays we will have open hacking time and time for questions for those that are kicking so much ass they just can't go home yet, or even for those that may have gone to Mondays' Front-end Web Development class and want to come back for more. If you have problems from work or home feel free to bring them after 9 and everyone can help each other.

For redundancy, not 1 but 2(!) people will be helping run the Advanced Class. Please contact either of us with comments/questions:

Cost: Free! That's right homies. Bring your good vibes and we are at your disposal!

Mailing List

Sign up for this now!

Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele

Intro to Python Texts

PyClass Githubs

[Old] Class Slides

Other Helpful Texts