Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 2.06 KB

cheatsheet-ucsd.md

File metadata and controls

58 lines (39 loc) · 2.06 KB

Useful Scientific Computing Websites

(Curated by: Carol Willing, PyLadies San Diego, 10/2014)

Local and web resources

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.

Scientific Computing: IPython and Project Jupyter

##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.