From 60927ca0e7ad757b14129546bb2a794415eee81b Mon Sep 17 00:00:00 2001 From: Vanshika Date: Tue, 28 Oct 2025 11:16:41 +0530 Subject: [PATCH] Added 3 new Python learning resources and fixed language specification for CS Circles (German) Added 3 new Python learning resources and fixed language specification for CS Circles (German) --- more/free-programming-interactive-tutorials-de.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/more/free-programming-interactive-tutorials-de.md b/more/free-programming-interactive-tutorials-de.md index 17a8ff2701b5b..4ef1ee60f3d8b 100644 --- a/more/free-programming-interactive-tutorials-de.md +++ b/more/free-programming-interactive-tutorials-de.md @@ -5,4 +5,7 @@ ### Python -* [CS Circles - Interaktiv Python lernen!](https://cscircles.cemc.uwaterloo.ca/de/) - University of Waterloo & Bundesweite Informatikwettbewerbe (HTML) +* [CS Circles - Interaktiv Python lernen!](https://cscircles.cemc.uwaterloo.ca/de/) - University of Waterloo & Bundesweite Informatikwettbewerbe (German) (HTML) +* [Python for Everybody](https://www.py4e.com/) - Charles R. Severance (English) (HTML) +* [Programiz Python Tutorial](https://www.programiz.com/python-programming) - Programiz (English) (HTML) +* [Python Tutor](https://pythontutor.com/) - Philip Guo (English) (Interactive)