Just released: Version 10.6.24 of passagemath, the pip-installable modularized #SageMath fork, a general-purpose #Mathematics system in #Python.
github.com/passagemath/...
#FOSS #MathSky #GAPSystem
Release passagemath-10.6.24 · ...
I got the highest score on ARC-AGI again swapping Python for English
https://jeremyberman.substack.com/p/how-i-got-the-highest-score-on-arc-agi-again
#HackerNews #ARCAGI #Python #English #HighScore #Swapping
Finally I made some progress on the sorting machine overhaul. Sadly Claude was kinda lazy so you'll have to wait a bit longer for the details. Read the full update in my latest newsletter https://ml.streamhead.com/preview/445139/emails/165093726828364862
Sign up for the actual code and building plans right here https://subscribepage.io/sorting-updates
#lego #poweredup #ai #python #claudecode

In today's #Python adventure, I fixed #bugs in someone's specialized library for interacting with a well-known #GraphQL #API endpoint. Bugs about passing the token correctly, and formatting the body of the request. Describing the very young library as #alpha quality may be flattery. After I squished those bugs, the rest of the library saved me from writing a lot of #boring code and it got me the answers I needed. I see a #pullrequest in someone's future.
PyPI Token Exfiltration Campaign via GitHub Actions Workflows https://lobste.rs/s/ksefec #python #security
https://blog.pypi.org/posts/2025-09-16-github-actions-token-exfiltration/
🧠 Day 5 – LangGraph Basics
Use LangGraph to visualize and manage complex chain flows. Helpful for debugging, control flow & modular design.
📊 See how your agents & chains interact — like a mind map for LLMs.
#LangChain #LangGraph #LLM #AI #Python #DataScience #CheatSheet

🧠 Day 5 – LangGraph Basics
Use LangGraph to visualize and manage complex chain flows. Helpful for debugging, control flow & modular design.
📊 See how your agents & chains interact — like a mind map for LLMs.
#LangChain #LangGraph #LLM #AI #Python #DataScience #CheatSheet
from langchain graphs import LangGr aph .
gr aph = LangGraph. from chains([chain]) gr aph visualize()
Why do we keep letting #Java developers write #Python?
I feel like they need a mediocre 90s comedian roasting their code until they realise that not everything needs to be a factory and not every piece of code is appropriate to be in a class.
Know your tools! Write Java in Java, C in C, Python in Python, and VBA in 1995 where it barely belongs!
With Perl Weekly Challenge 339 being "Max Diff" and "Peak Point", I started to think that "Point" was my hook into a musical theme, and that made me think of one of my favorite artists, David Wilcox.
#PerlWeeklyChallenge #raku #perl #python #elixir
Perl Weekly Challenge: Points?...
With Perl Weekly Challenge 339 being "Max Diff" and "Peak Point", I started to think that "Point" was my hook into a musical theme, and that made me think of one of my favorite artists, David Wilcox.
#PerlWeeklyChallenge #raku #perl #python #elixir
Perl Weekly Challenge: Points?...
Crée ton propre Jarvis en Python ! Un assistant vocal pour ton PC https://www.journalduhacker.net/s/ehdail/cr_e_ton_propre_jarvis_en_python_un https://legeekheureux.fr/%f0%9f%a4%96-cree-ton-propre-jarvis-en-python-un-assistant-vocal-pour-ton-pc/ #intelligenceartificielle #python
Some folks think that nested list comprehensions are always a bad idea.
I disagree!
That's what today's Python screencast is about.
https://pym.dev/nested-list-comprehensions/