Introduction to Python - Intermediate
Learn the most widely used programming language for Data Science
15 Tutorials
5 Exercises
Intermediate Level
100% Online
Self-paced
Our Alumni Work At
About this course
Contributors & Instructors
What you will learn?
Course Content
1. Introduction
1
Introduction to Python and Course Overview
2. Conditional Statements
2
1
Conditional Statements - What & Why
If....elif.....else
Quiz - Conditional Statements
3. Loops in Python
5
1
Loops - What & Why
For Loop in Python
While Loop in Python
Range function
Break & Continue Keywords
Quiz - Loops in Python
4. Sets - A Data Structure in Python
3
2
Sets - What & Why
Sets - Introduction & Defining in Python
Changing the Items of a Set
Quiz - Sets - Part 1
Quiz - Sets - Part 2
5. List Comprehensions and Functional Programming
4
1
List Comprehensions
Functional Programming - What & Why
map() & filter() functions
Lambda function
Quiz - List Comprehensions and Functional Programming