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

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
 
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
 
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
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja 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
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 

Recently uploaded (20)

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...
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 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
 
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Ữ Â...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
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
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 

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