Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samarthrana/python-basics
This repository scales basics of Python programming from root to everything you need to know about Python language to understand any other concept that incorporates Python. I researched and followed the content creator that favored me the most, CampusX by NItish Sir and this whole repository is the workflow of his 100 Days Python Programming.
https://github.com/samarthrana/python-basics
exception-handling filehandling iterables iterator-functions oops-in-python python3
Last synced: 2 days ago
JSON representation
This repository scales basics of Python programming from root to everything you need to know about Python language to understand any other concept that incorporates Python. I researched and followed the content creator that favored me the most, CampusX by NItish Sir and this whole repository is the workflow of his 100 Days Python Programming.
- Host: GitHub
- URL: https://github.com/samarthrana/python-basics
- Owner: samarthrana
- Created: 2024-10-06T07:53:57.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-09T13:26:47.000Z (about 1 month ago)
- Last Synced: 2024-10-21T10:34:25.837Z (24 days ago)
- Topics: exception-handling, filehandling, iterables, iterator-functions, oops-in-python, python3
- Language: Jupyter Notebook
- Homepage: https://www.youtube.com/watch?v=EHxqc8Vy3H8&list=PLKnIA16_Rmvb1RYR-iTA_hzckhdONtSW4&index=11
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just Basic Python:
Variable
Data Types
Functions
Operations
List: Create Access Edit Delete
Tuples: Create Access Edit Delete
Dict: Create Access Edit Delete
Sets: Create Access Edit DeleteSome abnormal behaviors Python language show:
Garbage Collector
Mutability
comprehension methodsBasically everything until OOPs is covered here.