
Learn how Python represents strings, check their type with the type function, ensure matching quotes, and use the str function for coercion and string methods like upper.
Learn to build an interactive script using built in functions, including print, input, and rounding, and explore the len function in the interactive console.
Learn how to store values in Python by naming variables with lowercase letters and underscores, avoiding numbers and special characters, and using reassignment and string concatenation in an interactive console.
Practice using variables, functions, and operators by creating a script that asks for a name and number, converts to int, computes a lucky number, and prints it with an f-string.
Use the print function to inspect variable values and types while running Python code, identify type errors, and learn how basic debugging complements IDE tools.
Fix a small python script by correcting a syntax error, a name error, and two type errors in a divide-by-two function, using a try and accept block from earlier videos.
Learn how Python keywords such as none, true/false, and, or, is, not, and in drive boolean logic, value checks, and string searches, with a preview of global keyword and scope.
Extract inline expressions from if statements into named variables like overbudget and too cheap to improve readability; compare total costs against 324 and 250 budgets in Python.
Introduce the elif keyword to combine if and else, evaluate later, and nest if-else blocks to handle over budget, too cheap, and perfect budget with clear prints; aim for readability.
Write a Python script using a try-except block to parse user input as an integer, then use if-elif-else to report too high, too low, or correct relative to favorite number.
Explore Python data types by examining lists and dictionaries, learning how lists store data with brackets and indices, and dictionaries map keys to values.
Explore dictionaries in Python: create and modify key-value pairs, access values with bracket notation using keys, and perform add, delete, check membership, and get with defaults.
Learn to import and use Python's built-in modules date time, random, and math in main.py, exploring datetime objects, time delta, random choices, and math functions.
Master Python import mechanics by using import and from import, aliasing modules, and calling functions via dot notation, with built-in modules like random and datetime and interactive console demos.
**This course bundle includes a Python Project and downloadable course instructor and exercise files to work with and follow along.**
If you need a better tool for handling data, it’s time to get to know Python, and this amazing value three-course Python bundle is the perfect place to start.
Python is one of the most popular languages for data analysis and business intelligence, with Pandas as one of the most commonly used Python libraries. At the same time, Object-Oriented Programming is particularly important in Python since every piece of Python code interacts with objects and classes.
The introduction to Python course assumes no prior knowledge and guides you through getting set up and started, with practice exercises and a full project to complete at the end of the course.
Pandas for beginners will introduce you to the basics of data analysis and assumes no previous Pandas experience. But since Pandas is a package built for Python, you need to have a fundamental understanding of basic Python syntax, which you should learn in the first course.
To get the most out of the OOP course, you need to be at an intermediate level in Python programming.
What's included?
Introduction to Python:
The basic data types in Python - strings, integers, floats, and Boolean
All about Python’s built-in functions
How variables and functions work in Python
How to debug errors in Python
All about Python keywords
How to use If-Else statements in Python
All about storing complex data, including lists and dictionaries
All about Python modules and how to install them
How to install Python locally
How to write your first script in Python
To complete your first Python project
Object-Oriented Programming:
Describe the meaning of the object-oriented paradigm and create class hierarchies using the object-oriented design process.
Understand the difference between class variable and instance variable as well as the difference between class method, instance method, and static method.
Make an object indexable (like lists), callable (like functions), and comparable (like numbers).
Design and implement Python programs for complex problems, making good use of the language’s features such as classes and inheritance.
Pandas for Beginners:
An overview of Pandas
Installing Pandas on your computer
Using the two primary Pandas data structures, Series and DataFrame
Viewing data imported from an external source
Organizing input data using indexing and filtering
Using Pandas for data preprocessing
Addressing missing values and duplicate rows
Formatting your data most efficiently
Processing different data types
Data manipulation using string functions
Date and time formatting
This course bundle includes:
11+ hours of video tutorials
70+ individual video lectures
Certificate of completion
Course and exercise files so you can follow along