From 4e2f1564804c567b971867044e8ca69c0c33312e Mon Sep 17 00:00:00 2001 From: "Bikash Daga (Jain)" <95040719+bikashdaga@users.noreply.github.com> Date: Mon, 1 Aug 2022 17:41:22 +0530 Subject: [PATCH] Added one Useful Link Have Added Scaler Topics Python Page under Data Pipeline & Tools - Python. Kindly Please check the suggested changes. Hope this contribution helps! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90e85d4..bb0cbba 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Python is my workhorse language specifically as it has many data science and sta * [Git tutorial](https://try.github.io/levels/1/challenges/1) - Git for Version Control. Simple tutorial for Git from Github. * [Git Tips](http://www.alexkras.com/19-git-tips-for-everyday-use/) - 19 git tips for everyday use. * [Anyone Can Code](http://dhruvbird.com/61.html) - Languages, tutorials, cheat sheets, algorithms and data structures +* [Python @ ScalerTopics](https://www.scaler.com/topics/python/) - Learn Python easily from beginner to advanced level. #### Data Structures & CS Topics * [Algorithms & Data Structures](http://www.bogotobogo.com/Algorithms/algorithms.php) - Binary trees, hash tables, linked lists, big(O) notation and more.