atlas news
  Mathspp
26  august     14h01
Why OOP exists
   Learn the fundamental principles behind OOP and how they connect to the syntax of Python.IntroductionWelcome This article will teach you the core...
21  july     15h00
Python quiz: EuroPython 2026 edition
   Replay the EuroPython 2026 Python quiz.These are the questions asked during the EuroPython 2026 quiz.They will test your knowledge of the Python...
13  july     14h28
itertools cheatsheet
   Cheatsheet with visual diagrams that explain how the iterables from itertools work.This cheatsheet contains diagrams that explain how the iterables...
06  july     13h00
Write a coding agent from first principles: better tools
   Improve the capabilities of your agent by providing it with better tools.IntroductionThis tutorial builds on the coding agent you implemented in the...
22  june     12h32
Write a coding agent from first principles
   Learn how to write a coding agent in this Python tutorial that teaches how to interact with an LLM through an API, how to manage the conversation...
20  may     07h25
TIL 145 - collections.deque is implemented in blocks
   Today I learned that collections.deque is implemented as a doubly-linked list of blocks.collections.dequeI’ve written about the data structure deque...
01  may     17h49
TIL 144 - Sentinel built-in
   Today I learned Python 3.15 will get a new sentinel built-in.Sentinel values are unique placeholder values that are commonly used in programming...
27  april     15h18
TIL 143 - Resolve a lazy import manually
   Learn how to work around the Python machinery to resolve an explicit lazy import manually.A couple of articles ago I wrote about how you could...
11  april     12h23
Personal highlights of PyCon Lithuania 2026
   In this article I share my personal highlights of PyCon Lithuania 2026.Shout out to the organisers and volunteersThis was my second time at PyCon...
09  april     21h17
Who wants to be a millionaire: iterables edition
   Play this short quiz to test your Python knowledge At PyCon Lithuania 2026 I did a lightning talk where I presented a Who wants to be a millionaire?...
1789586603