From 60912ce197511802a50fb1fb6461fa6434106eb7 Mon Sep 17 00:00:00 2001 From: Abhik Sarkar Date: Mon, 17 Aug 2026 11:13:06 +0530 Subject: [PATCH] Add Pythonlings resource --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa194e3..6118b4e 100644 --- a/README.md +++ b/README.md @@ -3062,6 +3062,8 @@ Alan Zucconi* * [Python Programming for Economics and Finance](https://python-programming.quantecon.org) by *Thomas J. Sargent* and *John Stachurski* +* [Pythonlings](https://github.com/abhiksark/pythonlings) by *Abhik Sarkar* - Learn Python by fixing tiny broken programs. + * [Real Python](https://realpython.com) - A collection of Python tutorials. * [Scientific Visualization: Python + Matplotlib](https://github.com/rougier/scientific-visualization-book) by *Nicolas Rougier*