example-code icon indicating copy to clipboard operation
example-code copied to clipboard

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

Results 24 example-code issues
Sort by recently updated
recently updated
newest added

An improved clock decorator(clockdeco2.py) Signed-off-by: Chen Hanxiao

For the Chapter 17 flags scripts if the downloads directory doesn't exist the scripts generate an error. This PR adds a check and creation of that directory for the save_flag...

Here's one big thing: I have been trying to read it on a Kindle Paperwhite (A stretch, I know, for a programming book, but I worked hard to make Atomic...

Hi, why didn't you implement the __setattr__ as you have noted in the book in the last version of vector class file? I mean [here](https://github.com/fluentpython/example-code/blob/master/10-seq-hacking/vector_v5.py).