python

Back Open Paginator
23.09.2025 00:48
r (@r@bsky.brid.gy)

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 · ...




Show Original Post


23.09.2025 00:09
diazona (@diazona@techhub.social)

@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)




Show Original Post


22.09.2025 23:52
ruthpozuelo (@ruthpozuelo@mastodon.social)

I just finished documenting how i created plot 2 of the 1 dataset, 100 matplotlib project:

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… 🙈





Show Original Post


22.09.2025 23:26
rzeta0 (@rzeta0@mathstodon.xyz)

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:
youtube.com/watch?v=Dn6nPvi4d04

It's now also a chapter in the second edition of Make Your Own Mandelbrot.
amazon.com/dp/B0CQS8JYJC

#fractals #MandelbrotSet #python #fractal




Show Original Post


22.09.2025 23:25
MarcelJan (@MarcelJan@mastodon.nl)

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:
github.com/Marcel-Jan/inkystar

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




Show Original Post


22.09.2025 23:09
sandmouth (@sandmouth@types.pl)

[New Blog Post] Proof Rules for MetaSMT #python #logic philipzucker.com/kdrag_proof_r




Show Original Post


22.09.2025 23:02
willmcgugan (@willmcgugan@mastodon.social)

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!





Show Original Post


22.09.2025 22:32
hyc (@hyc@mastodon.social)

Append-only time-series storage in pure Python: Chronostore (faster than CSV & Parquet)
using reddit.com/r/Python/comments/1

What does "pure " mean when the actual storage engine is a C library?




Show Original Post


22.09.2025 22:19
jeremy (@jeremy@mastodon.autostatic.net)

New release available of #rtcirqus, my real-time prioritisation tool: codeberg.org/autostatic/rtcirq

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




Show Original Post


22.09.2025 22:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

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 jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


22.09.2025 21:21
Sarah_Lea (@Sarah_Lea@techhub.social)

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).

:blobcoffee: Check out the step-by-step guide here: medium.com/towards-artificial-

:blobcoffee: Here’s the code in the GitHub repo: github.com/Sari95/CSV-Plot-Age

#python #langchain #programming #agenticai #ai #ki #data #datascience #datascientist #streamlit #agent




Show Original Post


22.09.2025 21:21
GripNews (@GripNews@mastodon.social)

🌘 Python 實現本地音訊轉錄:將語音轉換為文字
➤ 打造你的專屬、高隱私的本地語音辨識助手
pavlinbg.com/posts/python-spee
這篇文章介紹瞭如何使用 Python 和 OpenAI 的 Whisper 模型,在本地電腦上建立一個高效且注重隱私的語音轉文字系統。作者詳細說明瞭環境設定步驟,包括安裝 FFmpeg 和建立 Python 虛擬環境,並提供了使用 Whisper 模型進行單一檔案或批量轉錄的程式碼範例。此外,文章還展示瞭如何生成 SRT 字幕檔案,並簡要提及了使用 SpeechRecognition 函式庫作為替代方案。此方法能確保敏感音訊資料不需上傳至第三方伺服器,即可在短時間內以高準確度完成轉錄,且無持續成本。
+ 太棒了!終於不用擔心把敏感錄音上傳雲端了,而且本地跑速度還這麼快!
+ FFmpeg 的安裝確實是個雷點,作者提醒得很及時。程式碼範例也很清晰。




Show Original Post


1 ...1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 ...1555
UP