Python Syllabus

Core Python

Introduction

check icon History
check icon Features
check icon Setting up path
check icon Working with Python
check icon Basic Syntax
check icon Variable and Data Types
check icon Operator

Conditional Statements

check icon If
check icon If- else
check icon Nested if-else

Looping

check icon For
check icon While
check icon Nested loops

Control Statements

check icon Break
check icon Continue
check icon Pass

String Manipulation

check icon Accessing Strings
check icon Basic Operations
check icon String slices
check icon Function and Methods

Lists

check icon Introduction
check icon Accessing list
check icon Operations
check icon Working with lists
check icon Function and Methods

Tuple

check icon Introduction
check icon Accessing tuples
check icon Operations
check icon Working
check icon Functions and Methods

Dictionaries

check icon Introduction check icon Accessing values in dictionaries
check icon Working with dictionaries
check icon Properties
check icon Functions

Functions

check icon Defining a function
check icon Calling a function
check icon Types of functions
check icon Function Arguments
check icon Anonymous functions
check icon Global and local variables

Modules

check icon Importing module
check icon Math module
check icon Random module
check icon Packages
check icon Composition

Input-Output

check icon Printing on screen
check icon Reading data from keyboard
check icon Opening and closing file
check icon Reading and writing files
check icon Functions

Exception Handling

check icon Exception
check icon Exception Handling
check icon Except clause
check icon Try ? finally clause
check icon User Defined Exceptions



Advance Python

 

OOPs concept

check icon Class and object
check icon Attributes
check icon Inheritance
check icon Overloading
check icon Overriding
check icon Data hiding

Regular expressions

check icon Match function
check icon Search function
check icon Matching VS Searching
check icon Modifiers
check icon Patterns


Database

check icon Introduction
check icon Connections
check icon Executing queries
check icon Transactions
check icon Handling error


Multithreading

check icon Thread
check icon Starting a thread
check icon Threading module
check icon Synchronizing threads
check icon Multithreaded Priority Queue

Sending email

 


No comments:

Post a Comment