Just released: Version 10.6.27 of passagemath, the pip-installable modularized #SageMath fork, a general-purpose #Mathematics system in #Python.
github.com/passagemath/...
This version brings a new package for Igusa class polynomials, CM fields, and Shimura's reciprocity law.
#FOSS #MathSky
Release passagemath-10.6.27 · ...
@MarcelJan Out of curiosity, does your program generally work on #Python 3.11 on other systems where that version is available and confirmed to be working? In other words, is it a Pi-specific reason it doesn't work or is it something to do with that Python version?
I ask because I suspect the cleanest way forward is to make your program work with 3.11 rather than messing around with other versions. (Though, there *are* easier ways to install a different Python version than the one you listed elsewhere in the thread)
I just finished documenting how i created plot 2 of the 1 dataset, 100 matplotlib project:
https://www.curbal.world/100-matplotlib/2
If you have time I would appreciate feedback on it:
* Do I explain too much or too little?
* is it properly formatted?
* anything else that bothers you?
Not sure when I should do an inline comment instead of a markdown comment… 🙈
#python #matplotlib #dataviz #datavisualization #datavis

I was bout 9 years oldI first became interested in how fractals like the Mandelbrot set were rendered. Took me years of ordering library books on inter-library loan and reading "type it yourself" yellow pages code from computing magazines to get the idea of "escape time".
50 years later I learned about the "distance estimation" method which is better at finding sub-pixel detail.
Here's a video tutorial I did:
https://www.youtube.com/watch?v=Dn6nPvi4d04
It's now also a chapter in the second edition of Make Your Own Mandelbrot.
https://www.amazon.com/dp/B0CQS8JYJC
#fractals #MandelbrotSet #python #fractal
Dear #Python and #raspberrypi experts here,
So I've got this wonderful Python program (with #starplot ) that creates an up to date starmap on an #eink display. The code is already on Github:
https://github.com/Marcel-Jan/inkystarmap
Now all I want is to make some kind of solution that people with little tech chops can buy a Raspberry Pi, buy a (Pimoroni) e-ink display and _with one simple command_ install my Python program. Is that really so much to ask?
/1
[New Blog Post] Proof Rules for MetaSMT #python #logic https://www.philipzucker.com/kdrag_proof_rules/
Put some final touches to Toad's permission request screen.
When the agent has an update, it pops this screen up. You can review the diffs in unified or split view, then decide if you want to accept or reject the changes.
Toad is getting closer to a first release. It will be able to provide a front-end to both Claude and Gemini in the first version.
Watch this space!
Append-only time-series storage in pure Python: Chronostore (faster than CSV & Parquet)
using #LMDB https://www.reddit.com/r/Python/comments/1nnn35x/appendonly_timeseries_storage_in_pure_python/
What does "pure #Python " mean when the actual storage engine is a C library?
New release available of #rtcirqus, my real-time prioritisation tool: https://codeberg.org/autostatic/rtcirqus/releases/tag/v0.2.0
Biggest changes:
- Maximum real-time priority that rtcirqus assigns can be set.
- Steps between real-time priorities can be set.
- It is now possible to give rtcirqus a list of devices and rtcirqus will assign real-time priorities to these devices in the order they are given.
- Updated README with a new paragraph on how to use the configuration file.
#Programming #Python #LinuxAudio
Carta is hiring Senior Software Engineer II, Fund Operations
🔧 #java #javascript #python #django #react #grpc #kafka #postgresql #seniorengineer
🌎 Waterloo, Canada
⏰ Full-time
🏢 Carta
Job details https://jobsfordevelopers.com/jobs/senior-software-engineer-ii-fund-operations-at-carta-com-jul-17-2025-59caee?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
What’s a CSV Plot Agent? I wanted to create an agent that automatically analyzes and visualizes data from a CSV. I built it using LangChain and Streamlit (two Python frameworks).
Check out the step-by-step guide here: https://medium.com/towards-artificial-intelligence/csv-plot-agent-with-langchain-streamlit-your-introduction-to-data-agents-aa282ae970ff?sk=f9be8a191ca89eca28b4aacc45efa52f
Here’s the code in the GitHub repo: https://github.com/Sari95/CSV-Plot-Agent-with-LangChain-and-Streamlit
#python #langchain #programming #agenticai #ai #ki #data #datascience #datascientist #streamlit #agent
🌘 Python 實現本地音訊轉錄:將語音轉換為文字
➤ 打造你的專屬、高隱私的本地語音辨識助手
✤ https://www.pavlinbg.com/posts/python-speech-to-text-guide
這篇文章介紹瞭如何使用 Python 和 OpenAI 的 Whisper 模型,在本地電腦上建立一個高效且注重隱私的語音轉文字系統。作者詳細說明瞭環境設定步驟,包括安裝 FFmpeg 和建立 Python 虛擬環境,並提供了使用 Whisper 模型進行單一檔案或批量轉錄的程式碼範例。此外,文章還展示瞭如何生成 SRT 字幕檔案,並簡要提及了使用 SpeechRecognition 函式庫作為替代方案。此方法能確保敏感音訊資料不需上傳至第三方伺服器,即可在短時間內以高準確度完成轉錄,且無持續成本。
+ 太棒了!終於不用擔心把敏感錄音上傳雲端了,而且本地跑速度還這麼快!
+ FFmpeg 的安裝確實是個雷點,作者提醒得很及時。程式碼範例也很清晰。
#Python #AI #語音辨識 #本地處理 #隱私