Introduction To Python Programming

A series of Python Tutorials covering all the basics of Python programming. We'll cover everything from the basics of python, variables and loops, to File I/O and functions!

Get Started

TECHNOLOGIES

Core Python

WATCH TIME

96 minutes

Lessons

Python Tuples

Learn everything about Python tuples, how to create them, add and delete items, and in-built functions and properties associated with lists.

4 min

Python Class Inheritance

Learn all about inheritance in Python and overriding methods from the parent class.

7 min

Getting Started with Python Programming

Get started with Python Programming by installing the latest version and downloading an editor such as PyCharm!

5 min

Variables and Multiple Assignment

Learn about variables in Python, how to initialize them, and understand what they are. We'll also cover multiple assignment in Python!

7 min

While Loops and Control Statements

Learn about while loops, how they work, as well as various loop controls statements such as break, continue, and pass.

6 min

Arithmetic Operators and Strings

We'll learn about using arithmetic operators in Python and applying them to Strings.

11 min

Object-Oriented Programming with Python Classes

Learn about object-oriented programming in Python, how to create classes and initialize objects, and understand the __init__ function.

9 min

Defining and Creating Functions

Learn how to define and create Python functions, pass parameters into functions and returns values from them.

6 min

In-Built Python Functions

Learn about the various in-built functions in Python, and understand the use cases of each one.

8 min

Introduction to Lists

Learn everything about Python lists, how to create them, add and delete items, and in-built functions and properties associated with lists.

9 min

Placeholders in Strings

Learn about placeholders and how we can add string and integer variables to strings.

6 min

For Loops

Learn about for loops, iterating over data structures, and understanding the range function to iterate over numbers.

7 min

Try and Except + Python Commenting

Learn about the try and except case in Python as well as how to comment Python code.

5 min

Conditional Statements

Learn about conditional statements and relational operators, diving into if-elif-else statements in Python, and combining various statements together.

8 min

Python Dictionaries

Learn about dictionaries, how to create them, add and remove elements from a dictionary, and various functions revolving around them.

6 min