An open API service indexing awesome lists of open source software.

https://github.com/rpotter12/learning-python

codes for learning python from basics to advanced
https://github.com/rpotter12/learning-python

educational-project learning-python python python3

Last synced: 9 months ago
JSON representation

codes for learning python from basics to advanced

Awesome Lists containing this project

README

          

# learning-python
- codes and theory for learning python from basics to advanced
- theory is written in the python file in comments form

# Project Structure
```console
.
├── section1: python object and data structure basics
│   ├── 1-numbers.py
│   ├── 2-variable_names.py
│   ├── 3-string.py
│   ├── 4-list.py
│   ├── 5-dictionaries.py
│   ├── 6-tuples.py
│   ├── 7-sets.py
│   ├── 8-booleans.py
│   ├── 9-inputOutput.py
│   └── text.txt
├── section2: python comparison operators
│   ├── 1-operators.py
│   └── 2-logicalOperator.py
├── section3: python statements
│   ├── 1-ifElifElse.py
│   ├── 2-forLoops.py
│   └── 3-whileLoops.py
├── section4: methods and functions
│   ├── 1-functions.py
│   ├── 2-arguments.py
│   └── 3-lambdaexpressionsMapsAndFilter.py
└── section5: OOP
├── 1-introduction.py
├── 2-attributeAndClass.py
├── 3-ClassObjectAttribute.py
└── 4-inheritanceAndPolymorphism.py
```

# Contributors
we welcome all the contributors who can propose even minor changes also. Happy Coding :)