SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
PYTHON TRAINING COURSE CONTENT
SECTION 1: INTRODUCTION
 What’s python?
 Why do people use python?
 Some quotable quotes
 A python history lesson
 Advocacy news
 What’s python good for?
 What’s python not good for?
 The compulsory features list
 Python portability
 On apples and oranges
 Summary: why python?
SECTION 2: USING THE INTERPRETER
 How Python Runs Programs
 How You Run Programs
 Configuration Details
 Module Files: A First Look
 The Idle Interface
 Other Python Ides
 Time To Start Coding
 Lab Session 1
SECTION 3: TYPES AND OPERATORS
 A First Pass
 The ‘Big Picture’
 Numbers
 Dynamic Typing Interlude
 Strings
 Lists
 Dictionaries
 Tuples
 General Object Properties
 Summary: Python’s Type Hierarchies
 Built-In Type Gotchas
 Lab Session 2
SECTION 4: BASIC STATEMENTS
 General Syntax Concepts
 Expressions
 Print
 If Selections
 Python Syntax Rules
 Documentation Sources Interlude
 Truth Tests
 While Loops
 Break, Continue, Pass, And The Loop Else
 For Loops
 Comprehensions And Iterations
 Loop Coding Techniques
 Comprehensive Loop Examples
 Basic Coding Gotchas
 Preview: Program Unit Statements
 Lab Session 3
SECTION 5: FUNCTIONS
 Function Basics
 Scope Rules In Functions
 More On “Global” (And “Nonlocal”)
 More On “Return”
 More On Argument Passing
 Special Argument Matching Modes
 Odds And Ends
 Generator Expressions And Functions
 Function Design Concepts
 Functions Are Objects: Indirect Calls
 Function Gotchas
 Optional Case Study: Set Functions
 Lab Session 4
SECTION 6: MODULES
 Module Basics
 Module Files Are A Namespace
 Name Qualification
 Import Variants
 Reloading Modules
 Package Imports
 Odds And Ends
 Module Design Concepts
 Modules Are Objects: Metaprograms
 Module Gotchas
 Optional Case Study: A Shared Stack Module
 Lab Session 5
SECTION 7: GETTING STARED WITH DOCKER
 Oop: The Big Picture
 Class Basics
 A More Realistic Example
 Using The Class Statement
 Using Class Methods
 Customization Via Inheritance
 Specializing Inherited Methods
 Operator Overloading In Classes
 Namespace Rules: The Whole Story
 Oop Examples: Inheritance And Composition
 Classes And Methods Are Objects
 Odds And Ends
 New Style Classes
 Class Gotchas
 Optional Case Study: A Set Class
 Summary: Oop In Python
 Lab Session 6
SECTION 8: EXCEPTIONS
 Exception Basics
 First Examples
 Exception Idioms
 Exception Catching Modes
 Class Exceptions
 Exception Gotchas
 Lab Session 7
SECTION 9: BUILT-IN TOOLS OVERVIEW
 The Secret Handshake
 Debugging Options
 Inspecting Name-Spaces
 Dynamic Coding Tools
 Timing And Profiling Python Programs
 File Types And Packaging Options
 Development Tools For Larger Projects
 Summary: Python Tool-Set Layers
 Lab Session 7 Continued
SECTION 10: SYSTEM INTERFACES
 System Modules Overview
 Running Shell Commands
 Arguments, Streams, Shell Variables
 File Tools
 Directory Tools
 Forking Processes
 Thread Modules And Queues
 The Subprocess And Multiprocessing Modules
 Ipc Tools: Pipes, Sockets, Signals
 Fork Versis Spawnv
 Larger Examples
 Lab Session 8
SECTION 11 : GUI PROGRAMMING
 Python Gui Options
 The Tkinter ‘Hello World’ Program
 Adding Buttons, Frames, And Callbacks
 Getting Input From A User
 Assorted Tkinter Details
 Building Guis By Subclassing Frames
 Reusing Guis By Subclassing And Attaching
 Advanced Widgets: Images, Grids, And More
 Larger Examples
 Tkinter Odds And Ends
 Lab Session 8 Continued
SECTION 12: DATABASES AND PERSISTENCE
 Databases and Persistence
 Object Persistence: Shelves
 Storing Class Instances
 Pickling Objects Without Shelves
 Using Simple Dbm Files
 Shelve Gotchas
 Zodb Object-Oriented Database
 Python Sql Database Api
 Persistence Odds And Ends
 Lab Session 9
SECTION 13: TEXT PROCESSING
 String Objects: Review
 Splitting And Joining Strings
 Regular Expressions
 Parsing Languages
 Regular Expressions
 Lab Session 10
SECTION 14: INTERNET SCRIPTING
 Using Sockets In Python
 The Ftp Module
 Email Processing
 Other Client-Side Tools
 Building Web Sites With Python
 Writing Server-Side Cgi Scripts
 Jython: Python For Java Systems
 Active Scripting And Com
 Other Internet-Related Tools
 Lab Session 10
SECTION 15: ADVANCED TOPICS
 Unicode Text And Binary Data
 Managed Attributes
 Decorators
 Metaclasses
 Context Managers
 Python 3.X Changes
 Lab Session 13
LABORATORY EXERCISES
 Lab 1: Using The Interpreter
 Lab 2: Types And Operators
 Lab 3: Basic Statements
 Lab 4: Functions
 Lab 5: Modules
 Lab 6: Classes
 Lab 7: Exceptions And Built-In Tools
 Lab 8: System Interfaces And Guis
 Lab 9: Persistence
 Lab 10: Text Processing And The Internet
 Lab 11: Decorators And Metaclasses
Contact Info
+91 9884412301 | +91 9884312236 Know more about Python
info@credosystemz.com
New # 30, Old # 16A, Third Main Road,
Rajalakshmi Nagar, Velachery, Chennai
(Opp. to MuruganKalyanaMandapam)
BOOK A FREE DEMO

Más contenido relacionado

La actualidad más candente

Python - An Introduction
Python - An IntroductionPython - An Introduction
Python - An IntroductionSwarit Wadhe
 
Anton Kasyanov, Introduction to Python, Lecture1
Anton Kasyanov, Introduction to Python, Lecture1Anton Kasyanov, Introduction to Python, Lecture1
Anton Kasyanov, Introduction to Python, Lecture1Anton Kasyanov
 
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To PythonVanessa Rene
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1Kanchilug
 
Python libraries for data science
Python libraries for data sciencePython libraries for data science
Python libraries for data sciencenilashri2
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabusSugantha T
 
Python: the Project, the Language and the Style
Python: the Project, the Language and the StylePython: the Project, the Language and the Style
Python: the Project, the Language and the StyleJuan-Manuel Gimeno
 
Seminar report On Python
Seminar report On PythonSeminar report On Python
Seminar report On PythonShivam Gupta
 
The Onward Journey: Porting Twisted to Python 3
The Onward Journey: Porting Twisted to Python 3The Onward Journey: Porting Twisted to Python 3
The Onward Journey: Porting Twisted to Python 3Craig Rodrigues
 
Why Python?
Why Python?Why Python?
Why Python?Adam Pah
 
From Python to Kotlin - TalkingKT 2019
From Python to Kotlin - TalkingKT 2019From Python to Kotlin - TalkingKT 2019
From Python to Kotlin - TalkingKT 2019Horgix
 
Python-00 | Introduction and installing
Python-00 | Introduction and installingPython-00 | Introduction and installing
Python-00 | Introduction and installingMohd Sajjad
 
Python Programming ppt
Python Programming pptPython Programming ppt
Python Programming pptismailmrribi
 
Demystifying how imports work in Python
Demystifying how imports work in PythonDemystifying how imports work in Python
Demystifying how imports work in Pythonprodicus
 
Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming LanguageLaxman Puri
 

La actualidad más candente (20)

Python - An Introduction
Python - An IntroductionPython - An Introduction
Python - An Introduction
 
Anton Kasyanov, Introduction to Python, Lecture1
Anton Kasyanov, Introduction to Python, Lecture1Anton Kasyanov, Introduction to Python, Lecture1
Anton Kasyanov, Introduction to Python, Lecture1
 
Python part1
Python part1Python part1
Python part1
 
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
 
Algorithm Class- Python training in hyderabad, Python online training in hyde...
Algorithm Class- Python training in hyderabad, Python online training in hyde...Algorithm Class- Python training in hyderabad, Python online training in hyde...
Algorithm Class- Python training in hyderabad, Python online training in hyde...
 
Python quick guide1
Python quick guide1Python quick guide1
Python quick guide1
 
Python libraries for data science
Python libraries for data sciencePython libraries for data science
Python libraries for data science
 
Python course syllabus
Python course syllabusPython course syllabus
Python course syllabus
 
Python: the Project, the Language and the Style
Python: the Project, the Language and the StylePython: the Project, the Language and the Style
Python: the Project, the Language and the Style
 
Seminar report On Python
Seminar report On PythonSeminar report On Python
Seminar report On Python
 
Python - the basics
Python - the basicsPython - the basics
Python - the basics
 
Python
PythonPython
Python
 
The Onward Journey: Porting Twisted to Python 3
The Onward Journey: Porting Twisted to Python 3The Onward Journey: Porting Twisted to Python 3
The Onward Journey: Porting Twisted to Python 3
 
Why Python?
Why Python?Why Python?
Why Python?
 
From Python to Kotlin - TalkingKT 2019
From Python to Kotlin - TalkingKT 2019From Python to Kotlin - TalkingKT 2019
From Python to Kotlin - TalkingKT 2019
 
Python-00 | Introduction and installing
Python-00 | Introduction and installingPython-00 | Introduction and installing
Python-00 | Introduction and installing
 
Introduction to python
 Introduction to python Introduction to python
Introduction to python
 
Python Programming ppt
Python Programming pptPython Programming ppt
Python Programming ppt
 
Demystifying how imports work in Python
Demystifying how imports work in PythonDemystifying how imports work in Python
Demystifying how imports work in Python
 
Python Programming Language
Python Programming LanguagePython Programming Language
Python Programming Language
 

Similar a Python training-course-content

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
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyarsasikalaD3
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyarsasikalaD3
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyarsasikalaD3
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyarsasikalaD3
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyarsasikalaD3
 
Python training-course-content
Python training-course-contentPython training-course-content
Python training-course-contentTraining Institute
 
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
 
What’s New In Python 3.11 & Python 3.11.3 ?
What’s New In Python 3.11 & Python 3.11.3 ?What’s New In Python 3.11 & Python 3.11.3 ?
What’s New In Python 3.11 & Python 3.11.3 ?Inexture Solutions
 
Python 101 for the .NET Developer
Python 101 for the .NET DeveloperPython 101 for the .NET Developer
Python 101 for the .NET DeveloperSarah Dutkiewicz
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdfMultisoft Systems
 
CSP as a Domain-Specific Language Embedded in Python and Jython
CSP as a Domain-Specific Language Embedded in Python and JythonCSP as a Domain-Specific Language Embedded in Python and Jython
CSP as a Domain-Specific Language Embedded in Python and JythonM H
 
pycon-2015-liza-daly
pycon-2015-liza-dalypycon-2015-liza-daly
pycon-2015-liza-dalyLiza Daly
 
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
 

Similar a Python training-course-content (20)

Python Tutorial for Beginner
Python Tutorial for BeginnerPython Tutorial for Beginner
Python Tutorial for Beginner
 
Python-classes-in-mumbai
Python-classes-in-mumbaiPython-classes-in-mumbai
Python-classes-in-mumbai
 
Python-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdfPython-IT-Education-Centre-Syllabus.pdf
Python-IT-Education-Centre-Syllabus.pdf
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
Python training centre in adyar
Python training centre in adyarPython training centre in adyar
Python training centre in adyar
 
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
 
What’s New In Python 3.11 & Python 3.11.3 ?
What’s New In Python 3.11 & Python 3.11.3 ?What’s New In Python 3.11 & Python 3.11.3 ?
What’s New In Python 3.11 & Python 3.11.3 ?
 
Python 101 for the .NET Developer
Python 101 for the .NET DeveloperPython 101 for the .NET Developer
Python 101 for the .NET Developer
 
Python Programming
Python ProgrammingPython Programming
Python Programming
 
Lec 50
Lec 50Lec 50
Lec 50
 
Python django flash_Course Content.pdf
Python django flash_Course Content.pdfPython django flash_Course Content.pdf
Python django flash_Course Content.pdf
 
CSP as a Domain-Specific Language Embedded in Python and Jython
CSP as a Domain-Specific Language Embedded in Python and JythonCSP as a Domain-Specific Language Embedded in Python and Jython
CSP as a Domain-Specific Language Embedded in Python and Jython
 
pycon-2015-liza-daly
pycon-2015-liza-dalypycon-2015-liza-daly
pycon-2015-liza-daly
 
Py tut-handout
Py tut-handoutPy tut-handout
Py tut-handout
 
Summer Training Project On Python Programming
Summer Training Project On Python ProgrammingSummer Training Project On Python Programming
Summer Training Project On Python Programming
 
Python scripting training course
Python scripting training coursePython scripting training course
Python scripting training course
 

Último

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
 
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
 
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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
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
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
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
 
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
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Último (20)

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
 
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...
 
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
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
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
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
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
 
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...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

Python training-course-content

  • 1. PYTHON TRAINING COURSE CONTENT SECTION 1: INTRODUCTION  What’s python?  Why do people use python?  Some quotable quotes  A python history lesson  Advocacy news  What’s python good for?  What’s python not good for?  The compulsory features list  Python portability  On apples and oranges  Summary: why python? SECTION 2: USING THE INTERPRETER  How Python Runs Programs  How You Run Programs  Configuration Details  Module Files: A First Look  The Idle Interface  Other Python Ides  Time To Start Coding  Lab Session 1 SECTION 3: TYPES AND OPERATORS  A First Pass  The ‘Big Picture’  Numbers  Dynamic Typing Interlude  Strings  Lists  Dictionaries  Tuples  General Object Properties  Summary: Python’s Type Hierarchies
  • 2.  Built-In Type Gotchas  Lab Session 2 SECTION 4: BASIC STATEMENTS  General Syntax Concepts  Expressions  Print  If Selections  Python Syntax Rules  Documentation Sources Interlude  Truth Tests  While Loops  Break, Continue, Pass, And The Loop Else  For Loops  Comprehensions And Iterations  Loop Coding Techniques  Comprehensive Loop Examples  Basic Coding Gotchas  Preview: Program Unit Statements  Lab Session 3 SECTION 5: FUNCTIONS  Function Basics  Scope Rules In Functions  More On “Global” (And “Nonlocal”)  More On “Return”  More On Argument Passing  Special Argument Matching Modes  Odds And Ends  Generator Expressions And Functions  Function Design Concepts  Functions Are Objects: Indirect Calls  Function Gotchas  Optional Case Study: Set Functions  Lab Session 4 SECTION 6: MODULES  Module Basics  Module Files Are A Namespace  Name Qualification  Import Variants
  • 3.  Reloading Modules  Package Imports  Odds And Ends  Module Design Concepts  Modules Are Objects: Metaprograms  Module Gotchas  Optional Case Study: A Shared Stack Module  Lab Session 5 SECTION 7: GETTING STARED WITH DOCKER  Oop: The Big Picture  Class Basics  A More Realistic Example  Using The Class Statement  Using Class Methods  Customization Via Inheritance  Specializing Inherited Methods  Operator Overloading In Classes  Namespace Rules: The Whole Story  Oop Examples: Inheritance And Composition  Classes And Methods Are Objects  Odds And Ends  New Style Classes  Class Gotchas  Optional Case Study: A Set Class  Summary: Oop In Python  Lab Session 6 SECTION 8: EXCEPTIONS  Exception Basics  First Examples  Exception Idioms  Exception Catching Modes  Class Exceptions  Exception Gotchas  Lab Session 7 SECTION 9: BUILT-IN TOOLS OVERVIEW  The Secret Handshake  Debugging Options  Inspecting Name-Spaces
  • 4.  Dynamic Coding Tools  Timing And Profiling Python Programs  File Types And Packaging Options  Development Tools For Larger Projects  Summary: Python Tool-Set Layers  Lab Session 7 Continued SECTION 10: SYSTEM INTERFACES  System Modules Overview  Running Shell Commands  Arguments, Streams, Shell Variables  File Tools  Directory Tools  Forking Processes  Thread Modules And Queues  The Subprocess And Multiprocessing Modules  Ipc Tools: Pipes, Sockets, Signals  Fork Versis Spawnv  Larger Examples  Lab Session 8 SECTION 11 : GUI PROGRAMMING  Python Gui Options  The Tkinter ‘Hello World’ Program  Adding Buttons, Frames, And Callbacks  Getting Input From A User  Assorted Tkinter Details  Building Guis By Subclassing Frames  Reusing Guis By Subclassing And Attaching  Advanced Widgets: Images, Grids, And More  Larger Examples  Tkinter Odds And Ends  Lab Session 8 Continued SECTION 12: DATABASES AND PERSISTENCE  Databases and Persistence  Object Persistence: Shelves  Storing Class Instances  Pickling Objects Without Shelves  Using Simple Dbm Files
  • 5.  Shelve Gotchas  Zodb Object-Oriented Database  Python Sql Database Api  Persistence Odds And Ends  Lab Session 9 SECTION 13: TEXT PROCESSING  String Objects: Review  Splitting And Joining Strings  Regular Expressions  Parsing Languages  Regular Expressions  Lab Session 10 SECTION 14: INTERNET SCRIPTING  Using Sockets In Python  The Ftp Module  Email Processing  Other Client-Side Tools  Building Web Sites With Python  Writing Server-Side Cgi Scripts  Jython: Python For Java Systems  Active Scripting And Com  Other Internet-Related Tools  Lab Session 10 SECTION 15: ADVANCED TOPICS  Unicode Text And Binary Data  Managed Attributes  Decorators  Metaclasses  Context Managers  Python 3.X Changes  Lab Session 13 LABORATORY EXERCISES  Lab 1: Using The Interpreter  Lab 2: Types And Operators  Lab 3: Basic Statements  Lab 4: Functions  Lab 5: Modules  Lab 6: Classes  Lab 7: Exceptions And Built-In Tools
  • 6.  Lab 8: System Interfaces And Guis  Lab 9: Persistence  Lab 10: Text Processing And The Internet  Lab 11: Decorators And Metaclasses Contact Info +91 9884412301 | +91 9884312236 Know more about Python info@credosystemz.com New # 30, Old # 16A, Third Main Road, Rajalakshmi Nagar, Velachery, Chennai (Opp. to MuruganKalyanaMandapam) BOOK A FREE DEMO