[go: up one dir, main page]

0% found this document useful (0 votes)
11 views1 page

Python 4 Week Crash Course Checklist

The document outlines a 4-week crash course plan for learning Python and completing projects, starting on July 20, 2025. It includes weekly topics such as Python basics, working with data, APIs, and a capstone project, along with specific tasks and projects to be completed each week. The final week focuses on building a comprehensive project and preparing a GitHub portfolio for showcasing skills.

Uploaded by

31231620
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Python 4 Week Crash Course Checklist

The document outlines a 4-week crash course plan for learning Python and completing projects, starting on July 20, 2025. It includes weekly topics such as Python basics, working with data, APIs, and a capstone project, along with specific tasks and projects to be completed each week. The final week focuses on building a comprehensive project and preparing a GitHub portfolio for showcasing skills.

Uploaded by

31231620
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

4-Week Python + Project Crash Course Plan

Start Date: 20th July 2025

Week 1: Python Basics + Logic Building


- Angela Yu Sections: 2-9 (Data types, variables, loops, functions, strings)
- Complete: Caesar Cipher project
- Setup Jupyter Notebook (Anaconda) and GitHub account
- Push first project to GitHub

Week 2: Working With Data + CSV Projects


- Angela Yu Sections: 10-11 (Files, error handling)
- Learn pandas basics (YouTube/Kaggle)
- Mini project: Stock data from CSV (calculate SMA, P/L)
- Push second project to GitHub

Week 3: APIs, Pandas & Visualization


- Angela Yu Section 33 (APIs)
- Use Yahoo Finance API or Alpha Vantage (fetch stock prices)
- Learn matplotlib/seaborn (plot charts)
- Project: Stock trends visualization + indicators

Week 4: Capstone Project + GitHub Portfolio


- Build full project: Fetch data, analyze, visualize, strategy output
- Add Excel export (optional)
- Create README with screenshots
- Upload to GitHub for portfolio use
- Prepare 3-line summary for resume/interviews

You might also like