Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 642 Bytes

File metadata and controls

34 lines (22 loc) · 642 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 7 — Functions as First-Class Objects

  • Status: ⏳ Reading

📘 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