Description
In this course, you will learn :
- Install Python on Windows, Mac, and Linux
- Run scripts in the interpreter
- Setup an IDE
- Understand programming basics
- Write functions & arguments
- Develop a calculator application
Syllabus :
1. Introduction to Python & Setup
- Welcome to the Course!
- Getting Started with Python
- Mac/Linux Installation
- Windows 10 Setup
- Interpreter Explained
- Running Python Scripts
- PyCharm IDE Setup
2. Programming Basics
- Numbers
- Strings
- String Manipulation
- Boolean Operators
- Lists
- Dictionaries
- Variables
3. Intermediate Programming Concepts
- Built-in Functions
- Defined Functions
- Arguments
- Default Arguments
- Keyword Arguments
- Infinite Arguments
- Return Values
- If-else Statements
- Loops
- Modules