PyCon: Programming & Software Engineering Session List
Aspect-oriented Programming - Diving deep into Decorators
Mike Müller
Algorithms, Architecture, Python fundamentalsFunctions that take functions and return new functions can be fun. Python's everything-is-an-object principle at work.
Fast native data structures: C/C++ from Python
Stefan Behnel
Big Data, Parallel Programming / Async, Python - PyPy, Cython, AnacondaNeed fast data access in Python? Use native data structures with Cython!
How to Find Your Way Through a Million Lines of Code
Jürgen Gmach
Best PracticeScared of a new project? @jugmac00 will show you "How to Find Your Way Through a Million Lines of Code"
Python 3.11 in the Web Browser - A Journey
Christian Heimes
Python - CPython new featuresCompile CPython to Web Assembly, and run it in web browsers or Node.js.
Refactoring
Dr. Kristian Rother
Best Practice, Coding / Code-Review, Development MethodsRefactor a space travel game by introducing functions, classes and data structures
Stupid Things I've Done With Python
Mark Smith
Best Practice, Coding / Code-Review, Python fundamentalsOn every computer I've had for the past 20 years, I've created a folder called "stupid python tricks". It's where I put code that should never see the light of day. Code I'm going to teach you.
Filter