From 409229f9470a341a9589821ff912148c98a56b18 Mon Sep 17 00:00:00 2001 From: buildonlabs Date: Sat, 4 Apr 2026 10:59:07 +0700 Subject: [PATCH 1/2] 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..714c29e8ec 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 with active recall. + ## Miscellaneous _Useful libraries or tools that don't fit in the categories above._ From 7c62a664a2c867ddfe41bc968defaabee8ffe6b5 Mon Sep 17 00:00:00 2001 From: buildonlabs Date: Sat, 4 Apr 2026 11:21:11 +0700 Subject: [PATCH 2/2] fix: update LearnAI link to Python-specific URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 714c29e8ec..7157057401 100644 --- a/README.md +++ b/README.md @@ -1081,7 +1081,7 @@ _Python programming on Microsoft Windows._ _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 with active recall. +- [LearnAI](https://uselearnai.com/chat?topic=python) - AI-powered conversational Python tutor that builds a personalized curriculum based on your level and goal, teaching one module at a time with active recall. ## Miscellaneous