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) +