Python#
Python is the language of choice here at DSSG. If you’re only going to learn one programming language, learn Python! It’s powerful, expressive, and easy to read (even by non-programmers).
Python Package & Environment Management#
Some e-books#
- Think Python An amazing book from Allen B. Downey.
- Also check all of his book series Think …!
- Lectures in Quantitative Economics A Econometrics web course with
python
code - A tutorial for Economists A short (34 pages!) intro to python
- Python for Informatics - Exploring Information A more traditional (CS) approach
More Python resources#
- Writing efficient Python
- Tips for Idiomatic Python
- Introduction to Python debugging tools
- Jupyter Notebooks and Jupyter Lab