PY Play — Python notebook in your browser
Notebook
Lessons
Docs
📚 Python Tutorial
Learn Python step by step
Python Basics
Python Output
Using the print() function
Python Comments
Adding notes to your code
Python Variables
Creating and using variables
Python Casting
Specify a variable type
Python Strings
Working with text
Python Operators
Arithmetic and comparison operators
Python User Input
Getting input from users
Control Flow
Python If...Else
Making decisions in code
Python For Loops
Iterating over sequences
Python While Loops
Loop while a condition is true
Data Structures
Python Lists
Ordered, changeable collections
Python Tuples
Ordered, unchangeable collections
Python Dictionaries
Key-value pairs
Python Sets
Unordered, unique collections
Functions
Python Functions
Creating reusable code blocks
Python Lambda
Small anonymous functions
Python Decorators
Modifying function behavior
OOP
Python Classes/Objects
Object-oriented programming basics
Python Inheritance
Inheriting from parent classes
Advanced Python
Python Try...Except
Handling errors gracefully
Working with JSON
Parse and create JSON data
Python RegEx
Pattern matching in text
Data Science
Statistics with Python
Mean, median, standard deviation
Data Analysis
Processing and analyzing data
Exploratory Data Analysis (EDA)
Inspect, summarize, and question a dataset before decisions
Data Cleaning and Transformation
Fix missing values, standardize text, and prepare clean data
Machine Learning Basics
Build a simple ML classifier from scratch
Business Analytics
Business KPIs with Python
Track revenue, profit, conversion, and growth clearly
Customer Segmentation
Group customers by behavior to improve decisions
Forecasting for Business Planning
Use trends and averages to estimate future results
Algorithms
Sorting Algorithms
Bubble, selection, and quick sort
Searching Algorithms
Linear and binary search
Recursion
Functions that call themselves
Real Projects
Scientific Calculator
Build a calculator with math functions
Todo Application
Task management system with OOP
Password Generator
Generate and check password strength