Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syedaanif/basics-of-python-with-jupyter-notebook
This repo contains basics of Python with Jupyter Ntebooks
https://github.com/syedaanif/basics-of-python-with-jupyter-notebook
Last synced: about 6 hours ago
JSON representation
This repo contains basics of Python with Jupyter Ntebooks
- Host: GitHub
- URL: https://github.com/syedaanif/basics-of-python-with-jupyter-notebook
- Owner: SyedAanif
- Created: 2021-06-11T06:55:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T07:04:27.000Z (over 3 years ago)
- Last Synced: 2023-10-05T07:24:51.888Z (about 1 year ago)
- Language: HTML
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basics-of-python-with-jupyter-notebook
This repo contains basics of Python with Jupyter Notebooks#### In this repo we can find Jupyter Notebook as HTML files containing:
1. Introduction to Python data types
- assigning of variables
- Collection of variables - list, tuple, set, dictionary
2. Flow Control
- for, while loops
- if-elif-else
3. Functions
- User defined functions
- Lambda functions
4. OOP in Python
- class
- attributes
- methods
5. Debugging using errors given by python callback
6. Operating System Module
7. Basic Algebra