Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moindalvs/python_for_data_science
- Owner: MoinDalvs
- Created: 2022-02-20T10:51:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T06:17:04.000Z (about 2 years ago)
- Last Synced: 2024-11-17T05:28:00.423Z (3 months ago)
- Topics: 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
- Language: Jupyter Notebook
- Homepage:
- Size: 745 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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