Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-learning

A structured Python learning portfolio — from language fundamentals to applied data analytics.


Modules

Module Description
01-python-fundamentals/ Core language concepts through exercises and a CLI project
02-data-analytics/ Applied data analytics from library basics to structured, evidence-aware analysis

01 — Python Fundamentals

Eleven focused exercises covering the core Python language, followed by a standalone command-line project.

Component Contents
exercises/ Output formatting · variables · types · strings · control flow · validation · data structures
project/dataset-summary/ CLI tool for CSV structural inspection — standard library only

01-python-fundamentals/README.md


02 — Data Analytics

Applied analytics centered on the 2023 Data Jobs dataset, progressing from library fundamentals to an evidence-aware multi-notebook study.

Component Contents
exercises/ Role matching and type conversion in pure Python
notebooks/ Pandas and Matplotlib basics, then demand, trend, and compensation analysis for Germany
project/job-market-analysis/ Five-notebook structured analysis of India's data-job market

02-data-analytics/README.md


Structure

python-learning/
├── 01-python-fundamentals/
│   ├── exercises/                      # 11 exercises covering core language concepts
│   ├── project/
│   │   └── dataset-summary/            # CSV inspection CLI tool
│   └── README.md
├── 02-data-analytics/
│   └── data-jobs-analysis/
│       ├── exercises/                  # 2 exercises covering data-oriented Python
│       ├── notebooks/                  # 5 analysis notebooks + figures
│       ├── project/
│       │   └── job-market-analysis/    # 5-notebook India market analysis
│       └── README.md
├── .gitattributes
├── .gitignore
├── LICENSE
├── README.md
└── requirements.txt

Requirements

pip install -r requirements.txt

Module 01 uses the standard library only. Module 02 requires datasets · pandas · matplotlib · numpy · seaborn.


License

This repository is licensed under the MIT License.

About

Python learning portfolio covering language fundamentals, applied data analytics with pandas and matplotlib, and reproducible analyses of data-job markets in Germany and India.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages