fluentpython / decorators-descriptors
Resources for "Decorators and Descriptors Decoded" PyCon US 2017 Tutorial
☆72Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for decorators-descriptors
- Example code for the workshop Modern Concurrency in Python☆96Updated 3 years ago
- Materials for PyCon2015 Tutorial "Modules and Packages : Live and Let Die"☆75Updated 9 years ago
- Examples for "Implementing intuitive and productive APIs" workshops (OSCON, PyCON 2016)☆50Updated 8 years ago
- For running a local continuous testing environment with tox☆75Updated 4 years ago
- An intermediate-to-advanced book on Python concurrency☆59Updated 6 years ago
- Repo for topics covered during the presentation☆30Updated 2 weeks ago
- Tutorial to contribute to the CPython project☆49Updated last year
- An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecu…☆67Updated 6 years ago
- Get Productive with Python and Visual Studio Code - slides, video, and demo code☆88Updated 5 years ago
- Pythonic Objects☆109Updated 5 years ago
- Transcripts for the Talk Python To Me episodes☆146Updated this week
- work in progress☆170Updated 3 years ago
- Companion code for the Full Stack Python Guide to Deployments book.☆122Updated 8 years ago
- An API (for Humans) for converting timestamps.☆24Updated 7 years ago
- Some docs to support the organising of a "beginners' day" at Python conferences☆33Updated 7 years ago
- 🐍📝Personal notes on resources, CPython, etc.☆54Updated 8 years ago
- RESTful / HTTP services in Pyramid and Python course handout materials☆58Updated 4 years ago
- Formatter allowing for colored output in log messages☆49Updated last year
- Estimating Big-O notations for a given function in Python