From 4c703e4068e959b8b6053dc6aa60b153396c3151 Mon Sep 17 00:00:00 2001 From: Greg Smaldone Date: Fri, 17 Oct 2014 12:13:16 -0700 Subject: [PATCH] moved links to the Wiki --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac3d293..1dbd76a 100644 --- a/README.md +++ b/README.md @@ -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/