Python Exam Summary
Python Exam Summary
1. Data Visualization
Data visualization is the graphical representation of information using plots and charts to identify patterns and
2. Matplotlib Plotting
Matplotlib is used for plotting line charts, bar graphs, histograms, etc. Example: plt.plot(x, y), plt.show().
Box Plot shows distribution; Violin Plot combines box and KDE; Heatmap displays matrix-like data.
Seaborn offers prettier, high-level plots. Matplotlib provides full control and flexibility.
5. Histogram in Matplotlib
6. Violin Plot
7. Scatter Plot
8. Subplot in Matplotlib
9. Bar Chart
14. Normalization