Talk:Python Office Hours: Difference between revisions
From Pumping Station One
→help find new and better guides: added a guide to check out |
added link to Test Driven Python materials under development |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
* audio stuff. [http://earsketch.gatech.edu/ EarSketch] curriculum. Introduction to programming with music. | * audio stuff. [http://earsketch.gatech.edu/ EarSketch] curriculum. Introduction to programming with music. | ||
* http://elizabethwickes.com/guided-self-study-lesson-plan/ | * http://elizabethwickes.com/guided-self-study-lesson-plan/ | ||
* https://github.com/catherinedevlin/python_learners_glossary Definitions of Pardon jargon to help Python beginners understand Pythonista gobbletigook | |||
* http://software-carpentry.org/blog/2015/07/scipy-2015.html videos from software-carpentry classes at scipy2015 | |||
* see if the course materials for this paper are helpful, http://software-carpentry.org/blog/2016/01/uw-data-programming-course.html The paper has a resources site deployed with this code: https://github.com/ppham/dataprog-web | |||
* Peter Norvig has a list of ipynb http://norvig.com/ipython/README.html | |||
* https://github.com/thejessleigh/test_driven_python course under development | |||
== Improve interactive tutorials section == | == Improve interactive tutorials section == | ||
| Line 30: | Line 35: | ||
* No back-seat driving | * No back-seat driving | ||
* No subtle -isms | * No subtle -isms | ||
== setting up development environments == | |||
We should have consider having a section with information on setting up a python development environment. | |||
== refactor the wiki page == | |||
This post by EW is interesting and maybe I'll restructure the page based on it. | |||
http://lists.software-carpentry.org/pipermail/discuss_lists.software-carpentry.org/2016-March/004144.html | |||
== project ideas == | |||
* help with python documentation at stack overflow https://stackoverflow.com/documentation/python/topics | |||