Python Office Hours: Difference between revisions
From Pumping Station One
mNo edit summary |
m →Learning resources: added software carpentry lessons |
||
| Line 30: | Line 30: | ||
* [https://openhatch.org/wiki/Community_Data_Science_Workshops Community Data Science Workshop] | * [https://openhatch.org/wiki/Community_Data_Science_Workshops Community Data Science Workshop] | ||
* [http://learnpythonthehardway.org/book/ Learn Python The Hard Way]: "instructs you in Python by slowly building and establishing skills through techniques like practice and memorization, then applying them to increasingly difficult problems." | * [http://learnpythonthehardway.org/book/ Learn Python The Hard Way]: "instructs you in Python by slowly building and establishing skills through techniques like practice and memorization, then applying them to increasingly difficult problems." | ||
* [http:// | * [http://software-carpentry.org/v5/novice/python/index.html Programming with Python]: "The best way to learn how to program is to do something useful, so this introduction to Python is built around a common scientific task: data analysis." | ||
=== Interactive Tutorials === | === Interactive Tutorials === | ||
| Line 76: | Line 76: | ||
* systems programming | * systems programming | ||
** I found [https://github.com/zedshaw/lpthw-study-projects Learn Python The Hard Way Study Projects] | ** I found [https://github.com/zedshaw/lpthw-study-projects Learn Python The Hard Way Study Projects] | ||
* audio stuff. [http://earsketch.gatech.edu/ EarSketch] curriculum. Introduction to programming with music. (has anyone tried this? The concept is neat so I've included it here) | |||
random stuff | === random stuff === | ||
* a repo with a script that will set up an example graphite | * graphite is an event monitoring platform written in python. here is a repo with a script that will set up an example graphite stack https://github.com/obfuscurity/synthesize | ||
[[Python Office Hours/Organizing]] | [[Python Office Hours/Organizing]] | ||
[[Category:Interest Groups]] | [[Category:Interest Groups]] | ||