Learning Objectives: This Module helps you get familiar with basics of statistics, different types of measures and probability distributions, and the supporting libraries in Python that assist in these operations. Also, you will learn in detail about data visualization.
Topics:

Numpy - arrays

Operations on arrays

Indexing slicing and iterating

Reading and writing arrays on files

Pandas - data structures & index operations

Reading and Writing data from Excel/CSV formats into Pandas

matplotlib library

Grids, axes, plots

Markers, colours, fonts and styling

Types of plots - bar graphs, pie charts, histograms

Contour plots
Hands On/Demo:

Numpy library-Creating Numpy array, operations performed on Numpy array

Pandas library-Creating series and dataframes, Importing and exporting data

Matplotlib - Using Scatterplot, histogram, bar graph, pie chart to show information, Styling of Plot
Skills:

Probability Distributions in Python

Python for Data Visualization