Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moindalvs/python_for_data_science

1.Python Basics function
https://github.com/moindalvs/python_for_data_science

arithmetic-operations boolean-operations for-loop-in-python function if-else indexing jupyter-notebook list-comprehensions list-methods lists-python numpy-library pandas-tutorial python3 sequence slicing string tuples-in-python variables-python

Last synced: about 1 month ago
JSON representation

1.Python Basics function

Awesome Lists containing this project

README

        

# Python_for_Data_Science
## 1.Python Basics function
### Variables in Python
### Indexing
### Arithmetic Operations
### Boolean Operations
### Sequence
+ List
+ Slicing
+ Tuple
+ Slicing
+ String
### Comprehension
### User Defined Functions
### For Loops
+ Sequence are Iterable
+ if elif and else Condition
### Function
### List Methods
+ Adding into the list
+ Insert is used to replace number of a particular index number
+ Removing elements from a list
+ Replace
+ Repitition Operation
+ Sort a list