SlideShare a Scribd company logo
1 of 7
Download to read offline
myTectra- Python Course Content -90191-91856
Course Details:
Course Code –MYT1123 – Python 3 and Advanced Python 3
Course duration: 1 Months
Class duration: 2 hours / Per day - Week day
3 Hours / Per Day – Week End
Training mode: Instructor led Class training
Server access : Provided at no extra cost
Study material : Provided in the form of PDFs, PPTs & Word docs / On-Line materials
Weekend, weekday, Super Fast track, fast track & normal training can be provided
Contact: +91 90191 91856
Email: info@mytectra.com
Web: www.mytectra.com
Contact us for course start dates, class timings, fee and payment methods.

About myTectra:
“MyTectra a global learning solutions company helps transform people and organization
to gain real, lasting benefits “
myTectra provides training across the technologies and functions using time tested delivery mode such
as class room training , virtual training , send me a trainer , trainer connect .We are now one of the
world largest online training company , and we continue to lead :
Providing virtual training for candidate from 200+ city across world
One of the largest provider of trainers to your location under the training program “Send me trainer”
First of its kind “ Trainer Connect “ helps you to identify the best trainer for your training requirement
myTectra virtual training is a unique a program helps you to choose the best available faculty by
yourself
myTectra “holyday training” designed for one-to-one training during your holiday trip at any location
in India.

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor,BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856

CHAPTER 1: AN INTRODUCTION TO PYTHON
INTRODUCTORY REMARKS ABOUT PYTHON
STRENGTHS AND WEAKNESSES
A BRIEF HISTORY OF PYTHON
PYTHON VERSIONS
INSTALLING PYTHON
ENVIRONMENT VARIABLES
EXECUTING PYTHON FROM THE COMMAND LINE
IDLE
EDITING PYTHON FILES
GETTING HELP
DYNAMIC TYPES
PYTHON RESERVED WORDS
NAMING CONVENTIONS
LANGUAGE EVOLUTION
PYTHON RESERVED WORDS AND OTHER RULES
DOCUMENTATION
THE STRING CLASS
VARIABLES
DATATYPES
BOOLEAN AND NUMERIC TYPES
STRINGS
LISTS AND TUPLES
SETS
SEQUENCES
LOOPING THROUGH SEQUENCES
DICTIONARIES
BIT VARIABLES
MODULES
READING FILES
SOME FILE TESTS
CHAPTER 2: BASIC PYTHON SYNTAX
INTRODUCTION
BASIC SYNTAX
COMMENTS
STRING VALUES
STRING OPERATIONS
THE FORMAT METHOD
STRING SLICES
STRING OPERATORS
NUMERIC DATA TYPES
CONVERSIONS
SIMPLE INPUT AND OUTPUT
THE PRINT FUNCTION
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076

www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856

CHAPTER 3: LANGUAGE COMPONENTS
INTRODUCTION
CONTROL FLOW AND SYNTAX
INDENTING
THE IF STATEMENT
RELATIONAL OPERATORS
LOGICAL OPERATORS
TRUE OR FALSE
BIT WISE OPERATORS
THE WHILE LOOP
BREAK AND CONTINUE
THE FOR LOOP
CHAPTER 4: COLLECTIONS
INTRODUCTION
LISTS
TUPLES
SETS
DICTIONARIES
SORTING DICTIONARIES
COPYING COLLECTIONS
SUMMARY
CHAPTER 5: FUNCTIONS
INTRODUCTION
DEFINING YOUR OWN FUNCTIONS
PARAMETERS
FUNCTION DOCUMENTATION
KEYWORD AND OPTIONAL PARAMETERS
PASSING COLLECTIONS TO A FUNCTION
VARIABLE NUMBER OF ARGUMENTS
SCOPE
FUNCTIONS PASSING FUNCTIONS TO A FUNCTION
MAPPING FUNCTIONS IN A DICTIONARY
LAMBDA
CLOSURES

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076

www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856

CHAPTER 6: MODULES
MODULES
STANDARD MODULES - SYS
STANDARD MODULES - MATH
STANDARD MODULES - TIME
THE DIR FUNCTION
CHAPTER 7: EXCEPTIONS
ERRORS
RUN TIME ERRORS
THE EXCEPTION MODEL
EXCEPTION HIERARCHY
HANDLING MULTIPLE EXCEPTIONS
RAISE
ASSERT
WRITING YOUR OWN EXCEPTION CLASSES
CHAPTER 8: INPUT AND OUTPUT
INTRODUCTION
DATA STREAMS
CREATING YOUR OWN DATA STREAMS
ACCESS MODES
WRITING DATA TO A FILE
READING DATA FROM A FILE
ADDITIONAL FILE METHODS
USING PIPES AS DATA STREAMS
HANDLING IO EXCEPTIONS
WORKING WITH DIRECTORIES
METADATA
THE PICKLE MODULE
CHAPTER 9: CLASSES IN PYTHON
CLASSES IN PYTHON
PRINCIPLES OF OBJECT ORIENTATION
CREATING CLASSES
INSTANCE METHODS
FILE ORGANIZATION
SPECIAL METHODS
CLASS VARIABLES
INHERITANCE
POLYMORPHISM
TYPE IDENTIFICATION
CUSTOM EXCEPTION CLASSES

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076

www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856
CHAPTER 10: REGULAR EXPRESSIONS
INTRODUCTION
SIMPLE CHARACTER MATCHES
SPECIAL CHARACTERS
CHARACTER CLASSES
QUANTIFIERS
THE DOT CHARACTER
GREEDY MATCHES
GROUPING
MATCHING AT BEGINNING OR END
MATCH OBJECTS
SUBSTITUTING
SPLITTING A STRING
COMPILING REGULAR EXPRESSIONS
FLAGS
CHAPTER 11: DATA STRUCTURES
RANGE
LIST COMPREHENSIONS
NESTED LIST COMPREHENSIONS
DICTIONARY COMPREHENSIONS
DICTIONARIES WITH COMPOUND VALUES
PROCESSING LISTS IN PARALLEL
FUNCTIONS
DEFAULT PARAMETERS
VARIABLE ARGUMENTS
A DICTIONARY OF DICTIONARIES
SPECIALIZED SORTS
THE DEL STATEMENT
TIME FUNCTIONALITY
USING GENERATORS
CHAPTER 12: WRITING GUIS IN PYTHON
INTRODUCTION
COMPONENTS AND EVENTS
AN EXAMPLE GUI
THE ROOT COMPONENT
ADDING A BUTTON
ENTRY WIDGETS
TEXT WIDGETS
CHECKBUTTONS
RADIOBUTTONS
LISTBOXES
FRAMES
MENUS
BINDING EVENTS TO WIDGETS
myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076
www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856

CHAPTER 10: REGULAR EXPRESSIONS
INTRODUCTION
SIMPLE CHARACTER MATCHES
SPECIAL CHARACTERS
CHARACTER CLASSES
QUANTIFIERS
THE DOT CHARACTER
GREEDY MATCHES
GROUPING
MATCHING AT BEGINNING OR END
MATCH OBJECTS
SUBSTITUTING
SPLITTING A STRING
COMPILING REGULAR EXPRESSIONS
FLAGS
CHAPTER 11: DATA STRUCTURES
RANGE
LIST COMPREHENSIONS
NESTED LIST COMPREHENSIONS
DICTIONARY COMPREHENSIONS
DICTIONARIES WITH COMPOUND VALUES
PROCESSING LISTS IN PARALLEL
FUNCTIONS
DEFAULT PARAMETERS
VARIABLE ARGUMENTS
A DICTIONARY OF DICTIONARIES
SPECIALIZED SORTS
THE DEL STATEMENT
TIME FUNCTIONALITY
USING GENERATORS
CHAPTER 12: WRITING GUIS IN PYTHON
INTRODUCTION
COMPONENTS AND EVENTS
AN EXAMPLE GUI
THE ROOT COMPONENT
ADDING A BUTTON
ENTRY WIDGETS
TEXT WIDGETS
CHECKBUTTONS
RADIOBUTTONS
LISTBOXES
FRAMES
MENUS
BINDING EVENTS TO WIDGETS

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076

www.mytectra.com | +91 90191 91856 | info@mytectra.com
myTectra- Python Course Content -90191-91856
CHAPTER 13: PYTHON AND CGI SCRIPTS
INTRODUCTION
HTML
HTML FORMS
A GUESTBOOK APPLICATION
WHAT CAN GO WRONG!
HTML TABLES
THE CGI SCRIPT
RENDERING OF THE SCRIPT
CHAPTER 14: THE OS MODULE
THE ENVIRONMENT
LAUNCHING COMMANDS
CREATING A PROCESS
DIRECTORY COMMANDS
OTHER PROCESS METHODS
FILE INFORMATION (METADATA)
MISCELLANEOUS OS CALLS
WALKING THROUGH DIRECTORIES
CHAPTER 15: NETWORK PROGRAMMING
INTRODUCTION
A DAYTIME SERVER
CLIENTS AND SERVERS
THE CLIENT PROGRAM
THE SERVER PROGRAM
RECAP
AN EVALUATION CLIENT AND SERVER
THE SERVER PORTION
A THREADED SERVER
APPENDIX A: WHAT YOU MIGHT NOT ALREADY KNOW
WHAT IS AN ITERABLE?
CREATING YOUR OWN ITERATORS
GENERATORS
THE FUNCTIONS ANY AND ALL
THREAD FUNDAMENTALS
SYNCHRONIZATION
FORMATTING RECORDS
SIGNALS
THE PYTHON DEBUGGER (2.X)
THE WITH STATEMENT
DATA COMPRESSION

myTectra Learning Solutions Private Limited
10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076

www.mytectra.com | +91 90191 91856 | info@mytectra.com

More Related Content

More from myTectra Learning Solutions Private Ltd

More from myTectra Learning Solutions Private Ltd (20)

Statistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in BangaloreStatistics Essentials for Analytics Training in Bangalore
Statistics Essentials for Analytics Training in Bangalore
 
C Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In BangaloreC Programming and Data Structures Training In Bangalore
C Programming and Data Structures Training In Bangalore
 
Essentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design TrainingEssentials of Professional VLSI Digital Design Training
Essentials of Professional VLSI Digital Design Training
 
The Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in BangaloreThe Predictive Modelling in R Training in Bangalore
The Predictive Modelling in R Training in Bangalore
 
The Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in BangaloreThe Best Comprehensive MapReduce Training in Bangalore
The Best Comprehensive MapReduce Training in Bangalore
 
Decision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in BangaloreDecision Tree Modeling Using R Training in Bangalore
Decision Tree Modeling Using R Training in Bangalore
 
The Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in BangaloreThe Persistence with Hibernate Training in Bangalore
The Persistence with Hibernate Training in Bangalore
 
Design Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in BangaloreDesign Patterns Training From myTectra in Bangalore
Design Patterns Training From myTectra in Bangalore
 
The Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in BangaloreThe Apache Solr Training From myTectra in Bangalore
The Apache Solr Training From myTectra in Bangalore
 
The Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in BangaloreThe Best Microsoft Project 2013 Training in Bangalore
The Best Microsoft Project 2013 Training in Bangalore
 
Six Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectraSix Sigma Green Belt Training in Bangalore,By myTectra
Six Sigma Green Belt Training in Bangalore,By myTectra
 
The Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in BangaloreThe Measuring Social Media ROI Training in Bangalore
The Measuring Social Media ROI Training in Bangalore
 
CRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in BangaloreCRM Salesforce Training From myTectra in Bangalore
CRM Salesforce Training From myTectra in Bangalore
 
The Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in BangaloreThe Apache Ambari Training From myTectra in Bangalore
The Apache Ambari Training From myTectra in Bangalore
 
Analytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in BangaloreAnalytics For Retail Banking Training in Bangalore
Analytics For Retail Banking Training in Bangalore
 
Prince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in BangalorePrince2 Foundation Practitioner Training in Bangalore
Prince2 Foundation Practitioner Training in Bangalore
 
The Best IBM Bluemix Training From myTectra in Bangalore
The Best IBM Bluemix Training From myTectra in BangaloreThe Best IBM Bluemix Training From myTectra in Bangalore
The Best IBM Bluemix Training From myTectra in Bangalore
 
Financial Modeling With Advanced Valuation Techniques
Financial Modeling With Advanced Valuation TechniquesFinancial Modeling With Advanced Valuation Techniques
Financial Modeling With Advanced Valuation Techniques
 
The Best TOGAF Training in Bangalore Classroom, Online
The Best TOGAF Training in Bangalore Classroom, OnlineThe Best TOGAF Training in Bangalore Classroom, Online
The Best TOGAF Training in Bangalore Classroom, Online
 
Continuous Integration With Jenkins Training in Bangalore
Continuous Integration With Jenkins Training in BangaloreContinuous Integration With Jenkins Training in Bangalore
Continuous Integration With Jenkins Training in Bangalore
 

Recently uploaded

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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

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...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

Python Training in Bangalore and Course Content by myTectra

  • 1. myTectra- Python Course Content -90191-91856 Course Details: Course Code –MYT1123 – Python 3 and Advanced Python 3 Course duration: 1 Months Class duration: 2 hours / Per day - Week day 3 Hours / Per Day – Week End Training mode: Instructor led Class training Server access : Provided at no extra cost Study material : Provided in the form of PDFs, PPTs & Word docs / On-Line materials Weekend, weekday, Super Fast track, fast track & normal training can be provided Contact: +91 90191 91856 Email: info@mytectra.com Web: www.mytectra.com Contact us for course start dates, class timings, fee and payment methods. About myTectra: “MyTectra a global learning solutions company helps transform people and organization to gain real, lasting benefits “ myTectra provides training across the technologies and functions using time tested delivery mode such as class room training , virtual training , send me a trainer , trainer connect .We are now one of the world largest online training company , and we continue to lead : Providing virtual training for candidate from 200+ city across world One of the largest provider of trainers to your location under the training program “Send me trainer” First of its kind “ Trainer Connect “ helps you to identify the best trainer for your training requirement myTectra virtual training is a unique a program helps you to choose the best available faculty by yourself myTectra “holyday training” designed for one-to-one training during your holiday trip at any location in India. myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor,BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 2. myTectra- Python Course Content -90191-91856 CHAPTER 1: AN INTRODUCTION TO PYTHON INTRODUCTORY REMARKS ABOUT PYTHON STRENGTHS AND WEAKNESSES A BRIEF HISTORY OF PYTHON PYTHON VERSIONS INSTALLING PYTHON ENVIRONMENT VARIABLES EXECUTING PYTHON FROM THE COMMAND LINE IDLE EDITING PYTHON FILES GETTING HELP DYNAMIC TYPES PYTHON RESERVED WORDS NAMING CONVENTIONS LANGUAGE EVOLUTION PYTHON RESERVED WORDS AND OTHER RULES DOCUMENTATION THE STRING CLASS VARIABLES DATATYPES BOOLEAN AND NUMERIC TYPES STRINGS LISTS AND TUPLES SETS SEQUENCES LOOPING THROUGH SEQUENCES DICTIONARIES BIT VARIABLES MODULES READING FILES SOME FILE TESTS CHAPTER 2: BASIC PYTHON SYNTAX INTRODUCTION BASIC SYNTAX COMMENTS STRING VALUES STRING OPERATIONS THE FORMAT METHOD STRING SLICES STRING OPERATORS NUMERIC DATA TYPES CONVERSIONS SIMPLE INPUT AND OUTPUT THE PRINT FUNCTION myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 3. myTectra- Python Course Content -90191-91856 CHAPTER 3: LANGUAGE COMPONENTS INTRODUCTION CONTROL FLOW AND SYNTAX INDENTING THE IF STATEMENT RELATIONAL OPERATORS LOGICAL OPERATORS TRUE OR FALSE BIT WISE OPERATORS THE WHILE LOOP BREAK AND CONTINUE THE FOR LOOP CHAPTER 4: COLLECTIONS INTRODUCTION LISTS TUPLES SETS DICTIONARIES SORTING DICTIONARIES COPYING COLLECTIONS SUMMARY CHAPTER 5: FUNCTIONS INTRODUCTION DEFINING YOUR OWN FUNCTIONS PARAMETERS FUNCTION DOCUMENTATION KEYWORD AND OPTIONAL PARAMETERS PASSING COLLECTIONS TO A FUNCTION VARIABLE NUMBER OF ARGUMENTS SCOPE FUNCTIONS PASSING FUNCTIONS TO A FUNCTION MAPPING FUNCTIONS IN A DICTIONARY LAMBDA CLOSURES myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 4. myTectra- Python Course Content -90191-91856 CHAPTER 6: MODULES MODULES STANDARD MODULES - SYS STANDARD MODULES - MATH STANDARD MODULES - TIME THE DIR FUNCTION CHAPTER 7: EXCEPTIONS ERRORS RUN TIME ERRORS THE EXCEPTION MODEL EXCEPTION HIERARCHY HANDLING MULTIPLE EXCEPTIONS RAISE ASSERT WRITING YOUR OWN EXCEPTION CLASSES CHAPTER 8: INPUT AND OUTPUT INTRODUCTION DATA STREAMS CREATING YOUR OWN DATA STREAMS ACCESS MODES WRITING DATA TO A FILE READING DATA FROM A FILE ADDITIONAL FILE METHODS USING PIPES AS DATA STREAMS HANDLING IO EXCEPTIONS WORKING WITH DIRECTORIES METADATA THE PICKLE MODULE CHAPTER 9: CLASSES IN PYTHON CLASSES IN PYTHON PRINCIPLES OF OBJECT ORIENTATION CREATING CLASSES INSTANCE METHODS FILE ORGANIZATION SPECIAL METHODS CLASS VARIABLES INHERITANCE POLYMORPHISM TYPE IDENTIFICATION CUSTOM EXCEPTION CLASSES myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 5. myTectra- Python Course Content -90191-91856 CHAPTER 10: REGULAR EXPRESSIONS INTRODUCTION SIMPLE CHARACTER MATCHES SPECIAL CHARACTERS CHARACTER CLASSES QUANTIFIERS THE DOT CHARACTER GREEDY MATCHES GROUPING MATCHING AT BEGINNING OR END MATCH OBJECTS SUBSTITUTING SPLITTING A STRING COMPILING REGULAR EXPRESSIONS FLAGS CHAPTER 11: DATA STRUCTURES RANGE LIST COMPREHENSIONS NESTED LIST COMPREHENSIONS DICTIONARY COMPREHENSIONS DICTIONARIES WITH COMPOUND VALUES PROCESSING LISTS IN PARALLEL FUNCTIONS DEFAULT PARAMETERS VARIABLE ARGUMENTS A DICTIONARY OF DICTIONARIES SPECIALIZED SORTS THE DEL STATEMENT TIME FUNCTIONALITY USING GENERATORS CHAPTER 12: WRITING GUIS IN PYTHON INTRODUCTION COMPONENTS AND EVENTS AN EXAMPLE GUI THE ROOT COMPONENT ADDING A BUTTON ENTRY WIDGETS TEXT WIDGETS CHECKBUTTONS RADIOBUTTONS LISTBOXES FRAMES MENUS BINDING EVENTS TO WIDGETS myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 6. myTectra- Python Course Content -90191-91856 CHAPTER 10: REGULAR EXPRESSIONS INTRODUCTION SIMPLE CHARACTER MATCHES SPECIAL CHARACTERS CHARACTER CLASSES QUANTIFIERS THE DOT CHARACTER GREEDY MATCHES GROUPING MATCHING AT BEGINNING OR END MATCH OBJECTS SUBSTITUTING SPLITTING A STRING COMPILING REGULAR EXPRESSIONS FLAGS CHAPTER 11: DATA STRUCTURES RANGE LIST COMPREHENSIONS NESTED LIST COMPREHENSIONS DICTIONARY COMPREHENSIONS DICTIONARIES WITH COMPOUND VALUES PROCESSING LISTS IN PARALLEL FUNCTIONS DEFAULT PARAMETERS VARIABLE ARGUMENTS A DICTIONARY OF DICTIONARIES SPECIALIZED SORTS THE DEL STATEMENT TIME FUNCTIONALITY USING GENERATORS CHAPTER 12: WRITING GUIS IN PYTHON INTRODUCTION COMPONENTS AND EVENTS AN EXAMPLE GUI THE ROOT COMPONENT ADDING A BUTTON ENTRY WIDGETS TEXT WIDGETS CHECKBUTTONS RADIOBUTTONS LISTBOXES FRAMES MENUS BINDING EVENTS TO WIDGETS myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com
  • 7. myTectra- Python Course Content -90191-91856 CHAPTER 13: PYTHON AND CGI SCRIPTS INTRODUCTION HTML HTML FORMS A GUESTBOOK APPLICATION WHAT CAN GO WRONG! HTML TABLES THE CGI SCRIPT RENDERING OF THE SCRIPT CHAPTER 14: THE OS MODULE THE ENVIRONMENT LAUNCHING COMMANDS CREATING A PROCESS DIRECTORY COMMANDS OTHER PROCESS METHODS FILE INFORMATION (METADATA) MISCELLANEOUS OS CALLS WALKING THROUGH DIRECTORIES CHAPTER 15: NETWORK PROGRAMMING INTRODUCTION A DAYTIME SERVER CLIENTS AND SERVERS THE CLIENT PROGRAM THE SERVER PROGRAM RECAP AN EVALUATION CLIENT AND SERVER THE SERVER PORTION A THREADED SERVER APPENDIX A: WHAT YOU MIGHT NOT ALREADY KNOW WHAT IS AN ITERABLE? CREATING YOUR OWN ITERATORS GENERATORS THE FUNCTIONS ANY AND ALL THREAD FUNDAMENTALS SYNCHRONIZATION FORMATTING RECORDS SIGNALS THE PYTHON DEBUGGER (2.X) THE WITH STATEMENT DATA COMPRESSION myTectra Learning Solutions Private Limited 10P,IWWA Building,2nd Floor, BTM Layout 2nd Stage, Bangalore-560076 www.mytectra.com | +91 90191 91856 | info@mytectra.com