Skip to content

Reading notes and discussion questions from Fluent Python, by Luciano Ramalho

Notifications You must be signed in to change notification settings

galbwe/fluent-python-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repo with reading notes and code examples for Fluent Python, by Luciano Ramalho.

Setup

  1. Clone the repo
  2. create a virtual environment in this directory: python3 -m venv venv
  3. activate the virtual environment: source venv/bin/activate
  4. install the dependencies: pip install -r requirements.txt
  5. set your pythonpath to the fluent python directory: `export PYTHONPATH="$(pwd)/fluent_python"
  6. cd to the fluent python directory
  7. run the tests with pytest

Chapters

  1. Objects, References, Mutability, and Recycling
  2. Pythonic Objects
  3. Sequences
  4. Interfaces: From Protocols to ABCs
  5. Inheritance: For Good or Worse
  6. Operator Overloading: Doing it Right

About

Reading notes and discussion questions from Fluent Python, by Luciano Ramalho

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages