Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jesstess |
||
Line 119: | Line 119: | ||
* <b>Project</b>: Work through a Pygame tutorial in which you'll recreate graphical games like Tetris. |
* <b>Project</b>: Work through a Pygame tutorial in which you'll recreate graphical games like Tetris. |
||
* <b>Skills you'll practice</b>: |
* <b>Skills you'll practice</b>: |
||
− | ** using the |
+ | ** using the Pygame library |
** using an event loop to make action happen |
** using an event loop to make action happen |
||
** manipulating images and sound in Python |
** manipulating images and sound in Python |
Revision as of 14:18, 11 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!
|
|
|
|
Databases and Jeopardy
|
|
Plotting data with matplotlib
|
Online tutorials
|
|
Make a graphical game with Pygame
|
In-person tutorials
Object Oriented Python
|