Skip to content

General Resources & Useful Sites

hanleybrand edited this page Apr 22, 2013 · 6 revisions

Learn Python

Learning Python

Free E-books

Dive Into Python is considered to be one of the best free introductions available, although it was last updated in 2004.

Other free ebooks and online sources include:


Once you've learned the basics of the language, Code Like a Pythonista: Idiomatic Python is a tutorial that will help you acclimate to specific aspects of Python that differentiate it from other programming languages.

Free Online Courses

##Git Resources

http://gitready.com/

http://help.github.com/git-cheat-sheets/

A few of my Git tricks, tips and workflows (has a Mac bias, for sure)

General Linux Help

http://www.mkyong.com/linux/how-to-find-a-file-in-linux/