Welcome to the Python repository by RahulDev-01!
This repository contains a collection of simple Python scripts and examples intended for learning and practice.
This repo includes beginner-friendly Python files covering basic concepts like:
- Hello World
- Variables & Data Types
- Loops & Conditionals
- Functions
- Lambda Expressions
- Map, Filter & List Operations
- Dictionaries & Sets
- Exception Handling
- Scope & Global Variables
- String Formatting (f-strings)
- Slice Operators
Each file demonstrates a specific concept or Python feature.
| Filename | Description |
|---|---|
helloworld.py |
Prints a basic Hello World example |
loops.py |
Demonstrates for/while loops |
functions.py |
Shows how to define and use functions |
lamda.py |
Lambda function examples |
MapAndFilter.py |
Usage of map() and filter() |
Dictionary.py |
Dictionary data structure examples |
Sets.py |
Python set examples |
sliceOperators.py |
Slicing operations for strings/lists |
else-if.py |
Conditional statements (if / elif / else) |
fstring.py |
Examples of f-string formatting |
Scope&Global.py |
Scope and global variable usage |
Exception.py |
Exception handling examples |
Note: File names may slightly vary. Please explore the repository for all included scripts. :contentReference[oaicite:1]{index=1}
-
Clone this repository:
git clone https://github.com/RahulDev-01/Python.git