0% found this document useful (0 votes)
18 views11 pages

Python Elearning Content

Uploaded by

iamak7297
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
18 views11 pages

Python Elearning Content

Uploaded by

iamak7297
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 11

Certification in Data

Analytics using Python


E-learning
Introduction
Unlock insights and excel in your career
with Python certification!
Data science is an interdisciplinary academic field that
combines statistical analysis, machine learning and
computer science to extract valuable insights from data.
With the increasing demand for data-driven decision-
making and the rise of big data, data science has become a
critical component of many industries. It integrates domain
knowledge from any sector, making it a versatile and
powerful tool for businesses of all kinds.

Python is one of the most popular programming languages


used by data scientists, supporting object-oriented,
structured, and functional programming paradigms.
Earning a Python certification demonstrates a high level of
proficiency in the data science field.

Grant Thornton Bharat’s LearninGT is pleased to announce


the launch of its training programme called Certification
in Data Analytics using Python. This course is designed
to introduce participants to the basics of Python, Python
for data science, and statistics for Python. Participants
will learn how to write basic programmes in Python and
understand the fundamentals of the language, including
variables, data types, operators, and control structures.
They will also learn how to use popular libraries such as
NumPy and Pandas to manipulate data and create data
visualisations.

By using data science techniques, organisations can


uncover patterns, trends and insights that can
help them make more informed decisions, improve business
processes, and develop new products
and services. Whether you are a business owner, a data
analyst or simply interested in learning
more about this exciting field, exploring the world of data
science can help in opening a world
of possibilities.

2 | Certification in Data Analytics using Python


Programme objectives

Equipping participants with a solid understanding of data analytics techniques, such as data
manipulation, visualisation and statistical analysis to derive insights and make data-driven decisions.

Training participants in logical thinking, problem-solving, and critical thinking skills, which are necessary for
solving real-world problems in Python and other programming languages.

Developing an understanding of the basic concepts of handling extensive amounts of data and deriving
insights from large datasets using various analytical tools and techniques.

Exploring the role of various algorithms used in machine learning and how they can be used to analyse data
and aid managerial decision-making

Teaching participants how to creatively present solutions to decision-makers, using data visualisation tools.

Who should attend?

Project
Professional Data development
Accountants
managers analysts managers

Business
intelligence Financial Business
planners Statisticians analysts
managers

3 | Certification in Data Analytics using Python


Programme deliverables
1 40+ hours of learning content 3 GT Bharat presentations as course materials
• 11 hours - Basic Python
• 14 hours - Python for Data Science 4 Case studies

• 7 hours - Stats for Python


• 3 hours - Study material and assessments 5 Quiz and final assessment
• 5 hours – Case study
• Case study 1: Black Friday data (up to 1.5 – 2 hours) 6 LMS access for 1 year
• Case study 2: Bank marketing data analysis (up to 1.5 – 2 hours)
• Case study 3: Customer churn analysis (up to 1.5 to 2 hours) 7 Certificate of completion

2 Two-way communication and query resolution from an expert

Course outline
Unlock insights and excel in your career with Python certification

1 Basic Python
• Getting started with Python • Exceptions handling in Python
• Data and information management with Python • Python advanced topics
containers in Python • Python projects to check the knowledge
• Conditional statements and control structures • File handling and other OS interactions
• Functions in programming
• Functional programming in Python

2 Python for data science


• Lecture on introduction to NumPy • Pandas internal commands
• Lecture on introduction to Pandas series • Working with different kinds of data
• Data manipulation in Pandas DataFrame • Visualisation in Python
• Sorting and merging of data • Visualisation advance graphs
• Working with dates • Understanding seaborn from scratch
• Working with data flaws • Advance seaborn graphs
• Text analytics in Python • Exploratory data analytics case study
• Master Pandas descriptive analytics

3 Stats for Python


• Introduction to statistics Part 1
• Introduction to statistics Part 2
• Introduction to statistics Part 3
• Probability basics
• Probability advance concepts Part 1
• Probability advance concepts Part 2
• Hypothesis setting
• Linear regression
• Regression technique in statistics Part 2

4 | Certification in Data Analytics using Python


Detailed course outline
Basic Python

1 Getting started with Python 5 Functions in programming


• What is Python? • What is function in Python?
• Birth and rise of Python • Creating and calling a function
• Links for the necessary software • Best practices and arguments in a function
• GUI of Python: IDLE and statistical • Default argument and keyword arguments
• Python notebooks and anaconda Python distribution • Global variable and local/non-local variable
• Expressions: Basic idea • Args and *kwargs in a function
• Constant values: Numeric and strings • Lambda functions
• Arithmetic: Operations and BODMAS and common
mathematical functions 6 Functional programming in Python
• Conditions: Equality, greater than, less than, etc. • What is functional programming and the
• Function calls: Introduction to Python functions types of functions?
• Symbols and assignment • List comprehension and nested loops in a
• Declaring Python variables list comprehension
• Reserved keywords and naming a variable • Isalpha, map, apply and reduce filter

2 Data and information management with Python 7 Exceptions handling in Python


• Basic data types of bool (Boolean), int (integer/ • Errors • NameError
long), float, complex • Try ... except • KeyError
• Type conversions: int to float, float to int, etc. • ValueError • Handling exceptions
• Python interpreter and its environment • KeyboardInterrupt • Raising exceptions
• Python 3.x: background and relevance • ZeroDivisionError • Try .. finally
• Numbers, strings, declaration of variables
• Basic operations in Python
8 Functional programming in Python
• String definition and manipulation commands
• Python Iterator
3 Containers in Python • Python Generator
• Lists, tuples, dictionary sets • Python Closure
• Operations on set • Python Decorators
• Frozen sets • Python RegEx
• Performing math operations in Python
• Learning to import the libraries 9 Python Projects to Check the Knowledge
• How to import different kinds of libraries • Python programme to create a countdown timer
in Python? • Python programme to read a file line by line
into a list
4 Conditional statements and control structures • Python programme to shuffle a deck of cards
• If-Else construct. If statements, else statement • Python programme to make a simple calculator
• Elif and limitations of If-Else-Elif • Python programme to capitalise the first
• For loop and while loop character of a string
• Range and while construct
• For statements, break and continue statements,
and else clauses on loops
• Continue statement and pass statements

5 | Certification in Data Analytics using Python


Python for data science

1 Lecture on introduction to NumPy 4 Data Manipulation in Pandas DataFrame


• What is NumPy? • How to pick up a data with different separator and
• What is an array? store this as a DataFrame?
• Accessing the elements of the arrays • Inspection of the data
• Create rank 2 array • Selection of the columns
• Functions to create many arrays • Row selection in the DataFrame
• Create the identity matrix • Filtering the data row wise
• Array indexing • Applying AND and OR logic in filtering the DataFrame
• Understanding the data types • Index operations in a DataFrame
• Generating the random numbers with NumPy • Reset index
• Random seed • Sorting of the data
• Reshaping of the data • Data sort in a DataFrame
• Useful functions in NumPy • How to do the operations in DataFrame
• Use of apply in DataFrame
2 Lecture on introduction to Pandas Series • Creating bins of the data
• What is Pandas? • Value counts in DataFrame
• Pandas l – Series and DataFrame • Split-Apply-Combine operations in a DataFrame
(data structures in Python) • Applying the logic on a DataFrame to reveal
• What is series in Pandas? the information
• Creating a series in Pandas
• Accessing the values of the Series 5 Sorting and merging of Data
• Converting the dictionary in series object • What is listing command?
• Converting the list to series • Reading the data
• Creating the series from arbitrary list • How to get insights about the data?
• Editing a series • How to extract information from the data?
• Editing/changing the values as per Bollean Logic • Applying the statistics from the data
• Mathematical operations on series • Filtering and sorting of the data
• Dealing with missing values in the series • Finding the missing values in the data
• Changing multiple values together in a series • Removing the missing values from the data
• How to extract information based on the
3 Introduction to DataFrame queries from the data?
• What is Pandas DataFrame? • Creating basic graphs from the data
• How to create DataFrames from the • Filtering the data based on the string values
dictionaries? • Applying groupie object from the data
• Change the name of columns while picking • Merging and concatenation of the data
up the data • SQL type joins in the data
• Basic DataFrame Operations
• Accessing the elements of the Dataframe
• Filtering the Dataframe
• Creating new columns in a Dataframe
• Different operation on the Dataframe
• Exporting data from a Dataframe
• Drop the columns from a Dataframe
• How to import different kinds of data and
create DataFrame out of it?
• Getting the complete information about the
DataFrame

6 | Certification in Data Analytics using Python


Python for data science

6 Working with dates 10 Pandas internal commands


• Working with dates and times module • Working with text data section
• How to manipulate different dates and time • Changing Pandas options with attributes
option in the data? and dot syntax
• How to change the data to required format? • get_option()
• How to deal with the date and time data? • set_option()
• How to do operations on the date and time • reset_option()
object type data? • describe_option()
• Python’s datetime module • max_rows
• Filter the data by date range • max_columns
• Pandas timestamp object • The precision option
• The Pandas DateTimeIndex object • Export CSV file with the to_csv method
7 Working with data flaws • Install xlrd and openpyxl libraries to read
and write Excel files
• Missing value imputation by random value
• Import Excel file into pandas with the
• Filter DataFrame with more than one read_excel method
condition (OR - |)
• Export Excel file with the to_excel method
• Check for inclusion with the isin method
• Check for duplicate DataFrame rows with 11 Working with different kinds of data
the duplicated method
• How to work on Excel sheet in Python
• Delete duplicate DataFrame rows with the
• Working with openpyxl
drop duplicates method
• Appending data to a .xlsx file
• Identify and count unique values with the
unique and nunique methods • Reading data from a Cell
• Missing value imputation by mean • Reading the data from multiple cells
• Missing value imputation by median • Getting to know the dimensions of the xlsx
sheet
• Missing value imputation by mode
• Getting data from rows of .xlsx file
• Combining and merging DataFrames
• Creating more than 1 sheet in an Excel file
• Sort DataFrame Index with the sort_index method
• Add data to multiple sheets
• Rank series values with the rank method
• Dealing with Json file
• Removing duplicates
• Discretisation and binning

8 Text analytics in Python


• How to analyse and work on textual data:
• Findall - Returns a list containing all matches
• Search - Returns a Match object if there is a
match anywhere in the string
• Split - Returns a list where the string has been split
at each match
• Sub - Replaces one or many matches with a string

9 Master Pandas descriptive analytics


• Understanding how to pick the data and start performing the exploratory data analytics
• Inspecting the data
• Analysing the data
• Understanding the shape and get to know the variable type in the data
• Performing queries off the data to see the response
• Pivot table operation on Python

7 | Certification in Data Analytics using Python


Python for data science

12 Visualisation in Python 14 Understanding seaborn from scratch


• What is visualisation in Python? • What is seaborn?
• How to get started with visualisation in Python? • How to get started with seaborn?
• What is Matplotlib? • Why seaborn is better?
• How to create the basic graph in Matplotlib? • Creating basic plotting in seaborn
• How to change the aesthetics of the graphs, colour – Distplot
size and shapes? – Histograms
• How to add title, legends and different other – Barplots
modifications in the graph? • Extracting more information with Hue option
• Creating a graph from the DataFrame • Horizontal bar plots
• Creating • Boxplots
– Line charts • Swarmplots
– Histograms • Violin plots
– Barcharts
• Nested violin plots
– Stacked charts
• Scatterplots
– Areacharts
• Creating subgraphs in plots

13 Visualisation advance graphs


15 Advance seaborn graphs
• How to create advanced charts with Matplotlib?
• How to create advance graphs like
• Pie charts
– Heatmaps
• Advanced option isin pie charts – Regression plots
• How to create tree maps? – Lmplot
• Tree maps with mapped values – Hexbin
• Doughnut charts – Jointplot
• Scatterplots – Relplot
• Box plots
16 Exploratory data analytics case study
• Box plots comparison
• Case study with Chipotle data
• Understanding how we can do
the exploratory data analytics
on the data given to us

8 | Certification in Data Analytics using Python


Stats for Python

1 Introduction to statistics part 1 5 Probability advance concepts part 1


• Introduction to statistics • Permutations
• Importance of statistics in modern • Combinations
business environment • Event relations
• Definition of statistics • Additive rule
• Scope and applications of statistics, • Calculating probabilities for complements
characteristics of statistics
• Functions of statistics 6 Probability advance concepts part 2
• Limitations of statistics • Conditional probability
• Statistical softwares • Independent events in probability
2 Introduction to statistics part 2 • Mutually and pair wise independent events in
probability
• A taxonomy of statistics
• Multiplication theorem of probability for
• Types of statistics
independent events
• Population vs sample
• Baye’s theorem
• Inferential statistics
• Sampling 7 Hypothesis testing
• Sampling methods • What is hypothesis testing?
• Random sampling methods • 5 Steps for hypothesis testing
• Descriptive statistics • Understanding Z score
• What is data? • Understanding P value
• Statistical data • Case study
• Types of data in statistics
– Qualitative data
8 Linear regression
– Quantitative data • Understanding the types of analytics
• Types of variables • What is regression?
• Numerical scale of measurement • Understanding the types of regression
– Dividing the data • How linear regression works?
– Cross sectional and time series data • What is correlation?
– Statistical description of data • Correlation does not imply causation
– Measure of central tendencies
9 Regression technique in statistics part 2
3 Introduction to statistics part 3
• How to create linear regression equation?
• Understanding the shapes in data
• Computing the error in prediction
• Range in variability
• Practical implementation of regression in Python
• Understanding variability in data
• Understanding standard deviation in variability
Fees and schedule
4 Probability statistics
• What is probability?
• How do we describe probability?
• Probabilistic reasoning vs Statistical reasoning Programme fees:
• Basic concepts in probability INR 16,000 plus taxes
• Random experiment
• Outcome in probability Programme Manager: Surubhi Sharma
M: +91 81309 79069
• Trial and event in probability
E: surubhi.sharma@in.gt.com
• Exhaustive events in probability
• Favorable events in probability
• Independent events in probability
• Sample space in probability
• Mn Rule

9 | Certification in Data Analytics using Python


LearninGT
Trained 16,000+ participants

Mode of delivery: Live online & Self-paced e-learning

University tie-ups

Exam-based courses – ACCA, CPA, etc.

Skill-based courses – Accounts, finance,


analytics, compliance, etc.

Assessments

Doubt sessions

Mock tests

250+ corporate trainings

Why Grant Thornton Bharat?

1 2 3 4 5
Ranked No. 1 145+ countries & Standard, globally Customised and Access to a
in Training & 68000+ people, accepted training cost-effective network of
Development in India among the largest methodology solutions with post- international
amongst accounting fully integrated training support firms with relevant
assurance, tax &
firms: Universum experience
advisory firms in
2017
India

For queries, please contact:


Kapil Arora Pradeep Pandey Rohit Gupta
Director Director Associate Director
M: +91 9654190274 M: +91 7838000185 M: +91 98913 95363
E: kapil.arora@in.gt.com E: pradeep.pandey@in.gt.com E: rohit.gupta1@in.gt.com

10 | Certification in Data Analytics using Python


We are
Shaping a Vibrant Bharat
A member of Grant Thornton International Ltd, Grant Thornton
Bharat is at the forefront of helping reshape the values in the
profession. We are helping shape various industry ecosystems
through our work across Assurance, Tax, Risk, Transactions,
Technology and Consulting, and are going beyond to shape a
more #VibrantBharat.

Our offices in India


Ahmedabad Bengaluru Chandigarh Chennai Scan QR code to see
our office addresses
Dehradun Delhi Goa Gurgaon Hyderabad www.grantthornton.in

Kochi Kolkata Mumbai Noida Pune

Connect @Grant-Thornton-Bharat-LLP @GrantThorntonBharat @GrantThornton_Bharat

with us on @GrantThorntonIN @GrantThorntonBharatLLP GTBharat@in.gt.com

© 2023 Grant Thornton Bharat LLP. All rights reserved.


“Grant Thornton Bharat” means Grant Thornton Advisory Private Limited, the sole member firm of Grant Thornton International Limited (UK) in
India, and those legal entities which are its related parties as defined by the Companies Act, 2013, including Grant Thornton Bharat LLP.
Grant Thornton Bharat LLP, formerly Grant Thornton India LLP, is registered with limited liability with identity number AAA-7677 and has its
registered office at L-41 Connaught Circus,
New Delhi, 110001.
References to Grant Thornton are to Grant Thornton International Ltd. (Grant Thornton International) or its member firms. Grant Thornton
International and the member firms are not a worldwide partnership. Services are delivered independently by the member firms.

You might also like