Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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