Description
In this course, you will learn :
- How to execute Python files
- math, variables, syntax, and comments
- common data types, indexing, formatting, and files
- list comprehensions, loops, and functions
- packages, classes (OOP) and try/except
Syllabus :
- Where is Python Used?
- Installing Python
- Running Python Files
- Python Shell
- Basic Math
- Variables
- Indentation
- Interactive Python
- Data Types
- Indexing
- Comments
- String Formatting
- Files
- Comparison Operators (Conditionals)
- For Loops
- While Loops
- List Comprehensions
- Functions
- Scope
- OOP
- Packages
- Try/Except