---
title: "Python 3.15 Preview: Sampling Profiler Quiz – Real Python"
url: https://daily.dev/posts/python-3-15-preview-sampling-profiler-quiz-real-python-eetgfhwut
source_url: https://realpython.com/quizzes/python315-sampling-profiler
type: article
source: "Real Python"
published: 2026-08-26T12:04:12.422Z
updated: 2026-08-26T12:04:29.997Z
tags: ["python", "performance"]
reading_time: 1
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Python 3.15 Preview: Sampling Profiler Quiz – Real Python

**[Real Python](https://daily.dev/sources/rpython)** · 1 min read · 1 upvotes · 0 comments

## Summary

An interactive 12-question quiz tests understanding of Python 3.15's new sampling profiler, covering the difference between sampling and tracing profilers, splitting wall-clock time from CPU time, identifying GIL-hogging threads, reading flame graphs and line-level heatmaps, and attaching the profiler to an already-running process.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://realpython.com/quizzes/python315-sampling-profiler>

## Similar posts on daily.dev

- [Python 3.15 Preview: Upgraded JIT Compiler Quiz – Real Python](https://daily.dev/posts/python-3-15-preview-upgraded-jit-compiler-quiz-real-python-rq9dedraj) · Real Python · 0 upvotes · 0 comments
- [Python 3.15 Has a Production Profiler. Python 3.15 Is Not Production-Ready.](https://daily.dev/posts/python-3-15-has-a-production-profiler-python-3-15-is-not-production-ready--wgbuvk9t9) · Medium · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#performance](https://daily.dev/tags/performance)

[View this post on daily.dev](https://daily.dev/posts/python-3-15-preview-sampling-profiler-quiz-real-python-eetgfhwut)
