SlideShare uma empresa Scribd logo
1 de 12
Baixar para ler offline
Python Training in Chandigarh
Excellence Technology, Chandigarh offer Python Training in Chandigarh. We
offer full time one year diploma in Python Training in Chandigarh. We provide
best Python Training in Chandigarh. Excellence Technology is one of the top
institute for Python Training in Chandigarh.
Python:- Python is an interpreted, object-oriented, high-level programming
language with dynamic semantics developed by Guido van Rossum.
Python is a computer programming language often used to build websites
and software, automate tasks, and conduct data analysis. Python is a
general-purpose language, meaning it can be used to create a variety of
different programs and isn't specialized for any specific problems.
Excellence Technology is one of the top reputed
ISO certified software development and industrial
training company in Mohali. Excellence Technology
is a professional company providing web education
and advanced 6 months and weeks industrial
training in Mohali and is also a leading software
development company.
Excellence Technology offers many courses to
build career in IT industry
Python is a dynamic, high-level, free open
source, and interpreted programming language.
It supports object-oriented programming as
well as procedural-oriented programming. In
Python, we don't need to declare the type of
variable because it is a dynamically typed
language
Python is a widely used general-purpose, high level programming language. It
was created by Guido van Rossum in 1991 and further developed by the
Python Software Foundation. It was designed with an emphasis on code
readability, and its syntax allows programmers to express their concepts in
fewer lines of code.
Python is a programming language that lets you work quickly and integrate
systems more efficiently.
Introduction to Python
Python has a simple syntax similar to the English language. Python has
syntax that allows developers to write programs with fewer lines than some
other programming languages. Python runs on an interpreter system,
meaning that code can be executed as soon as it is written. This means that
prototyping can be very quick.
Python Tokens
Token:-
A token is the smallest individual unit in a python program. All statements
and instructions in a program are built with tokens. The various tokens in
python are :
Keywords are words that have some special meaning or significance in a
programming language. They can’t be used as variable names, function
names, or any other random purpose. They are used for their special
features. In Python we have 33 keywords some of them are: try, False, True,
class, break, continue, and, as, assert, while, for, in, raise, except, or, not, if,
elif, print, import, etc.
Keyword:-
Identifiers are the names given to any variable, function, class, list, methods,
etc. for their identification. Python is a case-sensitive language and it has some
rules and regulations to name an identifier. Here are some rules to name an
identifier:-
As stated above, Python is case-sensitive. So case matters in naming identifiers.
And hence geeks and Geeks are two different identifiers.
Identifier starts with a capital letter (A-Z) , a small letter (a-z) or an underscore(
_ ). It can’t start with any other character.
Except for letters and underscore, digits can also be a part of identifier but
can’t be the first character of it.
Any other special characters or whitespaces are strictly prohibited in an
identifier.
An identifier can’t be a keyword.
For Example: Some valid identifiers
Identifiers:-
Literals are the fixed values or data items used in a source code. Python
supports different types of literals such as:
Literals:-
String Literals
Character Literals
Numeric Literals
Boolean Literals
Special Literals
Literals Collections
These are the tokens responsible to perform an operation in an
expression. The variables on which operation is applied are called
operands. Operators can be unary or binary. Unary operators are the ones
acting on a single operand like complement operator, etc. While binary
operators need two operands to operate.
Operators
These are the symbols that used in Python to organize the structures,
statements, and expressions. Some of the Punctuators are: [ ] { } ( ) @ -
= += *= //= **== = , etc.
Punctuators
Data Stucture
Data Stucture:-
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.
list
set
tuples
dictionary
List:-
Python Lists are just like the arrays, declared in other languages which is
an ordered collection of data. It is very flexible as the items in a list do not
need to be of the same type.
Tuple:-
Python Tuple is a collection of Python objects much like a list but Tuples are
immutable in nature i.e. the elements in the tuple cannot be added or
removed once created. Just like a List, a Tuple can also contain elements of
various types.
In Python, tuples are created by placing a sequence of values separated by
‘comma’ with or without the use of parentheses for grouping of the data
sequence.
Dictionary:-
Python dictionary is like hash tables in any other language with the time
complexity of O(1). It is an unordered collection of data values, used to store
data values like a map, which, unlike other Data Types that hold only a single
value as an element, Dictionary holds the key:value pair. Key-value is provided
in the dictionary to make it more optimized.
Set:-
Python Set is an unordered collection of data that is mutable and does not
allow any duplicate element. Sets are basically used to include membership
testing and eliminating duplicate entries. The data structure used in this is
Hashing, a popular technique to perform insertion, deletion, and traversal in
O(1) on average.
Python is a widely-used general-purpose, high-level programming language. It
was initially designed by Guido van Rossum in 1991 and developed by Python
Software Foundation. It was mainly developed for emphasis on code
readability, and its syntax allows programmers to express concepts in fewer
lines of code.
In the late 1980s, history was about to be written. It was that time when
working on Python started.
The language was finally released in 1991. When it was released, it used a lot
fewer codes to express the concepts, when we compare it with Java, C++ & C.
Its design philosophy was quite good too. Its main objective is to provide code
readability and advanced developer productivity. When it was released it had
more than enough capability to provide classes with inheritance, several core
data types exception handling and functions.

Mais conteúdo relacionado

Semelhante a Python Training in Chandigarh

Session-1_Introduction to Python.pptx
Session-1_Introduction to Python.pptxSession-1_Introduction to Python.pptx
Session-1_Introduction to Python.pptxWajidAliHashmi2
 
Python Programming-1.pptx of python by computer
Python Programming-1.pptx of python by computerPython Programming-1.pptx of python by computer
Python Programming-1.pptx of python by computersharanyarashmir5
 
Python Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docxPython Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docxAbhinavSharma309481
 
Python Training in Mohali
Python Training in MohaliPython Training in Mohali
Python Training in Mohaliexcellence0
 
PRESENTATION ON PYTHON.pptx
PRESENTATION ON PYTHON.pptxPRESENTATION ON PYTHON.pptx
PRESENTATION ON PYTHON.pptxAmitSingh770691
 
What is Python.pptx
What is Python.pptxWhat is Python.pptx
What is Python.pptxMalluKomar
 
Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming LanguageLaxman Puri
 
Python Mastery: A Comprehensive Guide to Setting Up Your Development Environment
Python Mastery: A Comprehensive Guide to Setting Up Your Development EnvironmentPython Mastery: A Comprehensive Guide to Setting Up Your Development Environment
Python Mastery: A Comprehensive Guide to Setting Up Your Development EnvironmentPython Devloper
 
Python – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguagePython – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguageIRJET Journal
 
Python Programming and ApplicationsUnit-1.docx
Python Programming and ApplicationsUnit-1.docxPython Programming and ApplicationsUnit-1.docx
Python Programming and ApplicationsUnit-1.docxManohar k
 

Semelhante a Python Training in Chandigarh (20)

Session-1_Introduction to Python.pptx
Session-1_Introduction to Python.pptxSession-1_Introduction to Python.pptx
Session-1_Introduction to Python.pptx
 
GE3151_PSPP_UNIT_2_Notes
GE3151_PSPP_UNIT_2_NotesGE3151_PSPP_UNIT_2_Notes
GE3151_PSPP_UNIT_2_Notes
 
Python Programming-1.pptx of python by computer
Python Programming-1.pptx of python by computerPython Programming-1.pptx of python by computer
Python Programming-1.pptx of python by computer
 
Python Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docxPython Applications by The Knowledge Academy.docx
Python Applications by The Knowledge Academy.docx
 
Python Training in Mohali
Python Training in MohaliPython Training in Mohali
Python Training in Mohali
 
Python Course In Chandigarh
Python Course In ChandigarhPython Course In Chandigarh
Python Course In Chandigarh
 
PRESENTATION ON PYTHON.pptx
PRESENTATION ON PYTHON.pptxPRESENTATION ON PYTHON.pptx
PRESENTATION ON PYTHON.pptx
 
What is Python.pptx
What is Python.pptxWhat is Python.pptx
What is Python.pptx
 
INTERNSHIP REPORT.docx
 INTERNSHIP REPORT.docx INTERNSHIP REPORT.docx
INTERNSHIP REPORT.docx
 
intro to python.pptx
intro to python.pptxintro to python.pptx
intro to python.pptx
 
Python Programming
Python ProgrammingPython Programming
Python Programming
 
Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming Language
 
How To Tame Python
How To Tame PythonHow To Tame Python
How To Tame Python
 
Python Course In Chandigarh
Python Course In ChandigarhPython Course In Chandigarh
Python Course In Chandigarh
 
Python Mastery: A Comprehensive Guide to Setting Up Your Development Environment
Python Mastery: A Comprehensive Guide to Setting Up Your Development EnvironmentPython Mastery: A Comprehensive Guide to Setting Up Your Development Environment
Python Mastery: A Comprehensive Guide to Setting Up Your Development Environment
 
Python – The Fastest Growing Programming Language
Python – The Fastest Growing Programming LanguagePython – The Fastest Growing Programming Language
Python – The Fastest Growing Programming Language
 
Python Programming Part 1.pdf
Python Programming Part 1.pdfPython Programming Part 1.pdf
Python Programming Part 1.pdf
 
Python Programming Part 1.pdf
Python Programming Part 1.pdfPython Programming Part 1.pdf
Python Programming Part 1.pdf
 
Python Programming Part 1.pdf
Python Programming Part 1.pdfPython Programming Part 1.pdf
Python Programming Part 1.pdf
 
Python Programming and ApplicationsUnit-1.docx
Python Programming and ApplicationsUnit-1.docxPython Programming and ApplicationsUnit-1.docx
Python Programming and ApplicationsUnit-1.docx
 

Mais de Excellence Technology

Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhExcellence Technology
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Excellence Technology
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Excellence Technology
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhExcellence Technology
 
Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Excellence Technology
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhExcellence Technology
 
Six Month Industrial Training In Chandigarh.pdf
Six Month Industrial Training In Chandigarh.pdfSix Month Industrial Training In Chandigarh.pdf
Six Month Industrial Training In Chandigarh.pdfExcellence Technology
 
Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Excellence Technology
 
Graphic Designing Course in Chandigarh.pdf
Graphic Designing Course in Chandigarh.pdfGraphic Designing Course in Chandigarh.pdf
Graphic Designing Course in Chandigarh.pdfExcellence Technology
 
Digital Marketing Course in Chandigarh.pdf
Digital Marketing Course in Chandigarh.pdfDigital Marketing Course in Chandigarh.pdf
Digital Marketing Course in Chandigarh.pdfExcellence Technology
 
Web Designing Course in Chandigarh.pdf
Web Designing Course in Chandigarh.pdfWeb Designing Course in Chandigarh.pdf
Web Designing Course in Chandigarh.pdfExcellence Technology
 

Mais de Excellence Technology (17)

Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh Graphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh
 
Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.
 
Graphic Designing Course in Chandigarh
Graphic Designing Course in ChandigarhGraphic Designing Course in Chandigarh
Graphic Designing Course in Chandigarh
 
Web Designing Course in Chandigarh
Web Designing  Course in ChandigarhWeb Designing  Course in Chandigarh
Web Designing Course in Chandigarh
 
Python Training in Chandigarh
Python Training in ChandigarhPython Training in Chandigarh
Python Training in Chandigarh
 
Six Month Industrial Training In Chandigarh.pdf
Six Month Industrial Training In Chandigarh.pdfSix Month Industrial Training In Chandigarh.pdf
Six Month Industrial Training In Chandigarh.pdf
 
Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.Graphic Designing Course in Chandigarh.
Graphic Designing Course in Chandigarh.
 
Graphic Designing Course in Chandigarh.pdf
Graphic Designing Course in Chandigarh.pdfGraphic Designing Course in Chandigarh.pdf
Graphic Designing Course in Chandigarh.pdf
 
Excellence Technology (1).pdf
Excellence Technology (1).pdfExcellence Technology (1).pdf
Excellence Technology (1).pdf
 
Java Training in Chandigarh.pdf
Java Training in Chandigarh.pdfJava Training in Chandigarh.pdf
Java Training in Chandigarh.pdf
 
Digital Marketing Course in Chandigarh.pdf
Digital Marketing Course in Chandigarh.pdfDigital Marketing Course in Chandigarh.pdf
Digital Marketing Course in Chandigarh.pdf
 
Excellence Technology.pdf
Excellence Technology.pdfExcellence Technology.pdf
Excellence Technology.pdf
 
Excellence.pdf
Excellence.pdfExcellence.pdf
Excellence.pdf
 
Web Designing Course in Chandigarh.pdf
Web Designing Course in Chandigarh.pdfWeb Designing Course in Chandigarh.pdf
Web Designing Course in Chandigarh.pdf
 

Último

Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Último (20)

Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Python Training in Chandigarh

  • 1. Python Training in Chandigarh Excellence Technology, Chandigarh offer Python Training in Chandigarh. We offer full time one year diploma in Python Training in Chandigarh. We provide best Python Training in Chandigarh. Excellence Technology is one of the top institute for Python Training in Chandigarh. Python:- Python is an interpreted, object-oriented, high-level programming language with dynamic semantics developed by Guido van Rossum. Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn't specialized for any specific problems.
  • 2. Excellence Technology is one of the top reputed ISO certified software development and industrial training company in Mohali. Excellence Technology is a professional company providing web education and advanced 6 months and weeks industrial training in Mohali and is also a leading software development company. Excellence Technology offers many courses to build career in IT industry Python is a dynamic, high-level, free open source, and interpreted programming language. It supports object-oriented programming as well as procedural-oriented programming. In Python, we don't need to declare the type of variable because it is a dynamically typed language
  • 3. Python is a widely used general-purpose, high level programming language. It was created by Guido van Rossum in 1991 and further developed by the Python Software Foundation. It was designed with an emphasis on code readability, and its syntax allows programmers to express their concepts in fewer lines of code. Python is a programming language that lets you work quickly and integrate systems more efficiently. Introduction to Python Python has a simple syntax similar to the English language. Python has syntax that allows developers to write programs with fewer lines than some other programming languages. Python runs on an interpreter system, meaning that code can be executed as soon as it is written. This means that prototyping can be very quick.
  • 4. Python Tokens Token:- A token is the smallest individual unit in a python program. All statements and instructions in a program are built with tokens. The various tokens in python are : Keywords are words that have some special meaning or significance in a programming language. They can’t be used as variable names, function names, or any other random purpose. They are used for their special features. In Python we have 33 keywords some of them are: try, False, True, class, break, continue, and, as, assert, while, for, in, raise, except, or, not, if, elif, print, import, etc. Keyword:-
  • 5. Identifiers are the names given to any variable, function, class, list, methods, etc. for their identification. Python is a case-sensitive language and it has some rules and regulations to name an identifier. Here are some rules to name an identifier:- As stated above, Python is case-sensitive. So case matters in naming identifiers. And hence geeks and Geeks are two different identifiers. Identifier starts with a capital letter (A-Z) , a small letter (a-z) or an underscore( _ ). It can’t start with any other character. Except for letters and underscore, digits can also be a part of identifier but can’t be the first character of it. Any other special characters or whitespaces are strictly prohibited in an identifier. An identifier can’t be a keyword. For Example: Some valid identifiers Identifiers:-
  • 6. Literals are the fixed values or data items used in a source code. Python supports different types of literals such as: Literals:- String Literals Character Literals Numeric Literals Boolean Literals Special Literals Literals Collections
  • 7. These are the tokens responsible to perform an operation in an expression. The variables on which operation is applied are called operands. Operators can be unary or binary. Unary operators are the ones acting on a single operand like complement operator, etc. While binary operators need two operands to operate. Operators These are the symbols that used in Python to organize the structures, statements, and expressions. Some of the Punctuators are: [ ] { } ( ) @ - = += *= //= **== = , etc. Punctuators
  • 8. Data Stucture Data Stucture:- 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. list set tuples dictionary
  • 9. List:- Python Lists are just like the arrays, declared in other languages which is an ordered collection of data. It is very flexible as the items in a list do not need to be of the same type. Tuple:- Python Tuple is a collection of Python objects much like a list but Tuples are immutable in nature i.e. the elements in the tuple cannot be added or removed once created. Just like a List, a Tuple can also contain elements of various types. In Python, tuples are created by placing a sequence of values separated by ‘comma’ with or without the use of parentheses for grouping of the data sequence.
  • 10. Dictionary:- Python dictionary is like hash tables in any other language with the time complexity of O(1). It is an unordered collection of data values, used to store data values like a map, which, unlike other Data Types that hold only a single value as an element, Dictionary holds the key:value pair. Key-value is provided in the dictionary to make it more optimized. Set:- Python Set is an unordered collection of data that is mutable and does not allow any duplicate element. Sets are basically used to include membership testing and eliminating duplicate entries. The data structure used in this is Hashing, a popular technique to perform insertion, deletion, and traversal in O(1) on average.
  • 11.
  • 12. Python is a widely-used general-purpose, high-level programming language. It was initially designed by Guido van Rossum in 1991 and developed by Python Software Foundation. It was mainly developed for emphasis on code readability, and its syntax allows programmers to express concepts in fewer lines of code. In the late 1980s, history was about to be written. It was that time when working on Python started. The language was finally released in 1991. When it was released, it used a lot fewer codes to express the concepts, when we compare it with Java, C++ & C. Its design philosophy was quite good too. Its main objective is to provide code readability and advanced developer productivity. When it was released it had more than enough capability to provide classes with inheritance, several core data types exception handling and functions.