PyClass: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
(31 intermediate revisions by 12 users not shown)
Line 1: Line 1:
(NO PYCLASS JULY 4th)
Come learn [http://www.python.org/ Python], Wednesdays at 7:00 - 9:00 PM PST. 7:00 to 8:00 will be Introduction to Python, and 8:00 to 9:00 will be Web Design in Python.
We are currently building a weekly schedule that you can peek at by clicking on: [[Working Syllabus]]
In general, this is your class peeps! We are here to serve you so any feedback is welcome.


Come learn [http://www.python.org/ Python], Mondays at 7:30 - 9:00 PM PST.
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.


Know how to program, but don't know Python? We'll get you up to speed.
For redundancy, not 1 but 2(!) people will be helping run these classes. Please contact either of us with comments/questions:
* Elizabeth Leddy on IRC (#noisebridge/#plone) as eleddy or [http://twitter.com/eleddy @eleddy]
* Kellan Jacobs [http://twitter.com/kellanjacobs @kellanjacobs]


Don't know how to program?  We'll teach you.
Cost: Free! That's right homies. Bring your good vibes and we are at your disposal!


=== Textbook ===
=== Githubs ===
* [http://inventwithpython.com/ Invent Your Own Computer Games with Python] - another great introductory text, written by [[Noisebridge]] member [[User:AlSweigart|Al Sweigart]]
Almost all of the code can be found in the noisebridge repo on github.
* https://github.com/noisebridge/Intro-Python
* https://github.com/noisebridge/web2py-noiselist
* https://github.com/noisebridge/flask-noiselist
* https://github.com/tachang/django_noiselist
 
=== Mailing List ===
Sign up for this now!
* http://groups.google.com/group/pyclass
 
===  [Old] Class Slides ===
* [http://egonschiele.github.com/pyclass Slides on Github]


=== Other Helpful Texts ===
=== Other Helpful Texts ===
* [http://greenteapress.com/thinkpython/thinkpython.html Think Python] - the primary text we use.
* [http://www.diveintopython.org/ Dive Into Python] - a solid survey of Python for experienced programmers.
* [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://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/html/index.html Think Python: How to Think Like a Computer Scientist]
* [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist]
Line 18: Line 31:
* [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://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]


 
[[Category:Python]]
=== Mailing List ===
[[Category:Pages with a Noisebridge Tiny URL]]
http://groups.google.com/group/pyclass
 
 
=== Sharing Code ===
PyClass Organization on Github: https://github.com/PythonNinjas
 
Textbook Code: https://github.com/PythonNinjas/InventWithPython
 
Once you join the mailing list, send a request to join the PyClass organization to https://github.com/egonSchiele

Revision as of 23:26, 30 January 2013

Come learn Python, Wednesdays at 7:00 - 9:00 PM PST. 7:00 to 8:00 will be Introduction to Python, and 8:00 to 9:00 will be Web Design in Python. We are currently building a weekly schedule that you can peek at by clicking on: Working Syllabus 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.

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

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

Githubs

Almost all of the code can be found in the noisebridge repo on github.

Mailing List

Sign up for this now!

[Old] Class Slides

Other Helpful Texts