Introduction to Python Basics for Data Science
Learn Python, the most widely used programming language for Data Science.
Our Alumni Work At
About this course
Contributors & Instructors
What you will learn?
Course Content
1. Introduction to Python
7
What is Python
Why Python for Data Science
What is Google Colab and Colab Notebook
Write Your Very First Python Program
[Optional] What is Anaconda and Jupyter Notebook
[Optional] Installation of Python and Anaconda
[Optional] Add and Execute code in Jupyter Notebook
2. Variables, Data Types and Operators in Python
5
1
Comments in Python
Operators in Python
Variables
Input and Output in Python
Exercise - Quiz
Exercise - Coding Challenge
3. Data Structures and Data Types - 1
2
2
Data Structures & Data Types in Python
Strings
Exercise - Quiz 1
Exercise - Quiz 2
4. Data Structures and Data Types - 2
5
6
Introduction & Implementation of List in Python
List Methods
List Exercise - Quiz 1
List Exercise - Quiz 2
Introduction & Implementation of Tuple in Python
Tuples Exercise - Quiz
Tuples Exercise - Coding Challenge
Introduction & Implementation of Dictionary in Python
Notebook
Dictionary Exercise - Quiz
List, Tuple, Dictionary: Exercise - Quiz
5. Functions and Packages
7
2
Functions
sum() and round() functions in Python
Exercise - Quiz
Define functions in Python
Methods in Python
Difference between Functions and Methods
Packages in Python
Notebook
Exercise - Quiz