Difference between revisions of "Python Office Hours"

From Pumping Station One
Jump to navigation Jump to search
(→‎Random stuff to get curated: remoted old content like the link to interactive python class from last year)
(reorganized a little, added some links for young coders and open gov for curricula, cleaned up online courses, added a new interactive online tool)
Line 1: Line 1:
 
Every first and third Thursday of each month at 7pm PS:One holds Python Office Hours. Everyone is welcome, regardless of skill level! Show up and introduce yourself! When you do show up to an office hours understand that we try to [[Be_excellent_to_each_other]]. When I, SMiguez, am hosting, please be aware that you will need to follow my [[http://wiki.pumpingstationone.org/User:SMiguez/Code_of_Conduct personal code of conduct]] for learning events which extends the "Be excellent to each other" code.
 
Every first and third Thursday of each month at 7pm PS:One holds Python Office Hours. Everyone is welcome, regardless of skill level! Show up and introduce yourself! When you do show up to an office hours understand that we try to [[Be_excellent_to_each_other]]. When I, SMiguez, am hosting, please be aware that you will need to follow my [[http://wiki.pumpingstationone.org/User:SMiguez/Code_of_Conduct personal code of conduct]] for learning events which extends the "Be excellent to each other" code.
 
 
'''Hello someone who might be reading this wiki page while I'm building it. Pardon me while I reorganize!'''
 
  
  
Line 19: Line 16:
  
  
=== Here are some starting Points ===
+
Here are some suggested starting points.
  
Start here if
 
 
* if you are new to programming, try out the [https://openhatch.org/wiki/Boston_Python_Workshop_6 beginner Boston Python Workshop] materials
 
* if you are new to programming, try out the [https://openhatch.org/wiki/Boston_Python_Workshop_6 beginner Boston Python Workshop] materials
 
* if you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop intermediate Boston Python Workshop] materials
 
* if you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop intermediate Boston Python Workshop] materials
* you want to do web development
+
 
* you want to play with robots
+
I'd like to get some curricula for these topics.
* you want to play with raspberry pi, arduino, etc
+
 
* you want to analyze data sets
+
* web development
* you want to write games
+
* robots
 +
* raspberry pi
 +
* open data / civic hacking (in process of being developed [https://openhatch.org/wiki/Intro_to_Programming_Using_Open_Government_Data Intro to Programming Using Open Government Data])
 +
* games
 +
* open science
 +
* teaching
 +
* young coders (see example from pycon [https://github.com/mechanicalgirl/young-coders-tutorial#readme Young Coders Tutorial])
  
  
== Random stuff to get curated ==
+
== Learning resources ==
  
 
Books
 
Books
Line 38: Line 40:
  
 
Interactive online tools
 
Interactive online tools
 +
* https://www.pythonanywhere.com/
 
* http://www.pythontutor.com/
 
* http://www.pythontutor.com/
 
* http://codingbat.com/python
 
* http://codingbat.com/python
Line 43: Line 46:
 
* http://www.codecademy.com/tracks/python
 
* http://www.codecademy.com/tracks/python
  
Online courses and lectures
+
Online courses providers
* [http://www.udacity.com/overview/Course/cs101 Udacity Introduction to Computer Science 101]
+
* [https://www.edx.org/ edX]
 +
* [http://www.coursera.org/courses Coursera]
 +
* [http://www.udacity.com/ Udacity]
 +
* [http://pythonlearn.com/ Python Learn]
 
* [http://software-carpentry.org/4_0/ Software Carpentry]  
 
* [http://software-carpentry.org/4_0/ Software Carpentry]  
* [http://www.coursera.org/courses Coursera], search for python
 
* [http://ged.msu.edu/angus/beacon-2012/ CSE 891 Computational Science for Evolutionary Biologists]]
 
  
 
[[Category:Interest_Groups]]
 
[[Category:Interest_Groups]]

Revision as of 16:41, 26 March 2013

Every first and third Thursday of each month at 7pm PS:One holds Python Office Hours. Everyone is welcome, regardless of skill level! Show up and introduce yourself! When you do show up to an office hours understand that we try to Be_excellent_to_each_other. When I, SMiguez, am hosting, please be aware that you will need to follow my [personal code of conduct] for learning events which extends the "Be excellent to each other" code.


What is this?

This originally started out as a study group for people working through the same online course. But you don't have to be taking an online course to come to office hours. Perhaps you are curious about programming, or curious about python. Perhaps you have something you want to build and know that python can help.

This is a chance for people to get together for moral support, project assistance, and homework assistance. We’ll have an experienced python developer or two on hand to help answer questions and explain difficult concepts. This is an “office hours” event with volunteer teaching assistants. For students, the expectation is that you watch lectures, read tutorials and attempt homework on your own, then use this as a resource to aid in learning. For people who may not be students but have ideas for projects, the expectation is that you can bounce ideas off of other people in the group for review, and get help with any python bits along the way. If you don't have a project, or aren't taking a class, but are just curious about python, or maybe even about programming in general, then we might be able to help by giving you a starting point to explore.


Curious but don't have a specific question or project?

If you don't already have something to work on, look through the resources below for something to try.

First, some philosophy. Many people who start learning to program want to know how to get better or want something concrete to work on rather than working through lectures. This blog post, Contributing to Libre software projects, talks about finding Free and Open Source Software (FOSS) projects. When you show up to office hours and see someone you haven't met before, ask them if they are a contributor to any project. Maybe you will find a shared interest.


Here are some suggested starting points.

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


Learning resources

Books

Interactive online tools

Online courses providers