October meeting
Date: Monday, October 13th @ 7pm
Agenda to be announced!
We haven't put together the agenda for the next meeting yet, but here's what we're thinking...
Future meetings will include talks on:
- data visualization in Pandas
- crash courses in deep learning
- learn python from scratch
- Embrace error: how error foo can advance your coding, and beyond!
- "Future of Coding" explores automated transformation of source code.
- "Demysti-py" looks at how familiar constructs are implemented.
- "Pythonic pitfalls" improves both your code and your fundamentals.
- "Deep reading" explores and applies academic articles on deep learning.
- "New tool roundup" by our resident code hound keeps you updated.
Links:
- Python performance myths and fairy tales
- A Python dict that can report which keys you did not use
- Inline typed dictionaries
- The Montana Mini-Computer - a virtual computer intended to show how digital computation works in a fun and visual way
- Following up on the Python JIT
- pudb - Full-screen console debugger for Python