From e0a31d18862362b9bd898e27d834e768dd5bff04 Mon Sep 17 00:00:00 2001 From: freya-docs Date: Wed, 13 May 2026 10:07:09 +0200 Subject: [PATCH] Add Total TypeScript link to curated links Added a link to Total TypeScript for TypeScript tutorials. --- resources/python/curated-links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/python/curated-links.md b/resources/python/curated-links.md index 41b90cd..8a12fa7 100644 --- a/resources/python/curated-links.md +++ b/resources/python/curated-links.md @@ -15,6 +15,7 @@ Open a PR following [CONTRIBUTING.md](../../CONTRIBUTING.md). Branch name: `add- ## Learning the language - [Python Official Tutorial](https://docs.python.org/3/tutorial/) — The canonical introduction, written by the Python core team. +- [Total TypeScript](https://www.totaltypescript.com/) — Free and paid tutorials focused on practical TypeScript patterns and the type system. ## Beginner-friendly project lists