- On-Demand Course
Complete Python Masterclass
Learn how to use Python to tackle real-world challenges.
About this Course
You’ll study the foundations of the Python programming language, as well as programming best practises, in this course. You’ll learn how to utilise Python data types and variables to represent and store data, as well as conditionals and loops to control the flow of your applications. To store groups of linked data, you’ll use complicated data structures like lists, sets, dictionaries, and tuples. You’ll study the foundations of the Python programming language, as well as programming best practices, in this course. You’ll develop scripts, create and describe your own custom functions, and handle failures.
- Rich Learning Content
- Taught by Industry Pros
- Interactive Quizzes
- Self-Paced Learning
What You Will Learn
LESSON 1
Why Python Programming
- Get a sneak peek at what you’ll be learning and doing in the course.
- Understand why Python is a great language to learn to programming.
LESSON 2
Data Types and Operators
- Integers, floats, booleans, strings, lists, tuples, sets, dictionaries, and complex data structures are examples of Python data types.
- Use Python’s operators to do calculations and build logical statements.
- Arithmetic, Assignment, Comparison, Logical, Membership, and Identity
LESSON 3
Control Flow
- if statements and boolean expressions
- for and while loops, built-in functions to iterate over and manipulate lists, sets, and dictionaries
LESSON 4
Functions
- Defining own custom functions
- variables with it’s scope
- Create data streams by using iterators and generators.
LESSON 5
Scripting
- Set up your programming environment by installing Python 3 and configuring it.
- Play around with a Python interpreter at the terminal.
Prerequisites and Requirements
Why Take This Course
Python is a strong programming language that is utilised in a wide range of fields, including data research and web development. According to StackOverflow’s 2016 Developer Survey, it ranks in the top ten for “Most Popular” and “Most Loved” technologies, making it a beginner-friendly language. Python gives you the ability to programme almost anything.
- Instructor videos
- Learn by doing exercises
- Taught by industry professionals
- Hands on Projects