Python Fundamentals Every Aspiring Data Scientist Should Know
What is Python ?
Python is a general purpose and high level programming language.
- You can use Python for developing Desktop GUI applications, Websites and Web Applications.
- Also, Python, as a high level programming language. Like most of the widely used programming languages like Java, C, C++, etc…
- Python is also a case-sensitive language and interpreted language.
Python Topics
- Introduction
- Datatypes
- Mutable V/S Immutable
- Built-In Datatypes
- Indexing and Slicing
- Data Type Conversion
- Operators
- Local abd Global variables
- Flow Control
- Functions
- Modules
- Packages
- Files Operations
- Directory
- Exception Handling
- OOPs Introduction
- OOPs Pillars
- Regular Expression
- Iterators
- Generators
- Closure and Decorators
- Map, Zip and Reduce