Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contents

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 like variables.py, data_types.py, loops.py, etc.
  • functions: Examples and explanations of defining and using functions, including parameters, return values, and scope. Files might include functions_intro.py, function_arguments.py.
  • oop: Introduction to Object-Oriented Programming in Python. This folder explores classes, objects, inheritance, and polymorphism. Expect files like classes_objects.py, inheritance.py.
  • modules: Examples of using built-in Python modules and installing external libraries using pip. Files might demonstrate working with modules like math, 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).

Contributing

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.

How to Use This Repo

  1. Clone the repository: git clone https://github.com/AkibDa/Python_Projects.git
  2. Navigate to the directory: cd Python_Projects

Contact

About

Here i'm going to share my python based projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages