From 1043dc70eab648aa7475170e225087f0b301c885 Mon Sep 17 00:00:00 2001 From: Leandro Mana Date: Tue, 3 Mar 2026 11:41:50 +1300 Subject: [PATCH] =?UTF-8?q?Fix=20notebooks=20badge=20count:=20123=20?= =?UTF-8?q?=E2=86=92=20127?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 228ebc0..30f483a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Code Style: Ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://docs.astral.sh/ruff/) [![Type Checked: mypy](https://img.shields.io/badge/type%20checked-mypy-blue.svg)](https://mypy-lang.org/) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) -[![Notebooks](https://img.shields.io/badge/notebooks-123-orange.svg)](src/) +[![Notebooks](https://img.shields.io/badge/notebooks-127-orange.svg)](src/) [![Tests](https://img.shields.io/badge/tests-467-brightgreen.svg)](tests/) Study notes and examples inspired by **"Learning Python: Powerful Object-Oriented Programming, 5th Edition"** by Mark Lutz (O'Reilly) — an independent companion resource covering core Python concepts through interactive Jupyter notebooks with original code examples.