Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

moved links to the Wiki #2

Merged
merged 1 commit into from
Oct 22, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Let's Learn Python!

For now, here is a list of resources: https://github.com/TheCodingCollective/Welcome/issues/7

LearningPython Wiki: https://github.com/TheCodingCollective/LearningPython/wiki

Additional Resources (pulled from Learning Python Issues Board):

Rosalind.info bioinformatics tutorial:
http://rosalind.info/problems/locations/

Online tutorial adapted from the book:
http://learnpythonthehardway.org/

Cody's code for learnpythonthehardway.org:
https://github.com/rjcmarkelz/python_the_hard_way

Cody's code for the QB3 python course:
https://github.com/rjcmarkelz/QB3_Python_Course
Following the 2012 guide:
http://intro-prog-bioinfo-2012.wikispaces.com/

Ciera's EXTREME tutorial:
http://pymbook.readthedocs.org/en/latest/index.html

Class recommendation by Gina:
http://homes.cs.washington.edu/~ruzzo/courses/gs559/09wi/

Tutorial from the Python Software Foundation:
https://docs.python.org/3/tutorial/