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
- Host: GitHub
- URL: https://github.com/rpotter12/learning-python
- Owner: rpotter12
- License: mit
- Created: 2018-10-09T06:14:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T12:09:43.000Z (about 7 years ago)
- Last Synced: 2025-01-26T12:41:25.179Z (11 months ago)
- Topics: educational-project, learning-python, python, python3
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)