Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.5 KB

Tools&Resources.md

File metadata and controls

63 lines (36 loc) · 1.5 KB

Tools & Resources

The following is a list of tools, resources and readings for continuing and exploring Python.

Python Language

Official Python Resources:

Codecademy:

Python Practice Book:

Google's Python Class:

Think Python:

PythonTutor:

A Byte of Python:

Non-Programmers Tutorial Python3:

Jupyter Notebooks

Jupyter Notebooks, that we use in class, are an increasingly common tool for doing computation.

If you're interested, see this article for some information on how they are being used in science: https://www.nature.com/articles/d41586-018-07196-1

A list of interesting Jupyter notebooks https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks

On Good Programming

Programming Sucks: http://www.stilldrinking.org/programming-sucks

Python Constructs

Lists: