This repo contains some python documentation with example which can be helpful in doing ML projects . Also some ML case studies and basic ML projects to getting started with ML
If you find this repository useful then Star anf Fork this repository and share with other ML enthusiast.
- History of Python
- Python Introduction
- Alternative Python Implementations
- Features of Python
- Python Version List
- Tool Chain
- Installation of Anaconda Distribution and other python IDE
- Command Line Arguments
- Input-Output in Python
- Variables in Python
- Object Identity
- yeild in Python
- name in pyhton
- Operators
- Numbers in Python
- Data types in Python
- Range in python
- String in Python
- Dictionaries and its use
- Array and its types
- Some function wich can be used with all DataTypes
- Loops (While ,for)
- Break and Continue statements
- Nested Loops
- Conditions (If else,if-elif-else)
- Switch Case in Python
- List of Inbuilt Modules
- Python - OS Module
- Python - Math Module
- Python - Statistics Module
- Procedural programming approach in Python
- Python eval() built-in-function