https://github.com/dipakxettri/pythonfordatascience
A dedicated repository for the 12-week Python programming course, including weekly assignments, mini-projects, and resources. Designed to build a strong foundation in Python and prepare for Data Science, AI,Ml.
https://github.com/dipakxettri/pythonfordatascience
data-science python
Last synced: 9 months ago
JSON representation
A dedicated repository for the 12-week Python programming course, including weekly assignments, mini-projects, and resources. Designed to build a strong foundation in Python and prepare for Data Science, AI,Ml.
- Host: GitHub
- URL: https://github.com/dipakxettri/pythonfordatascience
- Owner: Dipakxettri
- Created: 2025-09-16T11:47:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-26T05:14:27.000Z (10 months ago)
- Last Synced: 2025-09-26T07:09:18.065Z (10 months ago)
- Topics: data-science, python
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonJourney-12Weeks
A dedicated repository for the 12-week Python programming course, including weekly assignments, mini-projects, and resources. Designed to build a strong foundation in Python and prepare for Data Science,AI, ML.
## Week-1-2 Baics :
**Topics:**
1. Variables
2. Operators
3. Data Types
4. Conditionals(if,elif,else)
5. Loops(for,While)
6. Exception Handling
## Week-3-4 Intermediate :
**Topics:**
1. Lits
2. Sets
3. Tuple
4. Dictonary
5. String formating
6. File I/O(basic file handeling, Handeling csv files, os module)