(Curated by: Carol Willing, PyLadies San Diego, 10/2014)
San Diego Python User Group http://pythonsd.org/pages/getting-started.html
PyLadies.org Resources http://www.pyladies.com/resources/
OpenHatch.org Resources Open Source Comes to Campus http://campus.openhatch.org/ The curriculum is available and is open source.
More Software Carpentry lessons http://software-carpentry.org/lessons.html
PyVideo.org http://pyvideo.org A collection of talks and tutorials from all major Python conferences. SciPy is a scientific computing conference.
- Excellent book by Cyrille Rossant http://cyrille.rossant.net/books/#cookbook
- Project Jupyter http://jupyter.org/
- Scipy lectures: tutorials on advanced topics like FFT, image processing, linear algebra, optimization and so on.
- Gallery of
matplotlib
plots - Pandas tutorials
##Some git cheatsheets git-osx-installer - Install Git on Mac OS X. Build tools not required. - Google Project Hosting https://code.google.com/p/git-osx-installer/
Git pretty — justin hileman dot info http://justinhileman.info/article/git-pretty/
Using Git · pydata/pandas Wiki https://github.com/pydata/pandas/wiki/Using-Git
Git Cheat Sheet http://www.git-tower.com/blog/git-cheat-sheet-detail/
Checking out pull requests locally · GitHub Help https://help.github.com/articles/checking-out-pull-requests-locally
Merging a pull request · GitHub Help https://help.github.com/articles/merging-a-pull-request
Welcome | Legit (Git Workflow for Humans) http://www.git-legit.org/
Git Cheatsheet • NDP Software http://ndpsoftware.com/git-cheatsheet.html
GitFAQ.org http://gitfaq.org
On undoing, fixing, or removing commits in git http://sethrobertson.github.io/GitFixUm/fixup.html
Learn Git Branching http://pcottle.github.io/learnGitBranching/ This interactive website demonstrates how to use git and branching.