From 65fe7aeb71cc7466e03abb95e26ef39cd9e91d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berkcan=20G=C3=BCm=C3=BC=C5=9F=C4=B1=C5=9F=C4=B1k?= <75336900+berkcangumusisik@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:23:45 +0300 Subject: [PATCH] Python resources added. (#7293) --- .../roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md | 3 ++- .../object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md | 1 + .../content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.md | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md b/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md index c6af1c1ef..f1e947839 100644 --- a/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md +++ b/src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md @@ -1,9 +1,10 @@ # Loops -Loops are used to execute a block of code repeatedly. +Loops are used to execute a block of code repeatedly. Visit the following resources to learn more: - [@article@Loops in Python](https://www.geeksforgeeks.org/loops-in-python/) - [@article@Python "while" Loops (Indefinite Iteration)](https://realpython.com/python-while-loop/) - [@article@Python "for" Loops (Definite Iteration)](https://realpython.com/python-for-loop/#the-guts-of-the-python-for-loop) +- [@video@Python For Loops](https://www.youtube.com/watch?v=KWgYha0clzw) diff --git a/src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md b/src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md index 86d097690..ddb193ee5 100644 --- a/src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md +++ b/src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md @@ -7,3 +7,4 @@ Visit the following resources to learn more: - [@article@Object Oriented Programming in Python](https://realpython.com/python3-object-oriented-programming/) - [@video@Object Oriented Programming (OOP) In Python - Beginner Crash Course](https://www.youtube.com/watch?v=-pEs-Bss8Wc/) - [@video@OOP in Python One Shot](https://www.youtube.com/watch?v=Ej_02ICOIgs) +- [@video@Python OOP Tutorial](https://www.youtube.com/watch?v=IbMDCwVm63M) diff --git a/src/data/roadmaps/python/content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.md b/src/data/roadmaps/python/content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.md index d324ec970..57f2bf6c1 100644 --- a/src/data/roadmaps/python/content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.md +++ b/src/data/roadmaps/python/content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.md @@ -8,4 +8,6 @@ Visit the following resources to learn more: - [@article@W3Schools — Python Variables](https://www.w3schools.com/python/python_variables.asp) - [@article@Python Data Types](https://www.w3schools.com/python/python_datatypes.asp) - [@article@Basic Data Types in Python](https://realpython.com/python-data-types/) -- [@article@Python for Beginners: Data Types](https://thenewstack.io/python-for-beginners-data-types/) \ No newline at end of file +- [@article@Python for Beginners: Data Types](https://thenewstack.io/python-for-beginners-data-types/) +- [@video@Python Variables and Data Types](https://www.youtube.com/playlist?list=PLBlnK6fEyqRhN-sfWgCU1z_Qhakc1AGOn) +