Difference between revisions of "Intermediate Python Workshop/Projects"
Jump to navigation
Jump to search
imported>Jesstess |
imported>Jesstess |
||
Line 78: | Line 78: | ||
** the SQL database query language |
** the SQL database query language |
||
** how to get data from a database in Python |
** how to get data from a database in Python |
||
+ | </td> |
||
+ | </tr> |
||
+ | <tr> |
||
+ | <td> |
||
+ | [[File:grid.png|150px]] |
||
+ | </td> |
||
+ | <td> |
||
+ | <font size="+1">Plotting data with matplotlib</font> |
||
+ | * <b>Project</b>: learn how to plot data with the matplotlib plotting library. Ditch Excel forever! |
||
+ | * <b>Skills you'll practice</b>: |
||
+ | ** using the matplotlib Python plotting library to analyze data and generate graphs |
||
+ | ** reading data from a file |
||
</td> |
</td> |
||
</tr> |
</tr> |
Revision as of 14:04, 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!
|
|
|
|
Jeopardy
|
|
Plotting data with matplotlib
|
Online tutorials
|
In-person tutorials
Object Oriented Python
|