Skip to content
Academy of Data Science
Request A Call Back
Apply For franchise
Menu
Login
Menu
Home
About Us
Courses & Programs
Career
Contact Us
MicroDegree Program in Data Science
with Python
Course Duration
180 Hours
5 sessions/week
Tools Covered
Python & ML
MSSQL, ETL & SSIS
Power BI
Learning Mode
Online Live Classes
One on one Interactive session
We provide
Special sessions for doubt solving
Sessions recordings (on request)
Sessions documents (on request)
Assignments Mock interview
Live Projects
Python Course Content
Introduction to Python
What is Python?
Why Python?
Variables in Python
What is Variable?
Variables and Constants in Python
Variable, names and Value
Values and Types
What Does “Type” Mean?
String Handling
What is string?
String operations and indices
Basic String Operations
String Functions, Methods
Delete a string
String Multiplication and concatenation
Python Keywords, Identifiers and Literals
String Formatting Operator
Structuring with indentation in Python
Built-in String Methods
Define Data Structure?
Data Structures in PYTHON
Python Operators and Operands
Arithmetic, Relational Operators and Comparison Operators
Python Assignment Operators
Short-hand Assignment Operators
Logical Operators or Bitwise Operators
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”
Logical Operators or Bitwise Operators
if .. elif .. else statement (Multi-way)
How to use “elif” condition
Nested IF Statement
Python LOOPS
How to use “While Loop” and “For Loop”
How to use For Loop for set of other things besides numbers
Break statements, Continue statements, Enumerate
function for For Loop
Practical Example
How to use for loop to repeat the same statement over and again
Break, continue statements
Learning Python Strings
Strings
Lists
Tuples
Python Lists
Lists are mutable
Getting to Lists
List indices
Traversing a list
List operations, slices and methods
Map, filter and reduce
Deleting elements
Lists and strings
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
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
Variables in Python
What is Variable?
Variables and Constants in Python
Variable, names and Value
Values and Types
What Does “Type” Mean?
Python Dictionary
How to create a dictionary?
Python Dictionary Methods
Copying dictionary
Updating Dictionary
Delete Keys from the dictionary
Dictionary items() Method
Sorting the Dictionary
Python Dictionary in-built Function
Dictionary len() Method
Variable Types
Python List cmp() Method
Dictionary Str(dict)
Python Functions
What is a function?
How to define and call a function in Python
Types of Functions
How Function Return Value?
Types of Arguments in Functions
Default Arguments and Non-Default
Arguments
Keyword Argument and Non-keyword
Arguments
Rules to define a function in Python
Scope and Lifetime of variables
Nested Functions
Call By Value, Call by Reference
Passing functions to function
Python Date and 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 Text Calendar, HTML Calendar Class
Unix Date and Time Commands
File Handling
What is a data, Information File?
File Objects
File Different Modes and Object Attributes
How to create a Text Fil and Append Data to a File and 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 and CSV Module
Handling IO Exceptions
Python Exception Handling
Chain of importance Of Exception
Exception Handling
Try … Except
Try .. Except .. else
Try … finally
Argument of an Exception
Python Custom Exceptions
Ignore Errors
Assertions
Using Assertions Effectively
More Advanced PYTHON
Python Iterators, Generators, Closures,
Decorators and Python @property
Python Class and 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
Machine Learning Course Content
1. Introduction to Machine Learning
Machine Learning
Machine Learning Algorithms
Algorithmic models of Learning
Applications of Machine Learning
Large Scale Machine Learning
2. Techniques of Machine Learning
Supervised Learning
Unsupervised Learning
3. Regression
Regression and its Types
Logistic Regression
Linear Regression
Polynomial Regression
4. Classification
Meaning and Types of Classification
Nearest Neighbor Classifiers
K-nearest Neighbors
Probability and Bayes Theorem
Support Vector Machines
Naive Bayes
Decision Tree Classifier
Random Forest Classifier
5. Unsupervised Learning: Clustering
About Clustering
Clustering Algorithms
K-means Clustering
Hierarchical Clustering
Distribution Clustering
6. Model optimization and Boosting
Ensemble approach
K-fold cross validation
Grid search cross validation
Ada boost and XG Boost
Power BI Course Content
1. Introduction to Power BI
Overview of BI concepts
Why we need BI?
Introduction to SSBI
SSBI Tools
Why Power BI?
What is Power BI?
Building Blocks of Power BI
Getting started with Power BI Desktop
Get Power BI Tools
Introduction to Tools and Terminology
Dashboard in Minutes
Refreshing Power BI Service Data
Interacting with your Dashboards
Sharing Dashboards and Reports
2. Power BI Desktop
Power BI Desktop
Power BI Dashboards
Power BI Q & A
Extracting data from various sources
Workspaces in Power BI
Data Transformation
Measures and Calculated Columns
Query Editor
3. Modelling with Power BI
Introduction to Modelling
Modelling Data
Manage Data Relationship
Optimize Data Models
Cardinality and Cross Filtering
Default Summarization & Sort by
Creating Calculated Columns
Creating Measures & Quick Measures
4. Data Analysis Expressions (DAX)
What is DAX?
Data Types in DAX
Calculation Types
Syntax, Functions, Context Options
DAX Functions
Date and Time
Time Intelligence
Information
Logical
Mathematical
Statistical
Text and Aggregate
Measures in DAX
5.Publishing and Sharing
• Introduction and Sharing Options Overview
Publish from Power BI Desktop and Publish to
Web
Share Dashboard with Power BI Service
Workspaces and Apps (Power BI Pro) and
Content Packs (Power BI Pro)
Print or Save as PDF and Row Level Security
(Power BI Pro)
Export Data from a Visualization and Publishing
for Mobile Apps
Export to PowerPoint and Sharing Options
Summary
6. Refreshing Datasets
Understanding Data Refresh
Personal Gateway (Power BI Pro and 64-bit
Windows)
Replacing a Dataset and Troubleshooting
Refreshing
MS SQL Course Content
1. Databases – MySQL and SQL Queries
Introduction to MySQL
What is the MSSQL?
How do I Install MSSQL?
Connecting to the MSSQL
Creating and Selecting a database
Adding data to a table
Executing multiple queries
Exporting and Importing data tables.
2. Structural & Functional Database Management (DDL DML)
SQL Syntax
SQL Create Command
SQL Alter Command
SQL Truncate
SQL Delete
SQL Update
SQL Set
SQL Select
SQL Distinct
SQL Where Clause
SQL And & Or
SQL Order By
SQL Insert
3. SQL Functions
Single Row Functions
String Functions, Aggregate Function, Round,
Truncate, Max, Min, Date-Time Functions
General Functions
Count, Average, Sum etc.
4. Joining Tables
Obtaining data from Multiple Tables
Types of Joins (Inner Join, Left Join, Right Join &
Full Join)
Sub-Queries Vs. Joins
5. Operators (Data using Group Function)
Distinct, Order by, Group by, Equal to etc.
6. Database Objects (Constraints & Views)
Not Null
Unique
Primary Key
Foreign Key
7. SQL Advance
SQL Like
SQL Wildcards
SQL In
SQL Between
SQL Alias
SQL Union/Union All
8. SSIS SQL Server Data tool (SSDT)
Data Import Export
Transformations
Variables
Parameters
Containers
9. SQL Aggregate Functions
SQL Avg()
SQL Count()
SQL Max()
SQL Min()
SQL Sum()
SQL Group By clause
SQL Having clause
Certification Program in Azure Data Engineering
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Microdegree in Data Science with Tableau
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in AI
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Fill The Form For Free Demo Session
Submit
×
Certification Program in Web Scrapping with Python
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Microsoft Office
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Data Visualization with Tableau
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Canva
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in API development with Python
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
MicroDegree Program in Data Science with Python
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
MicroDegree Program in Data Science with Power BI
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
MicroDegree Program in Data Science with MS SQL
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Web Development
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Web Designing
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Python
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Python with ML (Machine Learning)
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Python with ML & DL
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification program in MS SQL with Data Modeling & Preprocessing
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Certification Program in Data Visualization with Power BI
Full Name
*
Email Address
*
Phone
*
Country
*
Candidate Profile
*
Submit
×
Speak to our Admission Counselor to know more about our programs.
Full Name
*
Email Address
*
Country
*
Contact Number
*
Program You Interested in
*
Submit
×
UPLOAD YOUR CV
Upload CV
*
Choose File
No file chosen
Delete uploaded file
Submit
×
WhatsApp us