An open API service indexing awesome lists of open source software.

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.

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)