This repository is organized by topic. Each folder represents a specific area of Python I've explored.
basics: Contains files covering basic syntax, data types (integers, floats, strings, lists, dictionaries, tuples), operators, variables, and control flow (if/else statements, loops). Look for files likevariables.py,data_types.py,loops.py, etc.functions: Examples and explanations of defining and using functions, including parameters, return values, and scope. Files might includefunctions_intro.py,function_arguments.py.oop: Introduction to Object-Oriented Programming in Python. This folder explores classes, objects, inheritance, and polymorphism. Expect files likeclasses_objects.py,inheritance.py.modules: Examples of using built-in Python modules and installing external libraries usingpip. Files might demonstrate working with modules likemath,random,datetime, or requests.data_structures: Implementation and usage of common data structures like lists, dictionaries, sets, and potentially more advanced ones like stacks and queues.projects: Small projects that combine the concepts learned in the other folders. These could be simple games, scripts, or utilities. (e.g.,simple_calculator.py).
This is primarily a learning repository, but if you find any errors or have suggestions for improvement, feel free to open an issue or submit a pull request.
- Clone the repository:
git clone https://github.com/AkibDa/Python_Projects.git - Navigate to the directory:
cd Python_Projects
- Sk Akib Ahammed
- ahammedskakib@gmail.com