SlideShare a Scribd company logo
Python Course In Chandigarh:
Excellence Technology is one of the top best
python Course institute in Chandigarh. Python is one of
the most trending technology in these days .It is a
general purpose programming language. That's why,
you can use the programming language for developing
both desktop and web applications. to become a full
stack web developer is always the best choice. You can
also develop and design complex numeric and scientific
application. Python is an interpreted high level and
general purpose programming language. It was created
by Guido Van Rossum. He started working on python in
the late 1980's as a successor to the ABC Programming
Language . He was inspired By the Exception Handling
Features of SETL programming language .Excellence
Technology is one of the best python training
institute in Chandigarh. Python is one of the most
trending technology in these days. It is a general
purpose programming language. That’s why, you can
use the programming language for developing both
desktop and web applications. to become a full stack
web developer is always the best choice. Excellence
Technology is the top ISO Satisfied company in
Chandigarh & Mohali. It provides best digital marketing
training, PHP , Java, top Python course in
Chandigarh and also providing
6months/3months/45days/28days industrial training
with best knowledge.
Some Important Points to know about
Python Course :
• Introduction To Python
• Python Tokens
• Python Statements
• Data Structure
• Operator
• Flow Control
• Module & Function
• File Handling
1. Advanced Python
• OOPs Concept
• CGI
• Data Base
• Multithreading
• GUI
1.Introduction To Python :Python is an
interpreted high level and general purpose
programming language. It was created by Guido
Van Rossum. He started working on python in the
late 1980's as a successor to the ABC Programming
Language.
2. Python Tokens : Individual unit that can be
identify the programming language called Tokens.
• Identifier
• Keyword
• Operator
• Delimiter
• Literals
3. Python Statement : Python Statements consists
of one or more statements :
1. Simple Statements : The simple statements written
in a single logical line of code is called simple
statements .
• Break Statements
• Continue Statements
• Return Statements
• Import Statements
2 . Compound Statements : A compound
statements is a statements comprise of group of
statements. the compound statements are usually
executes, when a condition satisfier or a code block is
called directly or through a function call.
• Conditional Statements
• Condition Loop Statements
• An Exception Handler
4.Data Structure :Data Structures are a way of
organizing data so that it can be accessed more
efficiently depending upon the situation. Data
Structures are fundamentals of any programming
language around which a program is built. Python
helps to learn the fundamental of these data structures
in a simpler way as compared to other programming
languages. In this article, we will discuss the Data
Structures in the Python Programming Language and
how they are related to some specific Python Data
Types. We will discuss all the in-built data structures
like list tuples, dictionaries, etc. as well as some
advanced data structures like trees, graphs, etc.
1.Built in Data Structure :Python also provides some
built-in data types, in particular, Dictionary , list , set
and and tuple.
2.User-Defined Data Structure : Data structures
that aren’t supported by python but can be
programmed to reflect the same functionality using
concepts supported by python are user defined data
structures.
• Linked list
• Stack
• Queue
• Tree
• Graph
5. Operator :In Python, operators are special
symbols that designate that some sort of computation
should be performed.
• Increment and decrement operators
• Bitwise operators
• Assignment operators
• Logical operators
• Relational operators
• Special operators
• Conditional operators
• Arithmetic Operators
6.Flow Control : In Python programming, flow
control is the order in which statements or blocks
of code are executed at runtime based on a
condition.
The flow control statements are divided into
three categories .
1. Conditional statements
2. Iterative statements.
3. Transfer statements
1. Conditional statements : In Python, condition
statements act depending on whether a given
condition is true or false. You can execute different
blocks of codes depending on the outcome of a
condition. Condition statements always evaluate
to either True or False.
There are three types of conditional statements.
1. if statement
2. if-else
3. if-elif-else
4. nested if-else
2. Iterative statements : In Python, iterative
statements allow us to execute a block of code
repeatedly as long as the condition is True. We
also call it a loop statements.
There are two types of Iterative statements.
• For loop
• While loop
3.Transfer Statements :In Python, transfer
statements are used to alter the program’s way of
execution in a certain manner. There are three
types of Transfer statements.
1. break statement
2. continue statement
3. pass statements
8. Module & Function : Python Module : A
Python module is a file containing Python
definitions and statements. A module can define
functions, classes, and variables. A module can
also include runnable code. Grouping related code
into a module makes the code easier to
understand and use. It also makes the code
logically organized .
Two types of modules in Python :
• Built-in Module
• User- Defined Module
Python Function : Functions are the basic
building block of any python program, defined as
the organized block of reusable code, which can be
called whenever required. A function is used to
carry out a specific task. The function might
require multiple inputs. When the task is done
executing, the function can or can not return one
or more values.
There are two types of functions in python:
• User-Defined Functions - these types of
functions are defined by the user to perform any
specific task. There are two types of functions in
python.
: • Built-in Functions - These are pre-defined
functions in python. . Built-in functions are already
defined in python. A user has to remember the
name and parameters of a particular function.
Since these functions arepre-defined, there is no
need to define them again.

More Related Content

Similar to Python Course In Chandigarh

report on internshala python training
 report on internshala python  training  report on internshala python  training
report on internshala python training surabhimalviya1
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to pythonMohammed Rafi
 
Introduction to Python Unit -1 Part .pdf
Introduction to Python Unit -1 Part .pdfIntroduction to Python Unit -1 Part .pdf
Introduction to Python Unit -1 Part .pdfVaibhavKumarSinghkal
 
4_Introduction to Python Programming.pptx
4_Introduction to Python Programming.pptx4_Introduction to Python Programming.pptx
4_Introduction to Python Programming.pptxGnanesh12
 
Python-Yesterday Today Tomorrow(What's new?)
Python-Yesterday Today Tomorrow(What's new?)Python-Yesterday Today Tomorrow(What's new?)
Python-Yesterday Today Tomorrow(What's new?)Mohan Arumugam
 
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming BasicsDhana malar
 
Python for katana
Python for katanaPython for katana
Python for katanakedar nath
 
Python Version 3.7
Python Version 3.7Python Version 3.7
Python Version 3.7Mobiloitte
 
Mastering Python Programming.pdf
Mastering Python Programming.pdfMastering Python Programming.pdf
Mastering Python Programming.pdfDhineshN12
 
Python programming ppt.pptx
Python programming ppt.pptxPython programming ppt.pptx
Python programming ppt.pptxnagendrasai12
 

Similar to Python Course In Chandigarh (20)

INTERNSHIP REPORT.docx
 INTERNSHIP REPORT.docx INTERNSHIP REPORT.docx
INTERNSHIP REPORT.docx
 
report on internshala python training
 report on internshala python  training  report on internshala python  training
report on internshala python training
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
MODULE 1.pptx
MODULE 1.pptxMODULE 1.pptx
MODULE 1.pptx
 
What is python
What is pythonWhat is python
What is python
 
1.Basic_Syntax
1.Basic_Syntax1.Basic_Syntax
1.Basic_Syntax
 
Python basic syntax
Python basic syntaxPython basic syntax
Python basic syntax
 
Introduction to Python Unit -1 Part .pdf
Introduction to Python Unit -1 Part .pdfIntroduction to Python Unit -1 Part .pdf
Introduction to Python Unit -1 Part .pdf
 
4_Introduction to Python Programming.pptx
4_Introduction to Python Programming.pptx4_Introduction to Python Programming.pptx
4_Introduction to Python Programming.pptx
 
Python-Yesterday Today Tomorrow(What's new?)
Python-Yesterday Today Tomorrow(What's new?)Python-Yesterday Today Tomorrow(What's new?)
Python-Yesterday Today Tomorrow(What's new?)
 
Introduction to Python Programming Basics
Introduction  to  Python  Programming BasicsIntroduction  to  Python  Programming Basics
Introduction to Python Programming Basics
 
Python for katana
Python for katanaPython for katana
Python for katana
 
Python Version 3.7
Python Version 3.7Python Version 3.7
Python Version 3.7
 
PYTHON UNIT 1
PYTHON UNIT 1PYTHON UNIT 1
PYTHON UNIT 1
 
Mastering Python Programming.pdf
Mastering Python Programming.pdfMastering Python Programming.pdf
Mastering Python Programming.pdf
 
Python programming ppt.pptx
Python programming ppt.pptxPython programming ppt.pptx
Python programming ppt.pptx
 
Class_X_PYTHON_J.pdf
Class_X_PYTHON_J.pdfClass_X_PYTHON_J.pdf
Class_X_PYTHON_J.pdf
 
Python
PythonPython
Python
 
Python Programming.pptx
Python Programming.pptxPython Programming.pptx
Python Programming.pptx
 
Introduction to Python
Introduction to PythonIntroduction to Python
Introduction to Python
 

More from Excellence Academy

Web Designing Training In Chandigarh
Web Designing Training In ChandigarhWeb Designing Training In Chandigarh
Web Designing Training In ChandigarhExcellence Academy
 
Graphic Designing Training In Chandigarh
Graphic Designing  Training In ChandigarhGraphic Designing  Training In Chandigarh
Graphic Designing Training In ChandigarhExcellence Academy
 
Graphic Designing Training In Chandigarh
Graphic Designing Training In ChandigarhGraphic Designing Training In Chandigarh
Graphic Designing Training In ChandigarhExcellence Academy
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In ChandigarhExcellence Academy
 
Android Training course In Chandigarh
Android Training course In ChandigarhAndroid Training course In Chandigarh
Android Training course In ChandigarhExcellence Academy
 
Android Training course in Chandigarh
Android Training course in ChandigarhAndroid Training course in Chandigarh
Android Training course in ChandigarhExcellence Academy
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In ChandigarhExcellence Academy
 
PHP Training In Chandigarh1.pdf
PHP Training In Chandigarh1.pdfPHP Training In Chandigarh1.pdf
PHP Training In Chandigarh1.pdfExcellence Academy
 

More from Excellence Academy (16)

Python Course In Chandigarh
Python Course In ChandigarhPython Course In Chandigarh
Python Course In Chandigarh
 
Web Designing Training In Chandigarh
Web Designing Training In ChandigarhWeb Designing Training In Chandigarh
Web Designing Training In Chandigarh
 
Java Training in Chandigarh
Java Training in ChandigarhJava Training in Chandigarh
Java Training in Chandigarh
 
Java Course in Chandigarh
Java Course in ChandigarhJava Course in Chandigarh
Java Course in Chandigarh
 
Graphic Designing Training In Chandigarh
Graphic Designing  Training In ChandigarhGraphic Designing  Training In Chandigarh
Graphic Designing Training In Chandigarh
 
Graphic Designing Training In Chandigarh
Graphic Designing Training In ChandigarhGraphic Designing Training In Chandigarh
Graphic Designing Training In Chandigarh
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In Chandigarh
 
Android Training course In Chandigarh
Android Training course In ChandigarhAndroid Training course In Chandigarh
Android Training course In Chandigarh
 
PHP Training In Chandigarh
PHP Training In ChandigarhPHP Training In Chandigarh
PHP Training In Chandigarh
 
PHP Training In Chandigarh
PHP Training In ChandigarhPHP Training In Chandigarh
PHP Training In Chandigarh
 
SEO Training in Chandigarh
SEO Training in ChandigarhSEO Training in Chandigarh
SEO Training in Chandigarh
 
Android Training course in Chandigarh
Android Training course in ChandigarhAndroid Training course in Chandigarh
Android Training course in Chandigarh
 
Android Training Course In Chandigarh
Android Training Course In ChandigarhAndroid Training Course In Chandigarh
Android Training Course In Chandigarh
 
Php Training in Chnadigarh
Php Training in ChnadigarhPhp Training in Chnadigarh
Php Training in Chnadigarh
 
PHP Training In Chandigarh
PHP Training In ChandigarhPHP Training In Chandigarh
PHP Training In Chandigarh
 
PHP Training In Chandigarh1.pdf
PHP Training In Chandigarh1.pdfPHP Training In Chandigarh1.pdf
PHP Training In Chandigarh1.pdf
 

Recently uploaded

Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportAvinash Rai
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfbu07226
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxEduSkills OECD
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesRased Khan
 
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Abhinav Gaur Kaptaan
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxJenilouCasareno
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online PresentationGDSCYCCE
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaasiemaillard
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...Nguyen Thanh Tu Collection
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptxmansk2
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsCol Mukteshwar Prasad
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17Celine George
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePedroFerreira53928
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersPedroFerreira53928
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...Nguyen Thanh Tu Collection
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxbennyroshan06
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...sanghavirahi2
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resourcesaileywriter
 

Recently uploaded (20)

B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
Industrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training ReportIndustrial Training Report- AKTU Industrial Training Report
Industrial Training Report- AKTU Industrial Training Report
 
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdfINU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
INU_CAPSTONEDESIGN_비밀번호486_업로드용 발표자료.pdf
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
Application of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matricesApplication of Matrices in real life. Presentation on application of matrices
Application of Matrices in real life. Presentation on application of matrices
 
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
Research Methods in Psychology | Cambridge AS Level | Cambridge Assessment In...
 
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptxMatatag-Curriculum and the 21st Century Skills Presentation.pptx
Matatag-Curriculum and the 21st Century Skills Presentation.pptx
 
[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation[GDSC YCCE] Build with AI Online Presentation
[GDSC YCCE] Build with AI Online Presentation
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
GIÁO ÁN DẠY THÊM (KẾ HOẠCH BÀI BUỔI 2) - TIẾNG ANH 8 GLOBAL SUCCESS (2 CỘT) N...
 
2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx2024_Student Session 2_ Set Plan Preparation.pptx
2024_Student Session 2_ Set Plan Preparation.pptx
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 
How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17How to the fix Attribute Error in odoo 17
How to the fix Attribute Error in odoo 17
 
PART A. Introduction to Costumer Service
PART A. Introduction to Costumer ServicePART A. Introduction to Costumer Service
PART A. Introduction to Costumer Service
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptxMARUTI SUZUKI- A Successful Joint Venture in India.pptx
MARUTI SUZUKI- A Successful Joint Venture in India.pptx
 
The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...The impact of social media on mental health and well-being has been a topic o...
The impact of social media on mental health and well-being has been a topic o...
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
The Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational ResourcesThe Benefits and Challenges of Open Educational Resources
The Benefits and Challenges of Open Educational Resources
 

Python Course In Chandigarh

  • 1. Python Course In Chandigarh: Excellence Technology is one of the top best python Course institute in Chandigarh. Python is one of the most trending technology in these days .It is a general purpose programming language. That's why, you can use the programming language for developing both desktop and web applications. to become a full stack web developer is always the best choice. You can also develop and design complex numeric and scientific application. Python is an interpreted high level and general purpose programming language. It was created by Guido Van Rossum. He started working on python in the late 1980's as a successor to the ABC Programming Language . He was inspired By the Exception Handling Features of SETL programming language .Excellence Technology is one of the best python training institute in Chandigarh. Python is one of the most trending technology in these days. It is a general purpose programming language. That’s why, you can use the programming language for developing both desktop and web applications. to become a full stack web developer is always the best choice. Excellence Technology is the top ISO Satisfied company in Chandigarh & Mohali. It provides best digital marketing training, PHP , Java, top Python course in Chandigarh and also providing 6months/3months/45days/28days industrial training with best knowledge.
  • 2.
  • 3. Some Important Points to know about Python Course : • Introduction To Python • Python Tokens • Python Statements • Data Structure • Operator • Flow Control • Module & Function • File Handling 1. Advanced Python • OOPs Concept • CGI • Data Base • Multithreading • GUI
  • 4. 1.Introduction To Python :Python is an interpreted high level and general purpose programming language. It was created by Guido Van Rossum. He started working on python in the late 1980's as a successor to the ABC Programming Language. 2. Python Tokens : Individual unit that can be identify the programming language called Tokens. • Identifier • Keyword • Operator • Delimiter • Literals
  • 5. 3. Python Statement : Python Statements consists of one or more statements : 1. Simple Statements : The simple statements written in a single logical line of code is called simple statements . • Break Statements • Continue Statements • Return Statements • Import Statements 2 . Compound Statements : A compound statements is a statements comprise of group of statements. the compound statements are usually executes, when a condition satisfier or a code block is called directly or through a function call. • Conditional Statements • Condition Loop Statements • An Exception Handler
  • 6. 4.Data Structure :Data Structures are a way of organizing data so that it can be accessed more efficiently depending upon the situation. Data Structures are fundamentals of any programming language around which a program is built. Python helps to learn the fundamental of these data structures in a simpler way as compared to other programming languages. In this article, we will discuss the Data Structures in the Python Programming Language and how they are related to some specific Python Data Types. We will discuss all the in-built data structures like list tuples, dictionaries, etc. as well as some advanced data structures like trees, graphs, etc. 1.Built in Data Structure :Python also provides some built-in data types, in particular, Dictionary , list , set and and tuple. 2.User-Defined Data Structure : Data structures that aren’t supported by python but can be programmed to reflect the same functionality using concepts supported by python are user defined data structures. • Linked list • Stack • Queue
  • 8. 5. Operator :In Python, operators are special symbols that designate that some sort of computation should be performed. • Increment and decrement operators • Bitwise operators • Assignment operators • Logical operators • Relational operators • Special operators • Conditional operators • Arithmetic Operators
  • 9. 6.Flow Control : In Python programming, flow control is the order in which statements or blocks of code are executed at runtime based on a condition. The flow control statements are divided into three categories . 1. Conditional statements 2. Iterative statements. 3. Transfer statements 1. Conditional statements : In Python, condition statements act depending on whether a given condition is true or false. You can execute different blocks of codes depending on the outcome of a condition. Condition statements always evaluate to either True or False. There are three types of conditional statements. 1. if statement 2. if-else 3. if-elif-else 4. nested if-else 2. Iterative statements : In Python, iterative statements allow us to execute a block of code repeatedly as long as the condition is True. We also call it a loop statements. There are two types of Iterative statements. • For loop
  • 10. • While loop 3.Transfer Statements :In Python, transfer statements are used to alter the program’s way of execution in a certain manner. There are three types of Transfer statements. 1. break statement 2. continue statement 3. pass statements
  • 11. 8. Module & Function : Python Module : A Python module is a file containing Python definitions and statements. A module can define functions, classes, and variables. A module can also include runnable code. Grouping related code into a module makes the code easier to understand and use. It also makes the code logically organized . Two types of modules in Python : • Built-in Module • User- Defined Module Python Function : Functions are the basic building block of any python program, defined as the organized block of reusable code, which can be called whenever required. A function is used to carry out a specific task. The function might
  • 12. require multiple inputs. When the task is done executing, the function can or can not return one or more values. There are two types of functions in python: • User-Defined Functions - these types of functions are defined by the user to perform any specific task. There are two types of functions in python. : • Built-in Functions - These are pre-defined functions in python. . Built-in functions are already defined in python. A user has to remember the name and parameters of a particular function. Since these functions arepre-defined, there is no need to define them again.