Python Topics
Python Topics
2. Python Basics
• Python Operators & Commenting
• Python Variables, Keywords
• Python Data Types - Numbers, String, Lists, Dictionaries, Tuples, Set, Booleans
• Python Literals
3. Conditional Programming
• Python If else
• Python for loop
• Python while loop
• Python break & Continue & Pass
4. Data Types
• Python Strings
• Python Lists
• Python Tuples
• Python Sets
• Python Dictionary
7. Python Libraries
Pandas
• Introduction to Data Structures
• Python Pandas - Series
• Python Pandas - DataFrame
• Python Pandas - Different ways of creatingDataFrames
• Python Pandas - Read Write Excel and CSV
• Python Pandas - Read Write Data from Database
• Python Pandas - Handle Missing Data
• Python Pandas - GroupBy
• Python Pandas - Concatenation
• Python Pandas - Merging
• Python Pandas - Pivot Table
• Python Pandas - Reshape DataFrames
• Python Pandas - Stack and Unstack
• Python Pandas - CrossTabs
• Python Pandas - Sparse Data
• Time Series Analysis - Date Time Re-Index and Sample
• Time Series Analysis - to_Datetime
• Time Series Analysis - Period and PeriodIndex
Numpy
MatPlotlib
1. Introduction
2. A Basic Scatterplot
3. Two scatterplots in same plot
4. Two scatterplots in different panels
5. Object Oriented Syntax vs Matlab like Syntax
6. Axis Ticks Positions and Labels
7. rcParams, Colors and Plot Styles
8. Legend
9. Texts, Arrows and Annotations
10. Customize subplots layout
11. How is scatterplot drawn with plt.plot() different from plt.scatter()
12. Histograms, Boxplots and Time Series
13. How to Plot with two Y-Axis
14. Introduction to Seaborn
15. Conclusion