These are courses that will give an overall introduction for using
Python. They will be separated into different sections based on
experience level: Beginner, Intermediate, Applied Data Science.
These are courses that have lessons we recommend for those who are beginning to learn the programming language Python.
Software Carpentry: Plotting and Programming with Python
Software Carpentry is a website which provides introductory lessons for programming with Python,specifically these lessons teach users how to use and plot their data using the gapminder dataset. To access these lessons, click here.
Learn Python
Learn Python is a website with an interactive Python tutorial in which inexperienced and experienced programmers can learn how to program using Python. At the beginner level, we recommend starting with their first section “Learn the Basics”. To access this website, click here.
UCSC CSE20: Beginning Programming in Python Course
This is a github page with the lecture notes for UC Santa Cruz’s Beginning Programming in Python course. It is available here.
These are courses that have lessons we recommend for those who understand the basics of Python and want to know Python at the intermediate level.
Software Carpentry: Programming with Python
Software Carpentry also provides lessons that focus on using Python for data analysis. To access these lessons, click here.
Learn Python
At the intermediate level, we recommend working through their third section “Advanced Tutorials” section. To access this website, click here.
UAB Intro to Python for Data Analysis and Visualization
This repository provides information about using Python for data analysis and visualization. Specifically, this repository has lessons that provide introductory information for using Jupyter Notebooks, creating Python functions, and applying these concepts using example datasets. To access this repository, click here.
These are courses that have lessons we recommend for those who would like to obtain specific knowledge in using Python for data science and bioinformatic purposes.
Learn Python
For those wanting to learn Python for data science purposes, we recommend working through the second section on their website “Data Science Tutorials”. To access this website, click here.
Python for Biologists
Python for Biologists is a programming course that allows beginners to learn how to use Python while applying that knowledge towards common biological and bioinformatics problems. To access the textbook version of this course, click here. To access the online course, click here.
Rosalind
Rosalind is a platform for learning bioinformatics and programming through problem solving. Specifically, it has lessons which provide the basics about the Python programming language and algorithms underlying a variety of bioinformatics topics. Additionally, Rosalind provides ‘ready-to-use’ software tools and several exercises one can use to apply the knowledge gained from their lessons. To access this platform, click here.
Here are resources that can be used to assist with learning Python.
Think Python
Think Python is a textbook that provides an introduction to Python programming for beginners. In this textbook, one can learn the basic concepts of programming using Python. Additionally, this textbook defines all terms when they are first used and develops each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters. To access this textbook, click here.
Python for Everybody
Python for Everybody is a book that is designed to introduce students to programming and software development through the lens of exploring data. In this book, one can find an Informatics-oriented introduction to programming. To access this book, click here.