✕ Clear filters
1,185 lessons

Browse Lessons

Curated from top practitioners. Filtered, not flooded.

All ▶ YouTube 198,226📚 Coursera 18,118🎤 TED 1
How is Python going to evolve over the next 5-10 years?
🛠️ AI Tools & Apps
How is Python going to evolve over the next 5-10 years?
Real Python Beginner 8y ago
After learning the basics of Python, how do I get started with real projects?
🛠️ AI Tools & Apps
After learning the basics of Python, how do I get started with real projects?
Real Python Beginner 8y ago
Python vs Java and C++ in video game development
🛠️ AI Tools & Apps
Python vs Java and C++ in video game development
Real Python Beginner 8y ago
Is Python slower than Java and how to optimize its performance?
🛠️ AI Tools & Apps
Is Python slower than Java and how to optimize its performance?
Real Python Beginner 8y ago
Functional Programming in Python: Parallel Processing with "multiprocessing"
🛠️ AI Tools & Apps
Functional Programming in Python: Parallel Processing with "multiprocessing"
Real Python Intermediate 8y ago
What's the best Python coding interview book?
🛠️ AI Tools & Apps
What's the best Python coding interview book?
Real Python Beginner 8y ago
Python Plugin System: Load Modules Dynamically With "importlib"
🛠️ AI Tools & Apps
Python Plugin System: Load Modules Dynamically With "importlib"
Real Python Intermediate 8y ago
Functional Programming in Python: The "reduce()" Function
🛠️ AI Tools & Apps
Functional Programming in Python: The "reduce()" Function
Real Python Beginner 8y ago
Functional Programming in Python: The "map()" Function
🛠️ AI Tools & Apps
Functional Programming in Python: The "map()" Function
Real Python Beginner 8y ago
Functional Programming in Python: The "filter()" Function
🛠️ AI Tools & Apps
Functional Programming in Python: The "filter()" Function
Real Python Beginner 8y ago
Functional Programming in Python: Immutable Data Structures
🛠️ AI Tools & Apps
Functional Programming in Python: Immutable Data Structures
Real Python Beginner 8y ago
What Python Projects Should I Build to Get a Job?
🛠️ AI Tools & Apps
What Python Projects Should I Build to Get a Job?
Real Python Beginner 8y ago
Job Security as a Python Developer: What If Python Goes Away? 😟🐍
🛠️ AI Tools & Apps
Job Security as a Python Developer: What If Python Goes Away? 😟🐍
Real Python Beginner 8y ago
🐍🎓 Algorithms and Data Structures Knowledge to Get a Python Job?
🛠️ AI Tools & Apps
🐍🎓 Algorithms and Data Structures Knowledge to Get a Python Job?
Real Python Beginner 8y ago
Contributing to Open-Source Projects as a New Python Developer: How to Do It
🛠️ AI Tools & Apps
Contributing to Open-Source Projects as a New Python Developer: How to Do It
Real Python Intermediate 8y ago
Learn Coding as an Absolute Beginner: Where to Start? 🤔
🛠️ AI Tools & Apps
Learn Coding as an Absolute Beginner: Where to Start? 🤔
Real Python Beginner 8y ago
Python Tutorial: How To Check if a File or Directory Exists
🛠️ AI Tools & Apps
Python Tutorial: How To Check if a File or Directory Exists
Real Python Beginner 8y ago
Working Effectively with Python Virtual Environments (Virtualenv)
🛠️ AI Tools & Apps
Working Effectively with Python Virtual Environments (Virtualenv)
Real Python Beginner 8y ago
Inspecting Python Modules and Classes With "dir()" And "help()"
🛠️ AI Tools & Apps
Inspecting Python Modules and Classes With "dir()" And "help()"
Real Python Beginner 8y ago
💻 2017 Apple MacBook Pro 13" — Review for Software Developers
🛠️ AI Tools & Apps
💻 2017 Apple MacBook Pro 13" — Review for Software Developers
Real Python Beginner 8y ago
Python Refactoring: "while True" Infinite Loops & The "input" Function
🛠️ AI Tools & Apps
Python Refactoring: "while True" Infinite Loops & The "input" Function
Real Python Beginner 8y ago
"Reverse a List in Python" Tutorial: Three Methods & How-to Demos
🛠️ AI Tools & Apps
"Reverse a List in Python" Tutorial: Three Methods & How-to Demos
Real Python Intermediate 8y ago
Pylint Tutorial – How to Write Clean Python
🛠️ AI Tools & Apps
Pylint Tutorial – How to Write Clean Python
Real Python Beginner 8y ago
My Experience at PyCon 2017 in Portland
📰 AI News & Updates
My Experience at PyCon 2017 in Portland
Real Python Intermediate 8y ago
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
🛠️ AI Tools & Apps
pep8.org — The Prettiest Way to View the PEP 8 Python Style Guide
Real Python Beginner 8y ago
PyPI vs Warehouse, the Next-Generation Python Package Repository
🛠️ AI Tools & Apps
PyPI vs Warehouse, the Next-Generation Python Package Repository
Real Python Intermediate 8y ago
Immutable vs Mutable Objects in Python
🛠️ AI Tools & Apps
Immutable vs Mutable Objects in Python
Real Python Beginner 8y ago
How to find great Python packages on PyPI, the Python Package Repository
🛠️ AI Tools & Apps
How to find great Python packages on PyPI, the Python Package Repository
Real Python Intermediate 8y ago
Writing automated tests for Python command-line apps and scripts
🛠️ AI Tools & Apps
Writing automated tests for Python command-line apps and scripts
Real Python Intermediate 8y ago
Python Data Structures: Sets, Frozensets, and Multisets (Bags)
🛠️ AI Tools & Apps
Python Data Structures: Sets, Frozensets, and Multisets (Bags)
Real Python Intermediate 8y ago
What's the meaning of underscores (_ & __) in Python variable names?
🛠️ AI Tools & Apps
What's the meaning of underscores (_ & __) in Python variable names?
Real Python Beginner 8y ago
Leveraging Python's Implicit "return None" Statements
🛠️ AI Tools & Apps
Leveraging Python's Implicit "return None" Statements
Real Python Beginner 8y ago
Python Tutorial: List Comprehensions Step-By-Step
🛠️ AI Tools & Apps
Python Tutorial: List Comprehensions Step-By-Step
Real Python Beginner 8y ago
Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
🛠️ AI Tools & Apps
Managing Python Dependencies With Pip and Virtual Environments – Lesson #1
Real Python Intermediate 9y ago
Python Code Review: LibreOffice Automation and the Python Standard Library
🛠️ AI Tools & Apps
Python Code Review: LibreOffice Automation and the Python Standard Library
Real Python Beginner 9y ago
"For Each" Loops in Python with enumerate() and range()
🛠️ AI Tools & Apps
"For Each" Loops in Python with enumerate() and range()
Real Python Beginner 9y ago
Installing Python Packages with pip and virtualenv / venv
🛠️ AI Tools & Apps
Installing Python Packages with pip and virtualenv / venv
Real Python Intermediate 9y ago
Python Context Managers and the "with" Statement (__enter__ & __exit__)
🛠️ AI Tools & Apps
Python Context Managers and the "with" Statement (__enter__ & __exit__)
Real Python Intermediate 9y ago
Optional Arguments in Python With *args and **kwargs
🛠️ AI Tools & Apps
Optional Arguments in Python With *args and **kwargs
Real Python Intermediate 9y ago
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
🛠️ AI Tools & Apps
Method Types in Python OOP: @classmethod, @staticmethod, and Instance Methods
Real Python Beginner 9y ago
String Conversion in Python: When to Use __repr__ vs __str__
🛠️ AI Tools & Apps
String Conversion in Python: When to Use __repr__ vs __str__
Real Python Intermediate 9y ago
A Crazy Python Dictionary Expression ?!
🛠️ AI Tools & Apps
A Crazy Python Dictionary Expression ?!
Real Python Beginner 9y ago
What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
📰 AI News & Updates
What Code Should I Put On My GitHub/GitLab/BitBucket Profile?
Real Python Intermediate 9y ago
Python Function Argument Unpacking Tutorial (* and ** Operators)
🛠️ AI Tools & Apps
Python Function Argument Unpacking Tutorial (* and ** Operators)
Real Python Beginner 9y ago
My Experience at PyCon Germany 2016 – Day 1
📰 AI News & Updates
My Experience at PyCon Germany 2016 – Day 1
Real Python Beginner 9y ago
Emulating switch/case Statements in Python with Dictionaries
🛠️ AI Tools & Apps
Emulating switch/case Statements in Python with Dictionaries
Real Python Beginner 9y ago
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
🛠️ AI Tools & Apps
"is" vs "==" in Python – What's the Difference? (And When to Use Each)
Real Python Beginner 9y ago
Cool New Features in Python 3.6
🛠️ AI Tools & Apps
Cool New Features in Python 3.6
Real Python Beginner 9y ago