From 0c2a2f1e187d29360eb4c8be65e78969a267b658 Mon Sep 17 00:00:00 2001 From: buildonlabs Date: Sat, 4 Apr 2026 10:52:08 +0700 Subject: [PATCH] docs: add Learning section with LearnAI interactive Python tutor --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dd3e66a9f9..dfccfedb4a 100644 --- a/README.md +++ b/README.md @@ -1077,6 +1077,12 @@ _Python programming on Microsoft Windows._ - [pywin32](https://github.com/mhammond/pywin32) - Python Extensions for Windows. - [winpython](https://github.com/winpython/winpython) - Portable development environment for Windows 10/11. +## Learning + +_Resources and tools for learning Python interactively._ + +- [LearnAI](https://uselearnai.com) - AI-powered conversational Python tutor that builds a personalized curriculum based on your level and goal, teaching one module at a time. + ## Miscellaneous _Useful libraries or tools that don't fit in the categories above._