Skip to content

Repository files navigation

🐍 Python Basics Learning Project

This repository contains simple Python programs created while learning Python fundamentals.

It includes beginner-friendly examples such as:

•	Hello World
•	Age Check Program
•	List Operations
•	Basic Calculator
•	Multiplication Table Generator

📂 Project Structure

python/
│
├── hello_world.py
├── age_check.py
├── list_operations.py
├── calculator.py
├── multiplication_table.py
└── README.md

🚀 Getting Started

1️⃣ Prerequisites

Make sure Python is installed on your system.

Check your Python version:

python3 --version

If not installed, download from: https://www.python.org/downloads/

▶️ How to Run the Programs

Use the terminal or command prompt:

python3 filename.py

Example:

python3 hello.py

🎯 Purpose of This Project

This project is created to:

•	Practice Python basics
•	Understand programming fundamentals
•	Build a strong foundation before moving to advanced topics

📌 Future Improvements

•	Add error handling
•	Add file handling examples
•	Add OOP concepts
•	Create a mini project

👨‍💻 Author

Gourav Singh

Python Learner 🚀

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages