Pinned Repositories
asyncio-tkinter
Example of running asyncio on top of the Tcl/Tk event loop via Tkinter
book-site
Companion Web site for Fluent Python, Second Edition
concurrency2017
Example code for the workshop Modern Concurrency in Python
decorators-descriptors
Resources for "Decorators and Descriptors Decoded" PyCon US 2017 Tutorial
example-code
Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
example-code-2e
Example code for Fluent Python, 2nd edition (O'Reilly 2022)
lispy
Learning with Peter Norvig's lis.py interpreter
notebooks
Jupyter Notebooks with Fluent Python examples
pyob2019
Pythonic Objects: Idiomatic Object Oriented Programming in Python
pythonic-api
Examples for "Implementing intuitive and productive APIs" workshops (OSCON, PyCON 2016)
Fluent Python's Repositories
fluentpython/example-code
Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
fluentpython/example-code-2e
Example code for Fluent Python, 2nd edition (O'Reilly 2022)
fluentpython/lispy
Learning with Peter Norvig's lis.py interpreter
fluentpython/notebooks
Jupyter Notebooks with Fluent Python examples
fluentpython/concurrency2017
Example code for the workshop Modern Concurrency in Python
fluentpython/book-site
Companion Web site for Fluent Python, Second Edition
fluentpython/decorators-descriptors
Resources for "Decorators and Descriptors Decoded" PyCon US 2017 Tutorial
fluentpython/pyob2019
Pythonic Objects: Idiomatic Object Oriented Programming in Python
fluentpython/pythonic-api
Examples for "Implementing intuitive and productive APIs" workshops (OSCON, PyCON 2016)
fluentpython/isis2json
CDS/ISIS to JSON database converter (compatible with CouchDB and MongoDB)
fluentpython/concurrency2019
Examples and exercises for a workshop on Python Concurrent Programming
fluentpython/language-creators
Transcripts of "A Language Creators' Conversation: Guido van Rossum, James Gosling, Larry Wall & Anders Hejlsberg"
fluentpython/think-like-a-pythonista
Pense como um Pythonista
fluentpython/builtins
Talk about built-in callables in Python 3.7+
fluentpython/generators
Generators: powering iteration in Python
fluentpython/abacus
Metaprogramming in service of user experience
fluentpython/experiments
Random experiments
fluentpython/images
Images used in the Fluent Python book manuscript
fluentpython/notes
Notes and references
fluentpython/descriptors
Notes for a talk about Python attribute descriptors
fluentpython/images-2e
Images used in Fluent Python, 2nd edition
fluentpython/pytudes
Python programs, usually short, of considerable difficulty, to perfect particular skills.
fluentpython/protocol_examples
A PEP 544 protocol to support type hints for functions that sort
fluentpython/abc-protocol-labs
Experiments with Python Abstract Base Classes and runtime checkable Protocols
fluentpython/jupyturtle2
Python Turtle graphics for Jupyter notebooks
fluentpython/autoslot
Automatic __slots__ for your Python classes
fluentpython/full-monty
Examples for activities at OSCON 2014
fluentpython/python-0.9.1
Upload and changes to Python 0.9.1 release (from 1991!) so that it would compile
fluentpython/randompicker
Random Picker protocol examples
fluentpython/typeshed
Collection of library stubs for Python, with static types