Description
In this course, you will :
- Python fundamentals
- Conditional Statements in Python
- Loop controls in Python
- String manipulation in Python
Syllabus :
1. Enable Python Coding environment and getting started with Python basics
- How to set up Python development environment?
- If Statement in Python | Conditional logic
- Indentation and comments in Python
2. Learn Loop controls in Python
- Understanding 'For loop' in Python
- Understanding 'While loop' in Python
3. Python Numbers and Strings
- Numbers in Python
- How to assign string in Python?
- Looping in String and length check
- How to slice strings in Python?
- String manipulations in Python
- How to format string in python?