Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 558 Bytes

File metadata and controls

31 lines (20 loc) · 558 Bytes

Fluent Python

by Luciano Ramalho


📊 Progress Overview

📘 Chapter 1 — The Python Data Model

  • Status: ✅ Completed

Exercises:

  • MyList ✅
  • MyRange ✅
  • MyFunc ✅

📘 Chapter 2 — An Array of Sequences

  • Status: ⏳ Reading

Exercises:

📘 Chapter 13 — Interfaces, Protocols, and ABCs

  • Status: ⏳ Reading

Exercises:

  • restaurant_using_abc ✅
  • restaurant_using_protocol ✅

📘 Chapter 14 — Inheritance: For Better or for Worse

  • Status: ⏳ Reading