-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from gtsmald0ne/develop
moved links to the Wiki
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |