Quiz: Explore Your Dataset With pandas
Test your pandas fundamentals: core structures, indexing, filtering, grouping, dtypes, and combining DataFrames.
Curated development tutorials from top sources. Filter by language.
Test your pandas fundamentals: core structures, indexing, filtering, grouping, dtypes, and combining DataFrames.
Test your knowledge of Altair, the declarative data visualization library for Python that turns DataFrames into interactive charts.
Test your knowledge of vector databases and ChromaDB, from cosine similarity and embeddings to querying collections and RAG.
Learn how to use Codex CLI to add features to Python projects via the terminal. Master AI-powered coding without needing a browser or IDE plugins.
Compare Gemini CLI and Claude Code across user experience, performance, code quality, and cost to find the right AI coding tool for you.
Practice essential GitHub Actions concepts, from workflow file locations to triggers and common CI/CD tasks, with this hands-on quiz.
What goes into managing a major project? What techniques can you employ for a project that's in crisis? Christopher Trudeau is back on the show this w
Test your knowledge of Python protocols, structural subtyping, and static type checking, including generic and subprotocol usage.
Test your Python basics: read user input with input(), display output with print(), and handle numeric conversions.
Learn how dictionaries in Python work: create and modify key-value pairs using dict literals, the dict() constructor, built-in methods, and operators.
Learn how the Factory Method pattern separates creation from use, promotes decoupling, and organizes Python products efficiently.
Learn how to use Loguru for simpler Python logging, from zero-config setup and custom formats to file rotation, retention, and adding context.
Test your Tkinter skills with this interactive challenge on widgets, layouts, event loops, and text/file handling in Python GUIs.
Test your knowledge of Loguru for Python logging, from zero-config setup and log levels to custom formats and adding context.
D-strings proposed to kill textwrap.dedent(), Python 3.15 alpha 7 ships lazy imports, GPT-5.4 launches, and Python Insider moves home.
Test your understanding of Python loops, iterables, and control flow with break, continue, and StopIteration.
Test your knowledge of Codex CLI, the AI-powered terminal tool for adding features to Python projects with natural language.
Test your understanding of Python classes, attributes, methods, properties, and the descriptor protocol.
Test your understanding of Python's Counter class from the collections module, including construction, counting, and multiset operations.
Learn how to define and use Python classes to implement object-oriented programming. Dive into attributes, methods, inheritance, and more.