

Free Python Certification Course at Scaler Overview
Duration | 10 hours |
Mode of learning | Online |
Credential | Certificate |
Free Python Certification Course at Scaler Highlights
- Earn a certificate of completion from Scaler
Free Python Certification Course at Scaler Course details
- Python is one of the most widely used and easy-to-learn programming languages
- We can see applications of Python programming language in various fields such as Machine Learning, Artificial Intelligence, Data Science, Web Development, and whatnot
- The Python certification course is designed with a very adequate pace so that the users can relate to the basic concepts and after building the understanding of the basic concepts, the users get to the intermediate level concepts of Python like File handling, Exception Handling, OOP, etc
Free Python Certification Course at Scaler Curriculum
Introduction
Introduction to Python for Beginners
Content of Python Course
Pre-requisite for Python
Installations
Setting up Anaconda
Basic Fundamentals of Python
Print Hello World
Variables
Stack & Heap Memory
Id function
Python Comments
Data Types in Python
Input Function in Python
Print Function
Printing Multiple Values
Default Sep & End in Print
Changing default separator in Print
Changing Default end in Print
Challenge 4 - Print function
Operators in Python
Intro to Python Operators
Arithmetic Operators
Arithmetic Operators Continued
Comparison Operators
Assignment Operators
Logical and Operator
Logical or & not in Python
Special Operators
Challenge 5 - Python Operators and Expressions
Control Flow
Control Flow Introduction
Syntax of If else
Nested If else
If elif & else
Challenge: Print Largest
Challenge: Grading System
Challenge 6 - Control Flow