From 68aa8b5fe4cb789f225635b40abe955bdb07aed7 Mon Sep 17 00:00:00 2001 From: Sandeep Mishra <87706790+sandeepmishratech@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:32:37 +0530 Subject: [PATCH] Added One Useful Link Have added Scaler Topics Python Tutorial Page Under Python Section. Please Check the suggested changes. --- programming-language-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/programming-language-resources.md b/programming-language-resources.md index 07283b2..a62c0cb 100644 --- a/programming-language-resources.md +++ b/programming-language-resources.md @@ -46,6 +46,7 @@ - [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/) - [Coding Interview Essentials](https://github.com/ajinkyal121/coding-interview-university/blob/master/extras/cheat%20sheets/Coding%20Interview%20Python%20Language%20Essentials.pdf) - [Data Structures And Algorithms in Python](https://www.youtube.com/watch?v=kQDxmjfkIKY) + - [Python Programming Tutorial](https://www.scaler.com/topics/python/) - Java - [Stanford CS106A - Programming Methodology (video)](https://see.stanford.edu/Course/CS106A) - [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/)