SlideShare a Scribd company logo
1 of 51
Download to read offline
Python Online Training
Contact : (USA) +1 815.493.5018 (IND) +91 8977262627 (HYD) 040-65862627 info@qatraininghub.com
ABOUT THE COURSE:
• Python is one of flexible and open source language which
is easy to use and learn. Python has been used in scientific
computing and domains like finance, gas, oil and signal
processing. QA Training Hub Python Online Training not
only teaches fundamentals but also helps to gain
experience on Data Science.
WHY LEARN PYTHON?
• It is continued to best choice for data scientists
• It runs on Windows, Linux or Mac OS
COURSE FEATURES:
• Instructor Led Live Sessions
• Real life case studies
• Assignments
• Lifetime Access
• 24x7 Expert Assistance
WHO SHOULD GO FOR THIS COURSE?
• Data Scientist & Data Analyst
• Programmers, developers, architects and technical leads
• Business Analysts
• Project Managers
WHAT ARE PREREQUISITES?
• Basic understanding of computer programs
• Basics of Data Analysis Concepts
COURSE CONTENT
• Module 1>> Introduction to Script
• What is SCRIPT
• What is a program?
• Types of Scripts
• Difference between Script & Programming Languages
• Features of Scripting
• Limitation of Scripting
• Types of programming Language Paradigms
• Module 2 >> Introduction to Python
• What is Python?
• Why Python?
• Who Uses Python?
• Characteristics of Python
• History of Python
• What is PSF?
• Python Versions
• How to Download
• How to Install Python
• Install Python with Diff IDEs
• Features of Python
• Limitations of Python
• Python Applications
• Creating Your First Python Program
• Printing to the Screen
• Reading Keyboard Input
• Using Command Prompt and GUI or IDE
• Python Distributions
• Module 3 >> Different Modes in PYTHON
• Execute the Script
• Interactive Mode
• Script Mode
• Python File Extensions
• SETTING PATH IN Windows
• Clear screen inside python
• Learn Python Main Function
• Python Comments
• Quit the Python Shell
• Shell as a Simple Calculator
• Order of operations
• Multiline Statements
• Quotations in Python
• Python Path Testing
• Joining two lines
• Python Implementation Alternatives
• Python Sub Packages
• Uses of Python in Data Science
• USES OF PYTHON IN IOT
• Working with Python in Unix/Linux/Windows/Mac/Android..!!
• Module 4 >> PYTHON NEW IDEs
• PyCharm IDE
• How to Work on PyCharm
• PyCharm Components
• Debugging process in PyCharm
• PYTHON Install Anaconda
• What is Anaconda?
• Coding Environments
• Spyder Components
• General Spyder Features
• Spyder Shortcut Keys
• Jupyter Notebook
• What is Conda?
• Conda List?
• Jupyter and Kernels
• What is PIP?
• Module 5 >>Variables in Python
• What is Variable?
• Variables in Python
• Constants in Python
• Variable and Value
• Variable names
• Mnemonic Variable Names
• Values and Types
• What Does "Type" Mean?
• Multiple Assignment
• Python different numerical types
• Standard Data Types
• Operators and Operands
• Order of Operations
• Swap variables
• Python Mathematics
• Type Conversion
• Mutable Versus Immutable Objects
• Module 6 >> String Handling in Python
• String Handling
• What is string?
• String operations
• String indices
• Basic String Operations
• String Functions, Methods
• Delete a string
• String Multiplication and concatenation
• Python Keywords
• Python Identifiers
• Python Literals
• String Formatting Operator
• Structuring with indentation in Python
• Built-in String Methods
• Define Data Structure?
• Data Structures in PYTHON
• Module 7 >> Python Operators and Operands
• Arithmetic Operators
• Relational Operators
• Comparison Operators
• Python Assignment Operators
• Short hand Assignment Operators
• Logical Operators or Bitwise Operators
• Membership Operators
• Identity Operators
• Operator precedence
• Evaluating Expressions
• Module 8 >>Python Conditional Statements:
• How to use "if condition" in conditional structures
• if statement (One-Way Decisions)
• if .. else statement (Two-way Decisions)
• How to use "else condition"
• if .. elif .. else statement (Multi-way)
• When "else condition" does not work
• How to use "elif" condition
• How to execute conditional statement with minimal code
• Nested IF Statement
• Module 9 >>Python LOOPS
• How to use "While Loop"
• How to use "For Loop"
• How to use For Loop for set of other things besides numbers
• Break statements in For Loop
• Continue statement in For Loop
• Enumerate function for For Loop
• Practical Example
• How to use for loop to repeat the same statement over and again
• Break, continue statements
• Module 10 >>Learning Python Strings
• Accessing Values in Strings
• Various String Operators
• Some more examples
• Python String replace() Method
• Changing upper and lower case strings
• Using "join" function for the string
• Reversing String
• Split Strings
• Module 11 >>Sequence or Collections in PYTHON
• Strings
• Unicode Strings
• Lists
• Tuples
• buffers
• xrange
• Module 12 >>Python Lists
• Lists are mutable
• Getting to Lists
• List indices
• Traversing a list
• List operations
• List slices
• List methods
• Map, filter and reduce
• Deleting elements
• Lists and strings
• Module 13 >>Python TUPLE
• Advantages of Tuple over List
• Packing and Unpacking
• Comparing tuples
• Creating nested tuple
• Using tuples as keys in dictionaries
• Deleting Tuples
• Slicing of Tuple
• Tuple Membership Test
• Built-in functions with Tuple
• Dotted Charts
• Module 14 >>Python Sets
• How to create a set?
• Iteration Over Sets
• Python Set Methods
• Python Set Operations
• Union of sets
• Built-in Functions with Set
• Python Frozenset
• Module 15 >>Python Dictionary
• How to create a dictionary?
• PYTHON HASHING?
• Python Dictionary Methods
• Copying dictionary
• Updating Dictionary
• Delete Keys from the dictionary
• Dictionary items() Method
• Sorting the Dictionary
• Python Dictionary in-built Functions
• Dictionary len() Method
• Variable Types
• Python List cmp() Method
• Dictionary Str(dict)
• Module 16 >>Python Functions
• What is a function?
• How to define and call a function in Python
• Types of Functions
• Significance of Indentation (Space) in Python
• How Function Return Value?
• Types of Arguments in Functions
• Default Arguments
• Non-Default Arguments
• Keyword Arguments
• Non-keyword Arguments
• Arbitrary Arguments
• Rules to define a function in Python
• Various Forms of Function Arguments
• Scope and Lifetime of variables
• Nested Functions
• Call By Value, Call by Reference
• Anonymous Functions/Lambda functions
• Passing functions to function
• map(), filter(), reduce() functions
• What is a Docstring?
• Module 17 >>Python Modules
• What is a Module?
• Types of Modules
• The import Statement
• The from...import Statement
• from...import * Statement
• Underscores in Python
• The dir( ) Function
• Creating User defined Modules
• Command line Arguments
• Python Module Search Path
• Module 18 >>Packages in Python
• What is a Package?
• Introduction to Packages?
• __init__.py file
• Importing module from a package
• Creating a Package
• Creating Sub Package
• Importing from Sub-Packages
• Popular Python Packages
• Module 19 >>Python Date & Time
• Python Date & Time
• How to Use Date & DateTime Class
• How to Format Time Output
• How to use Timedelta Objects
• Calendar in Python
• datetime classes in Python
• How to Format Time Output?
• The time Module
• Python Calendar Module
• Python TextCalendar
• Python HTMLCalendar Class
• Unix Date and Time Commands
• Module 20 >>File Handling in Python
• What is a data, Information File?
• File Objects
• File Different Modes
• file Object Attributes
• How to create a Text File
• How to Append Data to a File
• How to Read a File
• Closing a file
• Read, read line ,read lines, write, write lines…!!
• Renaming and Deleting Files
• Directories in Python
• Working with CSV files
• Working with CSV Module
• Handling IO Exceptions
• Module 21 >>Python OS Module
• Shell Script Commands
• Various OS operations in Python
• Python File System Shell Methods
• Module 22 >>Python Exception Handling
• Python Exception Handling
• Python Errors
• Common RunTime Errors in PYTHON
• Abnormal termination
• Chain of importance Of Exception
• Exception Handling
• Try … Except
• Try .. Except .. else
• Try … finally
• Argument of an Exception
• Python Custom Exceptions
• Ignore Errors
• Assertions
• UsingAssertionsEffectively
• Module 23 >>More Advanced PYTHON
• Python Iterators
• Python Generators
• Python Closures
• Python Decorators
• Python @property
• Module 24 >>Python Class & Objects
• Introduction to OOPs Programming
• Object Oriented Programming System
• OOPS Principles
• Define Classes
• Creating Objects
• Class variables and Instance Variables Constructors
• Basic concept of Object and Classes
• Access Modifiers
• How to define Python classes
• Python Namespace
• Self-variable in python
• Garbage Collection
• What is Inheritance? Types of Inheritance?
• How Inheritance works?
• Python Multiple Inheritance
• Overloading and Over Riding
• Polymorphism
• Abstraction
• Encapsulation
• Built-In Class Attributes
• Module 25 >>Python Regular Expressions
• What is Regular Expression?
• Regular Expression Syntax
• Understanding Regular Expressions
• Regular Expression Patterns
• Literal characters
• Repetition Cases
• Example of w+ and ^ Expression
• Example of s expression in re.split function
• Using regular expression methods
• Using re.match()
• Finding Pattern in Text (re.search())
• Using re.findall for text
• Module 26 >>Python XML Parser
• What is XML?
• Difference between XML and HTML
• Difference between XML and JSON and Gson
• How to Parse XML
• How to Create XML Node
• Python vs JAVA
• XML and HTML
• Module 27 >>Python-Data Base Communication
• What is Database? Types of Databases?
• What is DBMS?
• What is RDBMS?
• What is Big Data? Types of data?
• Oracle
• MySQL
• SQL server
• Executing the Queries
• Executing DML Operations..!!
• Module 28 >>Multi-Threading
• What is Multi-Threading
• Threading Module
• Defining a Thread
• Thread Synchronization
• Serial Programming
• Module 29 >>Intro to Web scrapping
• The components of a web page
• BeautifulSoup
• HTML,CSS,JS,jQuery
• Dataframes
• Installing External Modules Using PIP
• Module 30 >>Intro to Data Analytics
• Introduction to data Big Data?
• Introduction to NumPY and SciPY
• Introduction to Pandas and MatPlotLib
• Module 31 >>Introduction to Machine Learning with PYTHON
• What is Machine learning?
• Machine Learning Methods
• Predictive Models
• Descriptive Models
• What are the steps used in Machine Learning?
• What is Deep Learning?
• Module 32 >>Intro to Data Science
• Intro to Data Science
• What is Data Science?
• Data Science Life Cycle?
• What is Data Analysis
• What is Data Mining
• Analytics vs Data Science
• Module 33 >>Intro to Internet of Things
• IMPACT OF THE INTERNET
• What is IOT
• History of IoT
• What is Network?
• What is Protocol?
• What is smart?
• How IoT Works?
• The Future of IoT
info@qatraininghub.com
(USA) +1 815.493.5018
(IND) +91 8977262627
(HYD) 040-65862627

More Related Content

What's hot (20)

Python final ppt
Python final pptPython final ppt
Python final ppt
 
Programming
ProgrammingProgramming
Programming
 
Python Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | EdurekaPython Basics | Python Tutorial | Edureka
Python Basics | Python Tutorial | Edureka
 
Introduction to Python
Introduction to PythonIntroduction to Python
Introduction to Python
 
Introduction to Python Basics Programming
Introduction to Python Basics ProgrammingIntroduction to Python Basics Programming
Introduction to Python Basics Programming
 
Python basic syntax
Python basic syntaxPython basic syntax
Python basic syntax
 
Python programming
Python programmingPython programming
Python programming
 
Python Tutorial Part 1
Python Tutorial Part 1Python Tutorial Part 1
Python Tutorial Part 1
 
Python presentation by Monu Sharma
Python presentation by Monu SharmaPython presentation by Monu Sharma
Python presentation by Monu Sharma
 
Get started python programming part 1
Get started python programming   part 1Get started python programming   part 1
Get started python programming part 1
 
python presentation
python presentationpython presentation
python presentation
 
Python PPT
Python PPTPython PPT
Python PPT
 
Python basic
Python basicPython basic
Python basic
 
Python basics
Python basicsPython basics
Python basics
 
Basics of python
Basics of pythonBasics of python
Basics of python
 
Python by Rj
Python by RjPython by Rj
Python by Rj
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Presentation on python
Presentation on pythonPresentation on python
Presentation on python
 
Interactive Python PPT with animations
Interactive Python PPT with animationsInteractive Python PPT with animations
Interactive Python PPT with animations
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 

Similar to Best Python Online Training with Live Project by Expert

Python-Magnitia-ToC.pdf
Python-Magnitia-ToC.pdfPython-Magnitia-ToC.pdf
Python-Magnitia-ToC.pdfAnanthReddy38
 
Introduction to Python and Django
Introduction to Python and DjangoIntroduction to Python and Django
Introduction to Python and Djangosolutionstreet
 
Paython courses in pune ppt
Paython courses in pune pptPaython courses in pune ppt
Paython courses in pune pptsambhajimeher
 
Python indroduction
Python indroductionPython indroduction
Python indroductionFEG
 
PYTHON_WORLD.pptx
PYTHON_WORLD.pptxPYTHON_WORLD.pptx
PYTHON_WORLD.pptxUr's HAyath
 
Python training in hyderabad
Python training in hyderabadPython training in hyderabad
Python training in hyderabadRajitha D
 
Intro to Python for C# Developers
Intro to Python for C# DevelopersIntro to Python for C# Developers
Intro to Python for C# DevelopersSarah Dutkiewicz
 
What is Python?
What is Python?What is Python?
What is Python?PranavSB
 
6 Months PHP internship in Noida
6 Months PHP internship in Noida6 Months PHP internship in Noida
6 Months PHP internship in NoidaTech Mentro
 
Python classes mumbai
Python classes mumbaiPython classes mumbai
Python classes mumbaiRavikumaR6076
 
Object Oriented Programming in Swift Ch0 - Encapsulation
Object Oriented Programming in Swift Ch0 - EncapsulationObject Oriented Programming in Swift Ch0 - Encapsulation
Object Oriented Programming in Swift Ch0 - EncapsulationChihyang Li
 
Introduction to Jupyter notebook and MS Azure Machine Learning Studio
Introduction to Jupyter notebook and MS Azure Machine Learning StudioIntroduction to Jupyter notebook and MS Azure Machine Learning Studio
Introduction to Jupyter notebook and MS Azure Machine Learning StudioMuralidharan Deenathayalan
 

Similar to Best Python Online Training with Live Project by Expert (20)

Python
PythonPython
Python
 
Introduction_to_Python.pptx
Introduction_to_Python.pptxIntroduction_to_Python.pptx
Introduction_to_Python.pptx
 
Python
PythonPython
Python
 
Python-Magnitia-ToC.pdf
Python-Magnitia-ToC.pdfPython-Magnitia-ToC.pdf
Python-Magnitia-ToC.pdf
 
Python certification training
Python certification trainingPython certification training
Python certification training
 
Introduction to Python and Django
Introduction to Python and DjangoIntroduction to Python and Django
Introduction to Python and Django
 
Paython courses in pune ppt
Paython courses in pune pptPaython courses in pune ppt
Paython courses in pune ppt
 
Python indroduction
Python indroductionPython indroduction
Python indroduction
 
PYTHON_WORLD.pptx
PYTHON_WORLD.pptxPYTHON_WORLD.pptx
PYTHON_WORLD.pptx
 
Python Training in Hyderabad
Python Training in HyderabadPython Training in Hyderabad
Python Training in Hyderabad
 
Python training in hyderabad
Python training in hyderabadPython training in hyderabad
Python training in hyderabad
 
Intro to Python for C# Developers
Intro to Python for C# DevelopersIntro to Python for C# Developers
Intro to Python for C# Developers
 
Python Training.pdf
Python Training.pdfPython Training.pdf
Python Training.pdf
 
Python Training.pdf
Python Training.pdfPython Training.pdf
Python Training.pdf
 
Python Training.pdf
Python Training.pdfPython Training.pdf
Python Training.pdf
 
What is Python?
What is Python?What is Python?
What is Python?
 
6 Months PHP internship in Noida
6 Months PHP internship in Noida6 Months PHP internship in Noida
6 Months PHP internship in Noida
 
Python classes mumbai
Python classes mumbaiPython classes mumbai
Python classes mumbai
 
Object Oriented Programming in Swift Ch0 - Encapsulation
Object Oriented Programming in Swift Ch0 - EncapsulationObject Oriented Programming in Swift Ch0 - Encapsulation
Object Oriented Programming in Swift Ch0 - Encapsulation
 
Introduction to Jupyter notebook and MS Azure Machine Learning Studio
Introduction to Jupyter notebook and MS Azure Machine Learning StudioIntroduction to Jupyter notebook and MS Azure Machine Learning Studio
Introduction to Jupyter notebook and MS Azure Machine Learning Studio
 

More from QA TrainingHub

Microsoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & OverviewMicrosoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & OverviewQA TrainingHub
 
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python TutorialPython | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python TutorialQA TrainingHub
 
Bootstrap training basics tutorial | Bootstrap Essentials
Bootstrap training basics tutorial | Bootstrap EssentialsBootstrap training basics tutorial | Bootstrap Essentials
Bootstrap training basics tutorial | Bootstrap EssentialsQA TrainingHub
 
Css training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentialsCss training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentialsQA TrainingHub
 
Unix Tutorial & overview
Unix Tutorial & overviewUnix Tutorial & overview
Unix Tutorial & overviewQA TrainingHub
 
Java script Tutorial - QaTrainingHub
Java script Tutorial - QaTrainingHubJava script Tutorial - QaTrainingHub
Java script Tutorial - QaTrainingHubQA TrainingHub
 
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627QA TrainingHub
 

More from QA TrainingHub (7)

Microsoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & OverviewMicrosoft sql-server-2016 Tutorial & Overview
Microsoft sql-server-2016 Tutorial & Overview
 
Python | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python TutorialPython | What is Python | History of Python | Python Tutorial
Python | What is Python | History of Python | Python Tutorial
 
Bootstrap training basics tutorial | Bootstrap Essentials
Bootstrap training basics tutorial | Bootstrap EssentialsBootstrap training basics tutorial | Bootstrap Essentials
Bootstrap training basics tutorial | Bootstrap Essentials
 
Css training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentialsCss training tutorial css3 & css4 essentials
Css training tutorial css3 & css4 essentials
 
Unix Tutorial & overview
Unix Tutorial & overviewUnix Tutorial & overview
Unix Tutorial & overview
 
Java script Tutorial - QaTrainingHub
Java script Tutorial - QaTrainingHubJava script Tutorial - QaTrainingHub
Java script Tutorial - QaTrainingHub
 
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627QA Online Training in Hyderabad - 040 65862627, +91 8977262627
QA Online Training in Hyderabad - 040 65862627, +91 8977262627
 

Recently uploaded

Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...Nguyen Thanh Tu Collection
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxryandux83rd
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipKarl Donert
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...Nguyen Thanh Tu Collection
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineCeline George
 
The Emergence of Legislative Behavior in the Colombian Congress
The Emergence of Legislative Behavior in the Colombian CongressThe Emergence of Legislative Behavior in the Colombian Congress
The Emergence of Legislative Behavior in the Colombian CongressMaria Paula Aroca
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Osopher
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...Nguyen Thanh Tu Collection
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...DrVipulVKapoor
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 

Recently uploaded (20)

Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
BÀI TẬP BỔ TRỢ 4 KĨ NĂNG TIẾNG ANH LỚP 8 - CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC ...
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Employablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptxEmployablity presentation and Future Career Plan.pptx
Employablity presentation and Future Career Plan.pptx
 
The role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenshipThe role of Geography in climate education: science and active citizenship
The role of Geography in climate education: science and active citizenship
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
CHUYÊN ĐỀ ÔN THEO CÂU CHO HỌC SINH LỚP 12 ĐỂ ĐẠT ĐIỂM 5+ THI TỐT NGHIỆP THPT ...
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
How to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command LineHow to Uninstall a Module in Odoo 17 Using Command Line
How to Uninstall a Module in Odoo 17 Using Command Line
 
The Emergence of Legislative Behavior in the Colombian Congress
The Emergence of Legislative Behavior in the Colombian CongressThe Emergence of Legislative Behavior in the Colombian Congress
The Emergence of Legislative Behavior in the Colombian Congress
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
Geoffrey Chaucer Works II UGC NET JRF TGT PGT MA PHD Entrance Exam II History...
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 

Best Python Online Training with Live Project by Expert

  • 1. Python Online Training Contact : (USA) +1 815.493.5018 (IND) +91 8977262627 (HYD) 040-65862627 info@qatraininghub.com
  • 2. ABOUT THE COURSE: • Python is one of flexible and open source language which is easy to use and learn. Python has been used in scientific computing and domains like finance, gas, oil and signal processing. QA Training Hub Python Online Training not only teaches fundamentals but also helps to gain experience on Data Science.
  • 3. WHY LEARN PYTHON? • It is continued to best choice for data scientists • It runs on Windows, Linux or Mac OS
  • 4. COURSE FEATURES: • Instructor Led Live Sessions • Real life case studies • Assignments • Lifetime Access • 24x7 Expert Assistance
  • 5. WHO SHOULD GO FOR THIS COURSE? • Data Scientist & Data Analyst • Programmers, developers, architects and technical leads • Business Analysts • Project Managers
  • 6. WHAT ARE PREREQUISITES? • Basic understanding of computer programs • Basics of Data Analysis Concepts
  • 7. COURSE CONTENT • Module 1>> Introduction to Script • What is SCRIPT • What is a program? • Types of Scripts • Difference between Script & Programming Languages • Features of Scripting • Limitation of Scripting • Types of programming Language Paradigms
  • 8. • Module 2 >> Introduction to Python • What is Python? • Why Python? • Who Uses Python? • Characteristics of Python • History of Python • What is PSF? • Python Versions • How to Download
  • 9. • How to Install Python • Install Python with Diff IDEs • Features of Python • Limitations of Python • Python Applications • Creating Your First Python Program • Printing to the Screen • Reading Keyboard Input • Using Command Prompt and GUI or IDE • Python Distributions
  • 10. • Module 3 >> Different Modes in PYTHON • Execute the Script • Interactive Mode • Script Mode • Python File Extensions • SETTING PATH IN Windows • Clear screen inside python • Learn Python Main Function • Python Comments • Quit the Python Shell
  • 11. • Shell as a Simple Calculator • Order of operations • Multiline Statements • Quotations in Python • Python Path Testing • Joining two lines • Python Implementation Alternatives • Python Sub Packages • Uses of Python in Data Science • USES OF PYTHON IN IOT • Working with Python in Unix/Linux/Windows/Mac/Android..!!
  • 12. • Module 4 >> PYTHON NEW IDEs • PyCharm IDE • How to Work on PyCharm • PyCharm Components • Debugging process in PyCharm • PYTHON Install Anaconda • What is Anaconda? • Coding Environments • Spyder Components
  • 13. • General Spyder Features • Spyder Shortcut Keys • Jupyter Notebook • What is Conda? • Conda List? • Jupyter and Kernels • What is PIP?
  • 14. • Module 5 >>Variables in Python • What is Variable? • Variables in Python • Constants in Python • Variable and Value • Variable names • Mnemonic Variable Names • Values and Types • What Does "Type" Mean?
  • 15. • Multiple Assignment • Python different numerical types • Standard Data Types • Operators and Operands • Order of Operations • Swap variables • Python Mathematics • Type Conversion • Mutable Versus Immutable Objects
  • 16. • Module 6 >> String Handling in Python • String Handling • What is string? • String operations • String indices • Basic String Operations • String Functions, Methods • Delete a string
  • 17. • String Multiplication and concatenation • Python Keywords • Python Identifiers • Python Literals • String Formatting Operator • Structuring with indentation in Python • Built-in String Methods • Define Data Structure? • Data Structures in PYTHON
  • 18. • Module 7 >> Python Operators and Operands • Arithmetic Operators • Relational Operators • Comparison Operators • Python Assignment Operators • Short hand Assignment Operators • Logical Operators or Bitwise Operators • Membership Operators • Identity Operators • Operator precedence • Evaluating Expressions
  • 19. • Module 8 >>Python Conditional Statements: • How to use "if condition" in conditional structures • if statement (One-Way Decisions) • if .. else statement (Two-way Decisions) • How to use "else condition" • if .. elif .. else statement (Multi-way) • When "else condition" does not work • How to use "elif" condition • How to execute conditional statement with minimal code • Nested IF Statement
  • 20. • Module 9 >>Python LOOPS • How to use "While Loop" • How to use "For Loop" • How to use For Loop for set of other things besides numbers • Break statements in For Loop • Continue statement in For Loop • Enumerate function for For Loop • Practical Example • How to use for loop to repeat the same statement over and again • Break, continue statements
  • 21. • Module 10 >>Learning Python Strings • Accessing Values in Strings • Various String Operators • Some more examples • Python String replace() Method • Changing upper and lower case strings • Using "join" function for the string • Reversing String • Split Strings
  • 22. • Module 11 >>Sequence or Collections in PYTHON • Strings • Unicode Strings • Lists • Tuples • buffers • xrange
  • 23. • Module 12 >>Python Lists • Lists are mutable • Getting to Lists • List indices • Traversing a list • List operations • List slices • List methods • Map, filter and reduce • Deleting elements • Lists and strings
  • 24. • Module 13 >>Python TUPLE • Advantages of Tuple over List • Packing and Unpacking • Comparing tuples • Creating nested tuple • Using tuples as keys in dictionaries • Deleting Tuples • Slicing of Tuple • Tuple Membership Test • Built-in functions with Tuple • Dotted Charts
  • 25. • Module 14 >>Python Sets • How to create a set? • Iteration Over Sets • Python Set Methods • Python Set Operations • Union of sets • Built-in Functions with Set • Python Frozenset
  • 26. • Module 15 >>Python Dictionary • How to create a dictionary? • PYTHON HASHING? • Python Dictionary Methods • Copying dictionary • Updating Dictionary • Delete Keys from the dictionary
  • 27. • Dictionary items() Method • Sorting the Dictionary • Python Dictionary in-built Functions • Dictionary len() Method • Variable Types • Python List cmp() Method • Dictionary Str(dict)
  • 28. • Module 16 >>Python Functions • What is a function? • How to define and call a function in Python • Types of Functions • Significance of Indentation (Space) in Python • How Function Return Value? • Types of Arguments in Functions • Default Arguments
  • 29. • Non-Default Arguments • Keyword Arguments • Non-keyword Arguments • Arbitrary Arguments • Rules to define a function in Python • Various Forms of Function Arguments • Scope and Lifetime of variables • Nested Functions • Call By Value, Call by Reference • Anonymous Functions/Lambda functions • Passing functions to function • map(), filter(), reduce() functions • What is a Docstring?
  • 30. • Module 17 >>Python Modules • What is a Module? • Types of Modules • The import Statement • The from...import Statement • from...import * Statement • Underscores in Python • The dir( ) Function • Creating User defined Modules • Command line Arguments • Python Module Search Path
  • 31. • Module 18 >>Packages in Python • What is a Package? • Introduction to Packages? • __init__.py file • Importing module from a package • Creating a Package • Creating Sub Package • Importing from Sub-Packages • Popular Python Packages
  • 32. • Module 19 >>Python Date & Time • Python Date & Time • How to Use Date & DateTime Class • How to Format Time Output • How to use Timedelta Objects • Calendar in Python • datetime classes in Python • How to Format Time Output?
  • 33. • The time Module • Python Calendar Module • Python TextCalendar • Python HTMLCalendar Class • Unix Date and Time Commands
  • 34. • Module 20 >>File Handling in Python • What is a data, Information File? • File Objects • File Different Modes • file Object Attributes • How to create a Text File • How to Append Data to a File • How to Read a File
  • 35. • Closing a file • Read, read line ,read lines, write, write lines…!! • Renaming and Deleting Files • Directories in Python • Working with CSV files • Working with CSV Module • Handling IO Exceptions
  • 36. • Module 21 >>Python OS Module • Shell Script Commands • Various OS operations in Python • Python File System Shell Methods
  • 37. • Module 22 >>Python Exception Handling • Python Exception Handling • Python Errors • Common RunTime Errors in PYTHON • Abnormal termination • Chain of importance Of Exception • Exception Handling • Try … Except • Try .. Except .. else
  • 38. • Try … finally • Argument of an Exception • Python Custom Exceptions • Ignore Errors • Assertions • UsingAssertionsEffectively
  • 39. • Module 23 >>More Advanced PYTHON • Python Iterators • Python Generators • Python Closures • Python Decorators • Python @property
  • 40. • Module 24 >>Python Class & Objects • Introduction to OOPs Programming • Object Oriented Programming System • OOPS Principles • Define Classes • Creating Objects • Class variables and Instance Variables Constructors • Basic concept of Object and Classes • Access Modifiers • How to define Python classes
  • 41. • Python Namespace • Self-variable in python • Garbage Collection • What is Inheritance? Types of Inheritance? • How Inheritance works? • Python Multiple Inheritance • Overloading and Over Riding • Polymorphism • Abstraction • Encapsulation • Built-In Class Attributes
  • 42. • Module 25 >>Python Regular Expressions • What is Regular Expression? • Regular Expression Syntax • Understanding Regular Expressions • Regular Expression Patterns • Literal characters • Repetition Cases • Example of w+ and ^ Expression • Example of s expression in re.split function • Using regular expression methods • Using re.match() • Finding Pattern in Text (re.search()) • Using re.findall for text
  • 43. • Module 26 >>Python XML Parser • What is XML? • Difference between XML and HTML • Difference between XML and JSON and Gson • How to Parse XML • How to Create XML Node • Python vs JAVA • XML and HTML
  • 44. • Module 27 >>Python-Data Base Communication • What is Database? Types of Databases? • What is DBMS? • What is RDBMS? • What is Big Data? Types of data? • Oracle • MySQL • SQL server • Executing the Queries • Executing DML Operations..!!
  • 45. • Module 28 >>Multi-Threading • What is Multi-Threading • Threading Module • Defining a Thread • Thread Synchronization • Serial Programming
  • 46. • Module 29 >>Intro to Web scrapping • The components of a web page • BeautifulSoup • HTML,CSS,JS,jQuery • Dataframes • Installing External Modules Using PIP
  • 47. • Module 30 >>Intro to Data Analytics • Introduction to data Big Data? • Introduction to NumPY and SciPY • Introduction to Pandas and MatPlotLib
  • 48. • Module 31 >>Introduction to Machine Learning with PYTHON • What is Machine learning? • Machine Learning Methods • Predictive Models • Descriptive Models • What are the steps used in Machine Learning? • What is Deep Learning?
  • 49. • Module 32 >>Intro to Data Science • Intro to Data Science • What is Data Science? • Data Science Life Cycle? • What is Data Analysis • What is Data Mining • Analytics vs Data Science
  • 50. • Module 33 >>Intro to Internet of Things • IMPACT OF THE INTERNET • What is IOT • History of IoT • What is Network? • What is Protocol? • What is smart? • How IoT Works? • The Future of IoT
  • 51. info@qatraininghub.com (USA) +1 815.493.5018 (IND) +91 8977262627 (HYD) 040-65862627