Python Study Plan
Python Study Plan
Lecture Topics: Introduction to Python, variables, data types, and basic operations.
Resources:
o Codecademy's Python Course
o Python.org's Python for Beginners
Project: Write a Python script that calculates the average of a list of numbers.
Lecture Topics: Control structures (if, for, while), functions, and modular
programming.
Resources:
o W3Schools Python Tutorial
o Python Functions Tutorial
Project: Create a Python program that converts temperature from Fahrenheit to
Celsius using a function.
Lecture Topics: Grouping, merging, and advanced data manipulation with Pandas.
Resources:
o Pandas Groupby Tutorial
o Pandas Merge Tutorial
Project: Perform a complex data analysis task using Pandas, like aggregating data
from multiple sources.
Lecture Topics: Putting it all together - applying Python for a real-world data
analysis project.
Project: Choose a dataset that interests you and perform a comprehensive data
analysis, including data cleaning, visualization, and building a predictive model (if
applicable).