Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jesstess |
||
Line 129: | Line 129: | ||
</table> |
</table> |
||
+ | <!-- |
||
== In-person tutorials == |
== In-person tutorials == |
||
Line 145: | Line 146: | ||
</tr> |
</tr> |
||
</table> |
</table> |
||
+ | !--> |
Revision as of 00:56, 25 May 2013
Short link for this page: http://bit.ly/intermediate-python-projects
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!
|
|
|
|
|
|
|
|
Make a graphical game with Pygame
|
Online tutorials
|