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

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.

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!