SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
http://algorithmtraining.com/python-training-in-hyderabad/
Python Training
-Algorithm Class , Hyderabad
Python Training in Hyderabad, python online and class room training in Hyderabad
ALGORITHM CLASSS
Python Training In Hyderabad
SNO topic Sub topic Lab Programs
1 Overview Python Features
2 Setup Environment Installation
setting PATH
interactive MODE
Script mode
3 Tokens variables
keywords
indentation
Comments
4 Input command line arguments
Reading user input
Examples
5 Operators Arithmetic
logical
relational
Bitwise
operator precedence
write program to verify each
operator.
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
6 Dynamic datatypes Standard datatypes
numbers
strings
lists
tuples
dictionaries
6 Decision Making if-else
if-elif-else
find max number among 3 numbers
display even odd number
find student
7 loops while
infinite loop
else….with loops
for
for each
nested loops
break
Continue
pass
Print multiple tables
Skip few tables
Python Training In Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
8 Strings accessing values
updating string
deleting elements
slicing
indexing
built in methods
Implement strcat
implement strcpy
Reverse a string
FInd String is palindrome or not
Find the Frequency of the given
Character in a String
Find the string1 is sub string of string2 or
not
9 Lists accessing values
updating string
deleting elements
slicing
indexing
built in method
sort an array
Linear seach
Binary Search
10 tuples accessing values
updating string
deleting elements
slicing
indexing
built in methods
Find max in an array
Search for an element
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
12 Dictionary accessing values
updating string
deleting elements
slicing
indexing
built in methods
Demo example
13 Modules import
time
cx_oracle
thread
regexp
socket
OS
NumPy
matplotlib
example for each module
Python Training In Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
14 Functions Defining a Function
Calling a Function
Passing by Reference
Versus Passing by Value
Function Arguments
Required Arguments
Keyword Arguments
Default Arguments
The return Statement
Exploring following
functions
lambda()
map()
filter()
reduce()
Write function to
1. find sub string
2. find max in tuple
3.string is palindrome or not
4. Reverse String
Python Training In Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
15 File IO Printing to the Screen
Reading Keyboard Input
The input Function
Opening and Closing Files
The open Function
The file Object Attributes
The close() Method
Reading and Writing Files
The write() Method
The read() Method
copy contents from one file to another
read phone numbers in a file and write
on to another file
17 Exceptions What is Exception?
Handling an Exception
The except Clause with No
Exceptions
The except Clause with
Multiple Exceptions
The try-finally Clause
Argument of an Exception
Raising an Exception
User-Defined Exceptions
Demo program to handle exceptions
Python Training In Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
18 Classes Overview of OOP
Terminology
Creating Classes
Creating Instance Objects
Accessing Attributes
Built-In Class Attributes
Destroying Objects (Garbage
Collection)
Class Inheritance
Overriding Methods
Base Overloading Methods
Data Hiding
design car class
design calc class
design employee class
design property class
Design bank account class
design stack
design queeue
design linked list
19 Regular Expressions The match Function
The search Function
Matching Versus Searching
Search and Replace
Regular-Expression
Modifiers: Option Flags
Regular-Expression Patterns
Regular-Expression
Examples
Grouping with Parentheses
Extract phone and email address
from the database
Python Training In Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
20 Database access What is Oracle DB?
How do I Install Oracle DB?
Database
Program to connect to Oracle DB
21 Network Programming What is Sockets?
The socket Module
Server Socket Methods
Client Socket Methods
General Socket Methods
A Simple Server
A Simple Client
Python Internet modules
Client server connection
establishment program using scokets
Python Online Training in Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
22 Multi threading Starting a New Thread
The Threading Module:
Creating Thread Using
Threading Module:
Synchronizing Threads
Demo using time stamp
23 Data Structures Stacks
Queues
Linked Lists
Sorting
Searching
Implement each data structure
Python Online Training in Hyderabad
ALGORITHM CLASSS
SNO topic Sub topic Lab Programs
24 Visualization matplotlib
plot a graph
bar chart
Histogram
Plot cricket score per over
25 NumPy using NumPy
indexing
slicing
Create one-dimensional array
Create two-dimensional array
using
-List
-arange
-linspace
-empty, ones and zeros
MatriX addition
Create table
Create table of tables
Python Online Training in Hyderabad
Algorithm Class
Email: algorithm.class@gmail.com
Mobile: 9963930865
Website: http://algorithmtraining.com/python-training-in-hyderabad/
G+ : http://plus.google.com/+AlgorithmClass/posts
Facebook : http://www.facebook.com/AlgorithmClassCCppDsJavaTrainingKphbHyderabad
ALGORITHM CLASSS http://algorithmtraining.com/python-training-in-
hyderabad/
Python Training In Hyderabad

Contenu connexe

Tendances

Object-oriented Programming in Python
Object-oriented Programming in PythonObject-oriented Programming in Python
Object-oriented Programming in PythonJuan-Manuel Gimeno
 
Programming Paradigms
Programming ParadigmsProgramming Paradigms
Programming ParadigmsDirecti Group
 
Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming LanguageR.h. Himel
 
introduction to Python | Part 1
introduction to Python | Part 1introduction to Python | Part 1
introduction to Python | Part 1Ahmedalhassar1
 
Python-00 | Introduction and installing
Python-00 | Introduction and installingPython-00 | Introduction and installing
Python-00 | Introduction and installingMohd Sajjad
 
Introduction to phython programming
Introduction to phython programmingIntroduction to phython programming
Introduction to phython programmingASIT Education
 
Using PHPStan with Laravel App
Using PHPStan with Laravel AppUsing PHPStan with Laravel App
Using PHPStan with Laravel AppMuhammad Shehata
 
Java se 8 fundamentals
Java se 8 fundamentalsJava se 8 fundamentals
Java se 8 fundamentalsmegharajk
 
Type hints in python & mypy
Type hints in python & mypyType hints in python & mypy
Type hints in python & mypyAnirudh
 
XKE - Programming Paradigms & Constructs
XKE - Programming Paradigms & ConstructsXKE - Programming Paradigms & Constructs
XKE - Programming Paradigms & ConstructsNicolas Demengel
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to pythonJaya Kumari
 
Programming Paradigms Seminar 2
Programming Paradigms Seminar 2 Programming Paradigms Seminar 2
Programming Paradigms Seminar 2 neoxiuting
 
Introduction to Python
Introduction to PythonIntroduction to Python
Introduction to Pythontswr
 
Coding standard and coding guideline
Coding standard and coding guidelineCoding standard and coding guideline
Coding standard and coding guidelineDhananjaysinh Jhala
 

Tendances (20)

Object-oriented Programming in Python
Object-oriented Programming in PythonObject-oriented Programming in Python
Object-oriented Programming in Python
 
Python Tutorial Part 2
Python Tutorial Part 2Python Tutorial Part 2
Python Tutorial Part 2
 
Programming Paradigms
Programming ParadigmsProgramming Paradigms
Programming Paradigms
 
Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming Language
 
introduction to Python | Part 1
introduction to Python | Part 1introduction to Python | Part 1
introduction to Python | Part 1
 
Python-00 | Introduction and installing
Python-00 | Introduction and installingPython-00 | Introduction and installing
Python-00 | Introduction and installing
 
Introduction to phython programming
Introduction to phython programmingIntroduction to phython programming
Introduction to phython programming
 
Using PHPStan with Laravel App
Using PHPStan with Laravel AppUsing PHPStan with Laravel App
Using PHPStan with Laravel App
 
Basics of python
Basics of pythonBasics of python
Basics of python
 
Java se 8 fundamentals
Java se 8 fundamentalsJava se 8 fundamentals
Java se 8 fundamentals
 
Python Programming
Python ProgrammingPython Programming
Python Programming
 
Java Basics
Java BasicsJava Basics
Java Basics
 
Type hints in python & mypy
Type hints in python & mypyType hints in python & mypy
Type hints in python & mypy
 
Coding standards
Coding standardsCoding standards
Coding standards
 
XKE - Programming Paradigms & Constructs
XKE - Programming Paradigms & ConstructsXKE - Programming Paradigms & Constructs
XKE - Programming Paradigms & Constructs
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
The State of C#
The State of C#The State of C#
The State of C#
 
Programming Paradigms Seminar 2
Programming Paradigms Seminar 2 Programming Paradigms Seminar 2
Programming Paradigms Seminar 2
 
Introduction to Python
Introduction to PythonIntroduction to Python
Introduction to Python
 
Coding standard and coding guideline
Coding standard and coding guidelineCoding standard and coding guideline
Coding standard and coding guideline
 

Similaire à Algorithm Class- Python training in hyderabad, Python online training in hyderabad KPHB Kukatpally

Python-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdfPython-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdfIT Education Centre
 
Generative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxGenerative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxAlon Fliess
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdfMultisoft Systems
 
First Steps in Python Programming
First Steps in Python ProgrammingFirst Steps in Python Programming
First Steps in Python ProgrammingDozie Agbo
 
Top Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreTop Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreSaagTechnologies
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabusSugantha T
 
Python training course_content
Python training course_contentPython training course_content
Python training course_contentAmanCSE1
 
Python training-course-content
Python training-course-contentPython training-course-content
Python training-course-contentRojaPriya
 
Python Foundation – A programmer's introduction to Python concepts & style
Python Foundation – A programmer's introduction to Python concepts & stylePython Foundation – A programmer's introduction to Python concepts & style
Python Foundation – A programmer's introduction to Python concepts & styleKevlin Henney
 
Php meetup 20130912 reflection
Php meetup 20130912   reflectionPhp meetup 20130912   reflection
Php meetup 20130912 reflectionJoelRSimpson
 
Towards better software quality assurance by providing intelligent support
Towards better software quality assurance by providing intelligent supportTowards better software quality assurance by providing intelligent support
Towards better software quality assurance by providing intelligent supportConcordia University
 
Java Script Patterns
Java Script PatternsJava Script Patterns
Java Script PatternsAllan Huang
 
Summer Training Project On Python Programming
Summer Training Project On Python ProgrammingSummer Training Project On Python Programming
Summer Training Project On Python ProgrammingKAUSHAL KUMAR JHA
 
Patterns in Python
Patterns in PythonPatterns in Python
Patterns in Pythondn
 
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Simplilearn
 

Similaire à Algorithm Class- Python training in hyderabad, Python online training in hyderabad KPHB Kukatpally (20)

Python-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdfPython-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdf
 
Generative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptxGenerative AI in CSharp with Semantic Kernel.pptx
Generative AI in CSharp with Semantic Kernel.pptx
 
Python45 2
Python45 2Python45 2
Python45 2
 
Python brochure (2)
Python brochure (2)Python brochure (2)
Python brochure (2)
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdf
 
First Steps in Python Programming
First Steps in Python ProgrammingFirst Steps in Python Programming
First Steps in Python Programming
 
PHP & mySQL Training in Bangalore at myTectra
PHP & mySQL Training in Bangalore at myTectraPHP & mySQL Training in Bangalore at myTectra
PHP & mySQL Training in Bangalore at myTectra
 
P mysql training in bangalore
P mysql training in bangaloreP mysql training in bangalore
P mysql training in bangalore
 
Top Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in BangaloreTop Python Online Training Institutes in Bangalore
Top Python Online Training Institutes in Bangalore
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabus
 
Python training course_content
Python training course_contentPython training course_content
Python training course_content
 
Python training-course-content
Python training-course-contentPython training-course-content
Python training-course-content
 
Python Foundation – A programmer's introduction to Python concepts & style
Python Foundation – A programmer's introduction to Python concepts & stylePython Foundation – A programmer's introduction to Python concepts & style
Python Foundation – A programmer's introduction to Python concepts & style
 
Php meetup 20130912 reflection
Php meetup 20130912   reflectionPhp meetup 20130912   reflection
Php meetup 20130912 reflection
 
Towards better software quality assurance by providing intelligent support
Towards better software quality assurance by providing intelligent supportTowards better software quality assurance by providing intelligent support
Towards better software quality assurance by providing intelligent support
 
Java Script Patterns
Java Script PatternsJava Script Patterns
Java Script Patterns
 
Python-classes-in-mumbai
Python-classes-in-mumbaiPython-classes-in-mumbai
Python-classes-in-mumbai
 
Summer Training Project On Python Programming
Summer Training Project On Python ProgrammingSummer Training Project On Python Programming
Summer Training Project On Python Programming
 
Patterns in Python
Patterns in PythonPatterns in Python
Patterns in Python
 
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
Top TCS Interview Questions And Answers | How to Crack An Interview At TCS | ...
 

Plus de http://algorithmtraining.com/advanced-python-training-hyderabad/

Plus de http://algorithmtraining.com/advanced-python-training-hyderabad/ (20)

Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpall...
Algorithm Class at KPHB  (C, C++ Course Training Institute in KPHB, Kukatpall...Algorithm Class at KPHB  (C, C++ Course Training Institute in KPHB, Kukatpall...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpall...
 
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
 
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
 
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
Algorithm Class at KPHB (C, C++ Course Training Institute in KPHB, Kukatpally...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
Algorithm Class at KPHB C, c++, ds,cpp,java,data structures training institut...
 

Dernier

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 

Dernier (20)

“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 

Algorithm Class- Python training in hyderabad, Python online training in hyderabad KPHB Kukatpally

  • 1. http://algorithmtraining.com/python-training-in-hyderabad/ Python Training -Algorithm Class , Hyderabad Python Training in Hyderabad, python online and class room training in Hyderabad
  • 2. ALGORITHM CLASSS Python Training In Hyderabad SNO topic Sub topic Lab Programs 1 Overview Python Features 2 Setup Environment Installation setting PATH interactive MODE Script mode 3 Tokens variables keywords indentation Comments 4 Input command line arguments Reading user input Examples 5 Operators Arithmetic logical relational Bitwise operator precedence write program to verify each operator.
  • 3. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 6 Dynamic datatypes Standard datatypes numbers strings lists tuples dictionaries 6 Decision Making if-else if-elif-else find max number among 3 numbers display even odd number find student 7 loops while infinite loop else….with loops for for each nested loops break Continue pass Print multiple tables Skip few tables Python Training In Hyderabad
  • 4. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 8 Strings accessing values updating string deleting elements slicing indexing built in methods Implement strcat implement strcpy Reverse a string FInd String is palindrome or not Find the Frequency of the given Character in a String Find the string1 is sub string of string2 or not 9 Lists accessing values updating string deleting elements slicing indexing built in method sort an array Linear seach Binary Search 10 tuples accessing values updating string deleting elements slicing indexing built in methods Find max in an array Search for an element
  • 5. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 12 Dictionary accessing values updating string deleting elements slicing indexing built in methods Demo example 13 Modules import time cx_oracle thread regexp socket OS NumPy matplotlib example for each module Python Training In Hyderabad
  • 6. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 14 Functions Defining a Function Calling a Function Passing by Reference Versus Passing by Value Function Arguments Required Arguments Keyword Arguments Default Arguments The return Statement Exploring following functions lambda() map() filter() reduce() Write function to 1. find sub string 2. find max in tuple 3.string is palindrome or not 4. Reverse String Python Training In Hyderabad
  • 7. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 15 File IO Printing to the Screen Reading Keyboard Input The input Function Opening and Closing Files The open Function The file Object Attributes The close() Method Reading and Writing Files The write() Method The read() Method copy contents from one file to another read phone numbers in a file and write on to another file 17 Exceptions What is Exception? Handling an Exception The except Clause with No Exceptions The except Clause with Multiple Exceptions The try-finally Clause Argument of an Exception Raising an Exception User-Defined Exceptions Demo program to handle exceptions Python Training In Hyderabad
  • 8. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 18 Classes Overview of OOP Terminology Creating Classes Creating Instance Objects Accessing Attributes Built-In Class Attributes Destroying Objects (Garbage Collection) Class Inheritance Overriding Methods Base Overloading Methods Data Hiding design car class design calc class design employee class design property class Design bank account class design stack design queeue design linked list 19 Regular Expressions The match Function The search Function Matching Versus Searching Search and Replace Regular-Expression Modifiers: Option Flags Regular-Expression Patterns Regular-Expression Examples Grouping with Parentheses Extract phone and email address from the database Python Training In Hyderabad
  • 9. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 20 Database access What is Oracle DB? How do I Install Oracle DB? Database Program to connect to Oracle DB 21 Network Programming What is Sockets? The socket Module Server Socket Methods Client Socket Methods General Socket Methods A Simple Server A Simple Client Python Internet modules Client server connection establishment program using scokets Python Online Training in Hyderabad
  • 10. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 22 Multi threading Starting a New Thread The Threading Module: Creating Thread Using Threading Module: Synchronizing Threads Demo using time stamp 23 Data Structures Stacks Queues Linked Lists Sorting Searching Implement each data structure Python Online Training in Hyderabad
  • 11. ALGORITHM CLASSS SNO topic Sub topic Lab Programs 24 Visualization matplotlib plot a graph bar chart Histogram Plot cricket score per over 25 NumPy using NumPy indexing slicing Create one-dimensional array Create two-dimensional array using -List -arange -linspace -empty, ones and zeros MatriX addition Create table Create table of tables Python Online Training in Hyderabad
  • 12. Algorithm Class Email: algorithm.class@gmail.com Mobile: 9963930865 Website: http://algorithmtraining.com/python-training-in-hyderabad/ G+ : http://plus.google.com/+AlgorithmClass/posts Facebook : http://www.facebook.com/AlgorithmClassCCppDsJavaTrainingKphbHyderabad ALGORITHM CLASSS http://algorithmtraining.com/python-training-in- hyderabad/ Python Training In Hyderabad