Skip to content

Rohit-2301/Python_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0199fed ยท Mar 1, 2025

History

12 Commits
Feb 25, 2025
Feb 28, 2025
Feb 24, 2025
Feb 24, 2025
Feb 24, 2025
Feb 28, 2025
Mar 1, 2025
Feb 25, 2025
Feb 28, 2025
Feb 23, 2025
Feb 24, 2025
Feb 24, 2025
Feb 23, 2025
Feb 24, 2025
Feb 23, 2025
Feb 24, 2025

Repository files navigation

Python Basics

This repository contains fundamental Python programs covering various topics such as data structures, functions, exception handling, loops, and more.

๐Ÿ“‚ Project Structure

This project is organized into different categories:

  • datastructures/: Python programs related to dictionaries, lists, sets, and tuples.
  • filehandling/: Scripts for reading and writing files.
  • functions/: Python functions, including lambda functions.
  • exceptionhandling/: Covers exception handling in Python, including:
    • customexceptions.py - User-defined exceptions.
    • multipleexceptions.py - Handling multiple exceptions.
    • exceptionhandling.py - Basic exception handling concepts.
  • Loops & Conditionals: Demonstrates loops and conditional statements.
  • Miscellaneous: Other Python scripts like QR code generation and basic programs.

How to Run

  1. Clone the repository:
    git clone https://github.com/Rohit-2301/python_basics.git
    cd python_basics