PyClass/Working Syllabus

From Noisebridge
Revision as of 20:10, 22 November 2011 by Kellanjacobs (talk | contribs) (→‎Week 1)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Week 1

Beginning Nuggets

* IDEs
* PEP 8
* Debugging
* First Program

Intermediate Nuggets

* Testing
* 

Advanced Nuggets

* Decorators
* Generators
* Iterators
* Memoization
* Meta Programming
* WSGI
* ORMs
* Profiling and optimization
* Code coverage

Project Ideas:

Week 2

Beginning Nuggets

* Making Decisions

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 3

Beginning Nuggets

* Looping

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 4

Beginning Nuggets

* Lists and Tuples

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 5

Beginning Nuggets

* Sets and Dicts

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 6

Beginning Nuggets

* Functions

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 7

Beginning Nuggets

* Classes

Intermediate Nuggets

* Testing

Advanced Nuggets


Week 8

Beginning Nuggets

* Bringing it All togehter

Intermediate Nuggets

* Testing

Advanced Nuggets