Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jesstess |
||
Line 72: | Line 72: | ||
== Online tutorials == |
== Online tutorials == |
||
+ | <table> |
||
⚫ | |||
+ | <tr> |
||
⚫ | |||
+ | <td> |
||
⚫ | |||
+ | [[File:Django_pony.jpg|150px]] |
||
⚫ | |||
+ | </td> |
||
⚫ | |||
+ | <td> |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | </td> |
||
+ | </tr> |
||
+ | </table> |
||
== In-person tutorials == |
== In-person tutorials == |
||
+ | <table> |
||
⚫ | |||
+ | <tr> |
||
⚫ | |||
+ | <td> |
||
⚫ | |||
+ | [[File:Money.jpg|150px]] |
||
⚫ | |||
+ | </td> |
||
⚫ | |||
+ | <td> |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | </td> |
||
+ | </tr> |
||
+ | </table> |
Revision as of 02:03, 10 July 2012
Write it from scratch
Practice solving problems in Python from scratch. These projects will guide you through breaking down the problem into steps and help you check your work along the way.
|
|
|
Self-directed projects
Practice the language and practical Python applications through bite-sized projects where we've written the scaffolding for you so you can get to the fun stuff quickly!
|
|
|
Online tutorials
|
In-person tutorials
Object Oriented Python
|