Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)