Uses of Python in various fields like AI, Data Science etc.
Python Scope in present and future.
Learn Basic Fundamentals about Python
- HistoryÂ
- FeaturesÂ
- Setting up pathÂ
- Working with PythonÂ
- Basic SyntaxÂ
- Variable and Data TypesÂ
- Operator
- Conditional Statements
- IfÂ
- If- elseÂ
- Nested if-else
- Looping
- ForÂ
- WhileÂ
- Nested loops
- BreakÂ
- ContinueÂ
- Pass
- Accessing StringsÂ
- Basic OperationsÂ
- String slicesÂ
- Function and Methods
Â
- IntroductionÂ
- Accessing listÂ
- OperationsÂ
- Working with listsÂ
- Function and Methods
- IntroductionÂ
- Accessing tuplesÂ
- OperationsÂ
- WorkingÂ
- Functions and Methods
- IntroductionÂ
- Accessing values in dictionariesÂ
- Working with dictionariesÂ
- PropertiesÂ
- Functions
- Defining a functionÂ
- Calling a functionÂ
- Types of functionsÂ
- Function ArgumentsÂ
- Anonymous functionsÂ
- Global and local variables
Modules
- Importing moduleÂ
- Math moduleÂ
- Random moduleÂ
- PackagesÂ
- Composition
Input-Output
- Printing on screenÂ
- Reading data from keyboardÂ
- Opening and closing fileÂ
- Reading and writing filesÂ
- Functions
- ExceptionÂ
- Exception HandlingÂ
- Except clauseÂ
- Try ? finally clauseÂ
- User Defined Exceptions