Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmeuttu/python-notes
This repository contains collection of Python notes, tips, tricks, and useful snippets.Whether you are a beginner or an experienced developer, these notes can help you quickly recall essential concepts and techniques.
https://github.com/itsmeuttu/python-notes
jupyter-notebook notes pyhton pyhton-notes pyhton3
Last synced: 5 days ago
JSON representation
This repository contains collection of Python notes, tips, tricks, and useful snippets.Whether you are a beginner or an experienced developer, these notes can help you quickly recall essential concepts and techniques.
- Host: GitHub
- URL: https://github.com/itsmeuttu/python-notes
- Owner: itsmeuttu
- License: mit
- Created: 2024-07-30T13:38:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T14:34:07.000Z (3 months ago)
- Last Synced: 2024-08-17T15:46:27.312Z (3 months ago)
- Topics: jupyter-notebook, notes, pyhton, pyhton-notes, pyhton3
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Contents
- [L1- Introduction](L1-Introduction.ipynb)
- [L2- Syntax](L2-Syntax.ipynb)
- [L3- Comments](L3-Comments.ipynb)
- [L4- Variables](L4-Variables.ipynb)
- [L5- Variable Names](L5-Variable_Name.ipynb)
- [L6- Data Type](L6-Data_Types.ipynb)
- [L7- Numbers]()
- [L8 - Castings]()
- [L9- Strings]()
- [L10 -Booleans](L10-Boolean.ipynb)