Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 998 Bytes

File metadata and controls

31 lines (16 loc) · 998 Bytes

Python Mini Projects 🐍

I recently started learning Python and have been focusing on understanding core concepts like basic syntax, control flow, functions, object-oriented programming (OOP), and API handling.

This folder contains small practice projects that I built while learning.

What This Includes

🎯 Guess Number Game

🔐 Random Password Generator

🧱 OOP Practice Example

🌐 Mini Web Handler Project

Purpose

These mini projects are part of my learning journey. The goal was to:

Practice writing clean and structured Python code

Understand how classes and objects work

Improve logic building through small problem-solving exercises

Learned API handling by creating two functions that hit different URLs and extract responses, displaying them after running the file

Get comfortable with Python syntax and some modules

This repository reflects my early stage in Python, where I’m focusing on building strong fundamentals before moving to more advanced projects.