Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Python

6 items on 18 Aug 2026
Python AI Django

Mojo🔥 is now open source

Mojo🔥 is now open source Mojo🔥 is now open source The Mojo programming language has been promising an open source release since May 2023. Last week they shipped their 1.0 and today they have followed through on that…

Source: Simon Willison's Weblog
Python

#492 Codeberg Puts Head in Sand

Topics covered in this episode: Python 3.12.14, 3.11.16, 3.10.21 - security releases Codeberg’s AI-code ban tests its role as a GitHub alternative Brett Cannon: what's missing for reproducible builds on PyPI nothing…

Source: Python Bytes Michael Kennedy and Calvin Hendryx-Parker
Python

Working With Python's deque

Learn how to use Python's deque to efficiently append and pop items from both ends, build queues and stacks, and set maxlen for bounded history.

Source: Real Python
Python

Quiz: Working With Python's deque

Test your understanding of Python's deque. Practice fast appends and pops at both ends, building queues and stacks, and setting maxlen.

Source: Real Python