Difference between revisions of "Newbie Programmers' Resources"

From Pumping Station One
Jump to navigation Jump to search
(Created page with "These resources will be separated by language/topic. =Python= === Tutorials === * [http://learnpythonthehardway.org/book/ Learn Python The Hard Way]: "instructs you in Pyt...")
 
Line 1: Line 1:
 
These resources will be separated by language/topic.  
 
These resources will be separated by language/topic.  
 +
 +
=Tools=
 +
===Editors===
 +
*http://www.barebones.com/products/textwrangler/
 +
*http://www.sublimetext.com/
 +
*https://notepad-plus-plus.org/
 +
*https://wiki.gnome.org/Apps/Gedit
 +
 +
=Web Programming=
 +
*https://developer.mozilla.org/en-US/Learn
 +
 +
===Tutorials===
 +
*https://www.codecademy.com/
 +
*http://www.theodinproject.com/
 +
 +
=Programming Challenges=
 +
*http://www.codewars.com/
 +
*https://projecteuler.net/
 +
 +
=Ruby=
 +
 +
===Tutorials===
 +
*http://learnrubythehardway.org/book/
 +
 +
===Beginner Challenges===
 +
*http://rubykoans.com/
  
 
=Python=
 
=Python=
Line 43: Line 69:
 
* [http://shop.oreilly.com/product/0636920023784.do Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython]
 
* [http://shop.oreilly.com/product/0636920023784.do Python for Data Analysis: Data Wrangling with Pandas, NumPy, and IPython]
 
* [http://python-guide.readthedocs.org/en/latest/ The Hitchhiker’s Guide to Python]: This is a guide for Python developers that gives an overlay of the land of Python development. In the guide's words: "The Hitchhiker’s Guide to Python exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis."
 
* [http://python-guide.readthedocs.org/en/latest/ The Hitchhiker’s Guide to Python]: This is a guide for Python developers that gives an overlay of the land of Python development. In the guide's words: "The Hitchhiker’s Guide to Python exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis."
 +
 +
=SQL=
 +
===Tutorials===
 +
*http://sql.learncodethehardway.org/book/
  
 
= MOOCs =
 
= MOOCs =
Line 54: Line 84:
  
 
===Chicago===
 
===Chicago===
 +
*http://anyonecanlearntocode.com/
  
 
===New York===
 
===New York===
 +
*https://www.recurse.com/
 +
 +
===San Francisco===
 +
*http://www.appacademy.io/#p-home
 +
 +
=Meetups=
 +
*http://www.meetup.com/ChicagoJUG/
 +
*http://www.meetup.com/js-chi/
 +
*http://www.meetup.com/Chicago-iOS-Developers/
 +
*http://www.meetup.com/ChicagoRuby/
 +
*http://www.meetup.com/chicagoscala/
 +
*http://www.meetup.com/Refresh-Chicago/
 +
*http://www.meetup.com/refactor-chicago/
 +
*http://www.meetup.com/Chicago-Nodejs/
 +
*http://www.meetup.com/Software-Developers-Night-Out/
 +
*http://www.meetup.com/Windy-City-Linux-Users-Group/
 +
*http://www.meetup.com/Chicago-Open-Hack/
 +
*http://www.meetup.com/chicagodevnet/
 +
*http://www.meetup.com/chicago-html5/
 +
*http://www.meetup.com/Chicago-C-CPP-Users-Group/
 +
http://www.meetup.com/AngularJS-Chicago/
  
 +
=For Women=
 +
*https://www.womenwhocode.com/
 +
*http://www.meetup.com/RailsBridgeChicago/
 +
*http://www.meetup.com/WomanDevelopers/
 +
*http://www.meetup.com/Girl-Develop-It-Chicago-IL/
  
 +
=Design=
 +
*https://www.google.com/design/
  
 
=Intermediate=
 
=Intermediate=
 
No longer a newbie? Look here for some suggestions on what to do next.  
 
No longer a newbie? Look here for some suggestions on what to do next.  
  
==Python==
+
===Python===
 
* If you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop/Projects Intermediate Boston Python Workshop] projects.
 
* If you are new to python but know a little about programming, try out the [https://openhatch.org/wiki/Intermediate_Python_Workshop/Projects Intermediate Boston Python Workshop] projects.

Revision as of 21:37, 9 August 2015

These resources will be separated by language/topic.

Tools

Editors

Web Programming

Tutorials

Programming Challenges

Ruby

Tutorials

Beginner Challenges

Python

Tutorials

  • 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."
  • Official Python tutorial
  • if you are new to programming, try out the Boston Python Workshop materials
  • If you know some syntax already, try out NewCoder tutorials. NewCoder has tutorials on Data Visualization, APIs, Web Scraping, Networks
  • Community Data Science Workshop
    • "The Community Data Science Workshops are a series of project-based workshops for anyone interested in learning how to use programming and data science tools to ask and answer questions about online communities like Wikipedia, Twitter, free and open source software, and civic media. The workshops are for people with no previous programming experience."
  • Software Carpentry: Lessons
    • automating tasks using the Unix shell;
    • structured programming in Python, R, or MATLAB
      • "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."
    • version control using Git or Mercurial.
  • Data Carpentry: has lessons on Python for ecologists
  • Python Scientific Lecture Notes: "Tutorial material on the scientific Python ecosystem, a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert."
  • Django Girls Tutorial: tutorial that starts from python basics to django to deploying a django site.
  • Django for Designers a Django tutorial that focuses on areas of Django that particularly affect designers, such as static files, template inheritance, and AJAX.
  • Google's Python Class: This is a free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding.

Interactive Tutorials

Online python interpreters

If you want to try out python and scientific packages without installing everything, you can use these servers.

Books and Reading

SQL

Tutorials

MOOCs

Coding Bootcamps

Useful Articles

Chicago

New York

San Francisco

Meetups

http://www.meetup.com/AngularJS-Chicago/

For Women

Design

Intermediate

No longer a newbie? Look here for some suggestions on what to do next.

Python