Fluent Python

Results 16 repositories owned by Fluent Python

lispy

220
Stars
31
Forks
Watchers

Learning with Peter Norvig's lis.py interpreter

example-code-2e

3.0k
Stars
849
Forks
Watchers

Example code for Fluent Python, 2nd edition (O'Reilly 2022)

example-code

5.5k
Stars
2.2k
Forks
Watchers

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)

notebooks

199
Stars
79
Forks
Watchers

Jupyter Notebooks with Fluent Python examples

asyncio-tkinter

64
Stars
14
Forks
Watchers

Example of running asyncio on top of the Tcl/Tk event loop via Tkinter

book-site

71
Stars
12
Forks
Watchers

Companion Web site for Fluent Python, Second Edition

builtins

18
Stars
0
Forks
Watchers

Talk about built-in callables in Python 3.7+

concurrency2017

96
Stars
32
Forks
Watchers

Example code for the workshop Modern Concurrency in Python

concurrency2019

37
Stars
16
Forks
Watchers

Examples and exercises for a workshop on Python Concurrent Programming

decorators-descriptors

72
Stars
33
Forks
Watchers

Resources for "Decorators and Descriptors Decoded" PyCon US 2017 Tutorial