From 275b471e26a50fd5b5f1499da3858851ccac6b34 Mon Sep 17 00:00:00 2001 From: Logesh R <45895919+surlogu@users.noreply.github.com> Date: Fri, 24 Oct 2025 10:01:04 +0530 Subject: [PATCH] feature/pt br hacktoberfest: Add Python and SQL tutorial links (#12747) * feature/pt br hacktoberfest: Add Python and SQL tutorial links * Add additional Python and SQL tutorial links --- more/free-programming-interactive-tutorials-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 67a49fd10..42b8a1aa2 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -393,6 +393,7 @@ * [Python Tutorial](https://www.tutlane.com/tutorial/python) - tutlane * [Python Tutorial](https://www.w3schools.com/python) - W3Schools * [Python Tutorial](https://www.scaler.com/topics/python/) - Scaler Topics +* [Python Tutorial](https://www.pythontutorial.net) - Anthony Pham (pythontutorial.net) * [Scientific Computing with Python Certification](https://www.freecodecamp.org/learn/scientific-computing-with-python/) - freeCodeCamp @@ -454,6 +455,7 @@ * [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy * [MySQL Tutorial](https://www.w3schools.com/MySQL/) - W3Schools +* [MySQL Tutorial](https://www.mysqltutorial.org) - Anthony Pham (mysqltutorial.org) * [Select Star SQL](https://selectstarsql.com) - Zi Chong Kao (CC BY-SA) * [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql) * [SQL Server Tutorial](https://www.tutlane.com/tutorial/sql-server) - tutlane