Description
In this course, you will :
- Discover how to use Python professionally.
- learn how to use Python's power to solve problems.
- Understand how to use Jupyter Notebook as well as create.py files.
- Develop a thorough understanding of Python from the ground up!
Syllabus :
1. Python and Anaconda Introduction
- Introduction to Python
- Installing Anaconda & Jupyter
2. Variables Types & Arithmetic
- Python Data Types
- Arithmetic with Python
3. Variables & Strings
- Defining Variables
- Working with Strings
4. Dictionaries, Lists & Tuples
- Dictionaries
- Lists
- Tuples
5. Printing and Files I/O
- Print Formatting
- Files I/O
6. Data Imports & Transformations
- Loading data
- Creating & Transforming DataFrames
- Groupby & Crosstab
7. Lists Comprehension & IF Statements
- If, Elif, and Else
- List Comprehension Preview
8. For & While Loops
- For Loops
- While Loops
9. Definitions & Functions
- Basic Python Functions
- Lambda Expressions/Functions
10. GUIs & Widgets
- Working with Widgets
- Styling & Layouts
- Applications of Widgets