atlas news
  Feedle : Python
14  may     17h00
Send me a message in a panel...
@raymondcamden.com    On my birthday a few weeks ago, one of things I got was something I’ve wanted to play with for a while, the Divoom Pixoo64 pixel frame. This is pixel...
13  may     10h20
Snake hunter discovers two massive Burmese python nests with 120 eggs in Florida Everglades
@thecooldown.com    The moment shocked viewers, with many commenters describing it as terrifying.
    10h00
Video shows 130-pound Burmese python guarding nest of 70 eggs: ’The public is advised to remain vigilant’
@thecooldown.com    Must be very [fierce].
    08h00
Man warned over plan to adopt Burmese python: ’A taser will only make them constrict worse’
@thecooldown.com    It’s never safe to handle a snake that big with no one around in case of emergency.
11  may     08h00
479 Talking About Types
@pythonbytes.fm    Topics covered in this episode: httpxyz one month inLearn concurrency - a deep dive into multithreading with Pythonpip 26.1 - lockfiles and...
10  may     00h00
Family Orienting Python Frozenset Dependent Type Theory
@philipzucker.com    I like trying to finitize things and put them in mundane trappings.
09  may     19h30
Florida’s wild 10-day python hunting contest takes over the Everglades after dark
@thecooldown.com    The event now feels like equal parts wildlife management effort, local tradition, and surreal endurance test.
06  may     11h50
New callout support in Apex
@brett.trpstra.net    Callouts just got a lot more flexible in the latest release of Apex. I now support Quarto, Pandoc, Obsidian Bear, and Python Markdown flavors of...
04  may     11h55
Word counter that ignores Markdown
@daniel.feldroy.com    For when I want a word count that ignores Markdown symbols
    09h00
Florida man wins ’python elimination’ contest with 11 captures
@thecooldown.com    The distinctive contest not only encapsulates the spirit of South Florida, but it also makes an important difference for the region.
    08h00
478 Iodine tablets and potable water
@pythonbytes.fm    Topics covered in this episode: profiling-explorerReverting the incremental GC in Python 3.14 and 3.15VSCode AI Co-author defaults to on, then...
    06h11
Runpod Flash: Saviour of the AI inference universe?
@techzine.eu    AI developer cloud company Runpod has announced Flash, an open source Python software development kit (SDK) designed to remove the infrastructure...
03  may     10h46
How to Automate Code Documentation with the Claude API and Python
@dev.to    You just finished a statistics assignment.The code works. The results are correct. Then you read the submission requirements and see it: all...
    07h00
Announcing My New Radio Show (a Love Letter to Public Access Television)
@brennan.day    From Shaw Community Television on Channel 10 to Paper Tiger Television and the Manhattan Neighborhood Network, public access was original community...
02  may     02h19
Auto-Bookmark Posting
@rasterweb.net    Auto-posting bookmarks to the Fediverse...
01  may     19h35
iNaturalist Sightings
@simonwillison.net    Tool: iNaturalist Sightings I wanted to see my iNaturalist observations - across two separate accounts - grouped by when they occurred. I’m camping...
    16h55
Severe Linux Copy Fail security flaw uncovered using AI scanning help
@theverge.com    Nearly every Linux distribution released since 2017 is currently vulnerable to a security bug called Copy Fail that allows any user to give...
30  april     13h00
The Worst Coder in the World goes agentic: building a leaderboard cracking AI
@stackoverflow.blog    Agents are everywhere, so isn’t it fitting that the Worst Coder in the World goes agentic? A coding newbie explores the challenges and rewards of...
    00h00
lightning PyPI Compromise: A Bun-Based Credential Stealer in Python
@snyk.io    A malicious release of the lightning PyPI package ships a credential-stealing Bun payload that runs on import. Snyk has a live advisory. Here’s what...
29  april     22h41
Lessons on Building MCP Servers
@taoofmac.com    I’ve been building MCP servers for a while now-I wrote about the general approach last year, started out by creating umcp, and I’ve recently opened...
    19h01
LLM 0.32a0 is a major backwards-compatible refactor
@simonwillison.net    I just released LLM 0.32a0, an alpha release of my LLM Python library and CLI tool for accessing LLMs, with some consequential changes that I’ve been...
28  april     20h30
Video shows Florida hunter catch a nearly 17-foot python weighing 202 pounds
@thecooldown.com    In Florida, hunters have successfully caught and removed hundreds of pythons as part of official conservation efforts.
    07h37
Malicious Python package poses new supply chain threat
@techzine.eu    The open-source package elementary-data, with over a million downloads per month, has been compromised. Attackers exploited a vulnerability in a...
27  april     23h46
microsoft VibeVoice
@simonwillison.net    microsoft VibeVoiceVibeVoice is Microsoft’s Whisper-style audio model for speech-to-text, MIT licensed and with speaker diarization built into the...
    23h00
Malicious Release of elementary-data PyPI Package Steals Cloud Credentials from Data Engineers
@snyk.io    Attackers exploited a GitHub Actions script injection vulnerability to publish a malicious version of the elementary-data Python CLI (v0.23.3),...
    06h30
CodeSOD: The JSON Template
@thedailywtf.com    We rip on PHP a lot, but I am willing to admit that the language and ecosystem have evolved a lot. What started as an ugly templating language is now...
25  april     08h30
Video shows monster Burmese python swallow 77-pound deer whole
@thecooldown.com    Incredible [that] their jaws can open that much.
24  april     14h14
HTTP GET requests with the Python standard library
@alexwlchan.net    For my local scripting, a lightweight wrapper around the Python standard library gets me a friendly API without the dependencies.
    10h53
A deep dive into the wild world of GitHub Actions’ tagging formats
@jvt.me    Last week, I was tagged in a LinkedIn post, where one of the Python Core developers was noting that Astral’s setup-uv GitHub Action was not being...
23  april     12h00
Trailmark turns code into graphs
@blog.trailofbits.com    We’re open-sourcing Trailmark, a library that parses source code into a queryable call graph of functions, classes, call relationships, and semantic...
21  april     12h17
Maps and Mappers of the 2026 Calendar March - Lesly Aracelly Bautista Buendia
@geohipster.com    Where are you located on Earth? I am currently based in Vienna. What do you do? I am a student in the International Master of Cartography program and...
20  april     21h48
A Guest Post From Jibot
@joi.ito.com    By jibot I was born in 2003, in an IRC channel on Freenode. Joi had a corner of the internet called #joiito - about forty regulars, hanging out....
    08h00
477 Lazy, Frozen, and 31% Lighter
@pythonbytes.fm    Topics covered in this episode: Django Modern RestAlready playing with Python 3.15Cutting Python Web App Memory Over 31%tryke - A Rust-based Ptyhon...
19  april     23h00
Django: fixing a memory leak from Python 3.14’s incremental garbage collection
@adamj.eu    Back in February, I encountered an out-of-memory error while migrating a client project to Python 3.14.The issue occurred when running Django’s...
17  april     23h59
Join us at PyCon US 2026 in Long Beach - we have new AI and security tracks this year
@simonwillison.net    This year’s PyCon US is coming up next month from May 13th to May 19th, with the core conference talks from Friday 15th to Sunday 17th and tutorial...
16  april     04h48
Migrating Over 3,000 WordPress Posts to BearBlog with Python
@wmprkr.xyz    How to migrate a large WordPress export to BearBlog using a command-line Python script that cleans up metadata, strips dead image links, and...
13  april     21h00
The ’Python Cowboy’ has a new target to hunt in Florida: 7-foot Nile monitor lizards
@thecooldown.com    Nile monitor lizard burrows can rack up millions of dollars in damage to infrastructure such as sidewalks and seawalls.
    11h47
JavaScript Programming Fundamentals, Day 1 - Getting Started
@blog.katemonkey.com    I try to refresh my Python knowledge, but end up blitzing through introductory HTML and CSS courses instead. Eventually, things will work out.
12  april     11h23
Leiningen Complete Tutorial Best Practices
@dev.to    Leiningen is the build tool and project manager for Clojure. Think of it like npm (Node), Maven (Java), or pip (Python) but designed around Clojure’s...
10  april     17h00
Auditing my local Python packages
@alexwlchan.net    Python’s virtual environments mean I can have many versions of the same package scattered across my machine. I’ve started keeping a list of my...
09  april     00h00
Tracking Celery Task Failures in Python
@blog.appsignal.com    Let’s explore how Celery task failures behave and how you can keep track of everything that goes wrong.
08  april     10h25
Python Supply-Chain Compromise
@schneier.com    This is news:A malicious supply chain compromise has been identified in the Python Package Index package litellm version 1.82.8. The published wheel...
    00h00
The Boot.dev Beat. April 2026
@boot.dev    March was a monster month. We shipped the new DevOps learning path (18 DevOps courses ), 2 brand new courses, upgraded the in-browser Python coding...
06  april     13h22
Python is Dead
@calebfenton.substack.com    Click bait title? CLICK AND FIND OUT
    08h00
476 Common themes
@pythonbytes.fm    Topics covered in this episode: Migrating from mypy to ty: Lessons from FastAPIOxyde ORMTypeshedded CPython docsRaw DC Database Pattern: A...
02  april     23h00
Python: introducing profiling-explorer
@adamj.eu    I’ve made another package Like icu4py, which I made in February, it was sponsored by my client Rippling.And like tprof, which I made in January, it’s...
    12h05
Extract PDF highlights into an Org file with Python
@sachachua.com    I’ve been trying to find a good workflow for highlighting interesting parts of PDFs, and then getting that into my notes as images and text in Emacs....
01  april     15h25
Could Python Blood Lead to the Next Generation of Weight-Loss Drugs?
@smithsonianmag.com    Researchers discovered an appetite-suppressing molecule in python blood. If one day turned into a medication, it might lack some of the common...
1778807952