Description
In this course, you will :
- Introduction to Python basics, including how to name variables and different data types in Python
- Introduces Python lists and how to use them to work with data
- Introduces Python packages, specifically the NumPy package and how it can be used to efficiently manipulate arrays.
- Matplotlib, a package for creating line plots, scatter plots, and histograms, is introduced.
Syllabus :
- Welcome to Python
- Lists
- Arrays in Python
- Visualization in Python