Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jesstess |
||
Line 62: | Line 62: | ||
<td> |
<td> |
||
<font size="+1">[[ColorWall]]</font> |
<font size="+1">[[ColorWall]]</font> |
||
− | * <b>Project</b>: Program graphical effects for a ColorWall |
+ | * <b>Project</b>: Program graphical effects for a ColorWall. |
* <b>Skills you'll practice</b>: |
* <b>Skills you'll practice</b>: |
||
** using functions and classes |
** using functions and classes |
||
Line 75: | Line 75: | ||
</td> |
</td> |
||
<td> |
<td> |
||
− | <font size="+1">Databases and Jeopardy</font> |
+ | <font size="+1">[[JeopardyDatabase| Databases and Jeopardy]]</font> |
* <b>Project</b>: learn how to get data from a database in Python while writing parts of a Jeopardy game, using real Jeopardy data! |
* <b>Project</b>: learn how to get data from a database in Python while writing parts of a Jeopardy game, using real Jeopardy data! |
||
* <b>Skills you'll practice</b>: |
* <b>Skills you'll practice</b>: |
Revision as of 15:55, 26 July 2012
☆ We are still adding material to this page. Check back soon for even more 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!
|
|
|
|
|
|
Plotting data with matplotlib
|
Online tutorials
|
|
Make a graphical game with Pygame
|
In-person tutorials
Object Oriented Python
|