Fourth part of articles about the Microsoft's Python for Beginners series.
All the examples from the playlist are available in this GitHub repository: Python Examples.
Objective
You will learn how to work with conditional logics, collections and loops.
A Python file was created to demonstrate each example.
Topics
conditional.py
Conditional logic examples.
Running the example:
python .\examples\conditional.py
The result:
collection.py
Manipulating arrays and lists.
Running the example:
python .\examples\collection.py
The result:
loop.py
Controlling loops.
Running the example:
python .\examples\loop.py
The result:
Next
You will learn how to create functions, importing modules and creating virtual environments.
Video References
- Programming with Python | Python for Beginners [19 of 44]
- Programming with Python | Python for Beginners [20 of 44]
- Programming with Python | Python for Beginners [21 of 44]
- Programming with Python | Python for Beginners [22 of 44]
- Programming with Python | Python for Beginners [23 of 44]
- Programming with Python | Python for Beginners [24 of 44]
- Programming with Python | Python for Beginners [25 of 44]
- Programming with Python | Python for Beginners [26 of 44]
- Programming with Python | Python for Beginners [27 of 44]
- Programming with Python | Python for Beginners [28 of 44]
Top comments (0)