Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jazztpt |
||
Line 135: | Line 135: | ||
</td> |
</td> |
||
<td> |
<td> |
||
− | <font size="+1">Object-oriented Python</font> |
+ | <font size="+1">[[Object-oriented Python]]</font> |
* <b>Project</b>: Create a mini-banking system with users and accounts. |
* <b>Project</b>: Create a mini-banking system with users and accounts. |
||
* <b>Skills you'll practice</b>: |
* <b>Skills you'll practice</b>: |
Revision as of 14:09, 28 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!
|
|
|
|
|
|
|
|
Make a graphical game with Pygame
|
Online tutorials
|
In-person tutorials
|