Difference between revisions of "Talk:Python Office Hours"

From Pumping Station One
Jump to navigation Jump to search
m ( Bot: Reporting unavailable external link)
(added link to Test Driven Python materials under development)
 
(10 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
* young coders (see example from pycon [https://github.com/mechanicalgirl/young-coders-tutorial#readme Young Coders Tutorial])
 
* young coders (see example from pycon [https://github.com/mechanicalgirl/young-coders-tutorial#readme Young Coders Tutorial])
 
* 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/
 +
* 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 21: Line 27:
 
Check how stale the list is and whether there are some nicer tools these days.
 
Check how stale the list is and whether there are some nicer tools these days.
  
 +
== Recurse Center Social Rules ==
  
 +
The list of social rules from https://www.recurse.com/manual#sec-environment (go here for full descriptions)
  
== Dead link ==
+
* No feigning surprise
 +
* No well-actually's
 +
* No back-seat driving
 +
* No subtle -isms
  
During several automated bot runs the following external link was found to be unavailable. Please check if the link is in fact down and fix or remove it in that case!
+
== setting up development environments ==
  
* http://book.djangogirls.org/ ([http://web.archive.org/web/20140718040024/http://book.djangogirls.org:80/ archive])
+
We should have consider having a section with information on setting up a python development environment.
** In [[Python Office Hours]] on 2015-07-01 05:04:53, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-02 05:06:46, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-03 05:06:59, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-04 05:07:00, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-05 05:09:06, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-06 05:06:15, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-07 05:05:17, Socket Error: 'Name or service not known'
 
** In [[Python Office Hours]] on 2015-07-08 05:09:41, Socket Error: 'Name or service not known'
 
  
The web page has been saved by the Internet Archive. Please consider linking to an appropriate archived version: [http://web.archive.org/web/20140718040024/http://book.djangogirls.org:80/].--[[User:Wikibot|Wikibot]] ([[User talk:Wikibot|talk]]) 00:09, 8 July 2015 (CDT)
+
== 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

Latest revision as of 12:36, 2 August 2016

help find new and better guides

I'd like to get some curricula and project guides for these topics.

  • web development
  • robots
  • raspberry pi
  • open data / civic hacking.
  • games
  • open science
  • teaching

I'd like help evaluating things I've found.

Improve interactive tutorials section

Check how stale the list is and whether there are some nicer tools these days.

Recurse Center Social Rules

The list of social rules from https://www.recurse.com/manual#sec-environment (go here for full descriptions)

  • No feigning surprise
  • No well-actually's
  • No back-seat driving
  • 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