Python resources added. (#7293)

pull/7318/head
Berkcan Gümüşışık 2 weeks ago committed by GitHub
parent 1d0e65c2c8
commit 65fe7aeb71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/data/roadmaps/python/content/loops@Dvy7BnNzK55qbh_SgOk8m.md
  2. 1
      src/data/roadmaps/python/content/object-oriented-programming@P_Di-XPSDITmU3xKQew8G.md
  3. 4
      src/data/roadmaps/python/content/variables-and-data-types@dEFLBGpiH6nbSMeR7ecaT.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)

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

@ -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/)
- [@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)

Loading…
Cancel
Save