Description
In this course, you will :
- Master the fundamentals of Python.
- Learn how to manage the flow of Python scripts with conditional statements and loops.
- Hands-on projects will teach you how to build efficient Python code to tackle practical problems.
- Improve problem-solving abilities.
Syllabus:
1. Conditions
- If statements
- Elif and Else
- Loops
- Example: Alternating
- Break, Continue, and While
- Enumerate
- Writing Alternating Function with Enumerate
- Zip
- Lambda, Map, Filter, and Reduce
2. Comprehensions
- List Comprehensions
- Dictionary Comprehensions
- Example: Dictionary Comprehensions
- Hands-On Practice with List and Dictionary Comprehensions I
- Hands-On Practice with List and Dictionary Comprehensions II
- Hands-On Practice with List and Dictionary Comprehensions III