
Python Training
Python is an interpreted, high-level programming language used for general-purpose programming. Python follows a design philosophy that prioritizes code readability, and it employs a syntax enabling programmers to convey concepts using fewer lines of code.
-
- History
- Features
- Setting up path
- Working with Python
- Basic Syntax
- Variable and Data Types
- Operator
Introduction
-
Conditional Statements
- If
- If-else
- Nested if-else
-
Looping
- While
- For
- Nested loops
-
Php Function
- Control Statements
- Break
- Continue
- Pass
-
Advanced Concepts
- String Manipulation
- Accessing Strings
- Basic Operations
- String slices
- Function and Methods
-
Lists
- Introduction
- Accessing list
- Operations
- Working with lists
- Function and Methods
-
Tuple
- Introduction,Accessing tuples
- Operations
- Working,Functions and Methods
-
SQL & Performing Queries
- Dictionaries
- Introduction,Accessing values in dictionaries
- Working with dictionaries
- Properties
- Functions
-
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
-
Exception Handling
- Exception
- Exception Handling
- Except clause
- Try? finally clause, User Defined Exceptions