Prework ======= Make a [GitHub](https://github.com/) account. #### Git and Unix [Command Line Crash Course](http://cli.learncodethehardway.org/book/) [Try git](try.github.io) [Git Immersion](http://gitimmersion.com/) #### Front End Do Code Academy's [HTML/CSS course](http://www.codecademy.com/en/tracks/web). [Guide to wireframing](http://webdesign.tutsplus.com/articles/a-beginners-guide-to-wireframing--webdesign-7399) [A compilation of wireframing articles](http://www.gracesmith.co.uk/get-wireframing-the-all-in-one-guide/) #### JavaScript [Javascript Loops](http://www.w3schools.com/js/js_loop_for.asp) [Javascript Object Literals](http://www.w3schools.com/js/js_objects.asp) [Javascript Functions](http://www.w3schools.com/js/js_functions.asp) [Javascript Constructors and the new keyword](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new) [Read through the design patterns in this book](http://addyosmani.com/resources/essentialjsdesignpatterns/book/#designpatternsjavascript) [Javascript Constructor and Prototype](http://pivotallabs.com/javascript-constructors-prototypes-and-the-new-keyword/) [JQuery API Docs](http://api.jquery.com/) [jQuery Best Practices](http://gregfranko.com/jquery-best-practices/#/) #### Python [Python Cheatsheet](http://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf) #### Miscellaneous [Rubular (for regex)](http://www.rubular.com) [Wikipedia on pair programming](http://en.wikipedia.org/wiki/Pair_programming)