Contains snippets for all things Python!
- Beginner Roadmap — done with
if
-statements? Built-in data structures? Playing eenie-minnie on which library to learn? Check out this notebook for my suggestions on where to go next. - Python's Class Development Toolkit — notes on Raymond Hettinger's talk from US PyCon 2013 on the basics of constructing Python classes (this talk was conducted on Python 2 but most concepts stay relevant). Raymond is a Python core developer.
- ML for Accountants — Accounting students definitely know a thing or two about Machine Learning. They just don't know it yet.