https://github.com/jrohit2k4/learn-python
This repository contains fundamental Python concepts, including variables, data types, conditionals, loops, functions, object-oriented programming (OOP), modules, file handling, and exception handling.
https://github.com/jrohit2k4/learn-python
python python-script
Last synced: about 1 year ago
JSON representation
This repository contains fundamental Python concepts, including variables, data types, conditionals, loops, functions, object-oriented programming (OOP), modules, file handling, and exception handling.
- Host: GitHub
- URL: https://github.com/jrohit2k4/learn-python
- Owner: JRohit2k4
- Created: 2025-02-22T15:04:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T18:23:51.000Z (about 1 year ago)
- Last Synced: 2025-03-01T19:28:43.240Z (about 1 year ago)
- Topics: python, python-script
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-python
# 🚀 Python Basics – Learn Python from Scratch
This repository contains **fundamental Python concepts**, including variables, data types, conditionals, loops, functions, object-oriented programming (OOP), modules, file handling, and exception handling.
## 🔹 Topics We Will Be Covering:
- ✔ **Variables & Data Types**
- ✔ **Operators**
- ✔ **Conditional Statements (`if-else`)**
- ✔ **Loops (`for`, `while`)**
- ✔ **Functions & Lambda Functions**
- ✔ **Object-Oriented Programming (OOP)**
- ✔ **Modules & File Handling**
- ✔ **Exception Handling & Error Handling**
📌 Perfect for **beginners** looking to get started with Python!