Learn Python

My favourite introductions to Python

  1. Oleksii Trekhleb’s Playground and Cheatsheet for Learning Python

  2. Python introduction at QuantEcon

  3. “The Python language” chapter in SciPy lectures

Introductory books on Python

A popular online book with good content is The Hitchhiker’s Guide to Python. But something about the author approaches in other projects that I do not quite like.

Older online or print books, still often recommended:

Best practices

Not quite introductory, but useful as review:

Installation

Common options to install Python are the following: