Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.18 KB

File metadata and controls

21 lines (16 loc) · 2.18 KB

Python-fundamentals

Welcome to our public GitHub repository dedicated to Python fundamentals! Here, you'll find a collection of beginner-friendly Python projects, code snippets, and comprehensive guides to help you master essential concepts. Whether you're a coding novice or looking to advance your Python skills, this repository is the perfect resource for you. Happy coding and enjoy exploring the fascinating world of Python! 🚀

Table of Contents

Folder Description
01.Variables Exercise related to variables and their usage.
02.Datatypes Code examples demonstrating various data types in Python.
03.Operators Code examples with Arithmetic, Comparison, Logical, Membership and Identity operators.
04.DecisionMaking Code example related to conditions check using if, elif and else.
05.Loops Exercises for loops - 'while and for' and control statements - 'break and continue'.
06.Functions Codes for user-defined functions and argument types, Lambda functions
07.ObjectOrientedProg. Codes for OOP concept - Class, Object, Inheritance, Polymorphism, Abstraction and Encapsulation
08.ExceptionHandling Codes for handling errors - try, except, finally, built-in and custom exceptions
09.Modules&Packages Organising codes in structured way - modules and packages
10.FileHandling Codes related to handling txt, json and csv files

More folders and content will be added regularly to enrich your learning experience. We encourage you to explore and contribute to this open-source repository. Your feedback and contributions are valuable to us. Let's learn and grow together! 🌱