Example code for the book Fluent Python by Luciano Ramalho (O'Reilly, 2014). BEWARE: This is a work in progress, like the book itself. Code here may change and disappear without warning. If a piece of ...
french_deck.py a Python class representing a french deck of cards, highlighting the power of Python. vector.py a Python class representing a vector, implementation of special methods. dictionaries.py ...