Skip to main content
← Today's lineup

🕵️ Lineup archive

48 past puzzles. New one drops at 00:00 UTC.

9 beginner · 17 intermediate · 22 senior

Try a random one

🧩 Embed the daily puzzle on your blog

Drop the iframe below into any post. Reader plays in place — no clicks away, no popups. Two variants:

🔄 Evergreen — rotates daily (recommended)

<iframe
  src="https://learnpython.academy/embed/lineup/random"
  width="100%" height="900" frameborder="0"
  style="border-radius: 16px;"
  loading="lazy">
</iframe>

📌 Fixed date — for a specific puzzle

<iframe
  src="https://learnpython.academy/embed/lineup/2026-07-19"
  width="100%" height="900" frameborder="0"
  style="border-radius: 16px;"
  loading="lazy">
</iframe>

Swap the date in the URL for any past puzzle. The embed is no-index and never sends cookies to learnpython.academy beyond what's needed for streak tracking.