Here is the list of everything I have learned and from what sources I have learned
Book - Learning Python (5th Edition) by Mark Lutz
- A Python Q&A Session
- How Python Runs Programs
- How You Run Programs
- Introducing Python Object Types
- Numeric Types
- The Dynamic Typing Interlude
- String Fundamentals
- Lists and Dictionaries
- Tuples, Files and Everything Else
- Introducing Python Statements
- Assignments, Expressions, and Prints
- if Tests and Syntax Rules
- while and for Loops
- Iterations and Comprehensions
- The Documentation Interlude
Book - Python for Data Analysis (2nd Edition) by Wes Mckinney
- Preliminaries
- Python Language Basics, IPython, and Jupyter Notebooks
- Built-in Data Structures, Functions, and Files
- NumPy Basics: Arrays and Vectorized Computation
- Getting Started with pandas
- Data Loading, Storage, and File Formats
- Data Cleaning and Preparation
- Data Wrangling: Join, Combine, and Reshape
- Plotting and Visualization
- Data Aggregation and Group Operations
- Time Series