Session 3: Oldies

San Diego 2014 - Intro to Python

https://github.com/pythonsd/intro-to-python

Let’s use https://mybinder.org

Binder gives you a temporary workspace with notebooks.

Good language design stands the test of time

Notebook 1

Numbers, strings, variables, booleans, “if statements”

Notebook 2

Lists and loops

Notebook 3

Functions and modules

Notebook 4

List comprehensions, dictionaries, tuples

Conclusion

stdlib, PyPI, next steps