python

Back Open Paginator
05.10.2025 19:15
genehack (@genehack@dementedandsadbut.social)

Hey, #lazyWeb, what's your favorite #Python or #Javascript library for programmatically setting ID3 tags? (Ya know, like in MP3 files.)

Not interested in GUI tools, just libraries, please and thanks!




Show Original Post


05.10.2025 19:10
michabbb (@michabbb@social.vivaldi.net)

🎤 Create custom voice agents in under 10 minutes using #Python with STT, LLM and TTS pipelines like #Deepgram, #OpenAI GPT-4o and #Cartesia Sonic. Supports realtime speech-to-speech with models like OpenAI Realtime API for lifelike conversations. Multilingual semantic turn detection in 13 languages including English, German and Spanish with <25ms latency on CPU. Automatic interruption handling and VAD for natural turn-taking outperforms platforms like #Vapi. 📚 docs.livekit.io




Show Original Post


05.10.2025 19:03
diazona (@diazona@techhub.social)

@stuartl @TomSwirly @felix I believe I've seen a project that checks some type annotations at runtime, but it does have some trouble with things like lists for exactly that reason.

#Python




Show Original Post


05.10.2025 19:01
publickey1 (@publickey1@rss-mstdn.studiofreesia.com)

マイクロソフト、MCPやA2Aプロトコルに対応したAIエージェント開発を容易にする「Microsoft Agent Framewok」プレビュー公開
publickey1.jp/blog/25/mcpa2aai

#publickey1 #NET #Java #プログラミング言語 #機械学習_AI #開発ツール #Python




Show Original Post


05.10.2025 19:00
mistersql (@mistersql@mastodon.social)

The effort to rewrite everything in was underway already and no one told me!

cmdix supports this long list of gnu/linux/bash cli commands, but the readme give it no SEO visibility on pypi!

github.com/jaraco/cmdix/blob/m




Show Original Post


05.10.2025 18:45
darkling (@darkling@mstdn.social)

Today I have mostly finished rewriting the server-side Python code for a small local service in Erlang, because Python is now Just Too Painful To Deploy.

Current status: Attempting to understand the JS/jQuery code I cobbled together for the front-end 12 years ago.

#Python #Erlang #JavaScript #JQuery #IHateWritingFrontEndCode




Show Original Post


05.10.2025 18:20
david_bardos (@david_bardos@mementomori.social)

Do you keep a gaming backlog too? How and where do you store it?

I decided to have my own to control my own data! Here is my post about it:

🌐 gridranger.frama.io/gaming-bac

And the backlog itself:
💽 gridranger.frama.io/backlog

#gaming #backlog #statistics #python #pelican #plugin #blogging #indieweb #retrogaming #backloggery #gremlin




Show Original Post


05.10.2025 18:20
hn50 (@hn50@social.lansky.name)

Show HN: Pyscn – Python code quality analyzer for vibe coders

Link: github.com/ludo-technologies/p
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


05.10.2025 18:07
ubuntu_touch (@ubuntu_touch@mstdn.social)

Pillow y Matplotlib tienen propósitos diferentes, pero complementarios
Comparar Imagen vs Gráfico:

#Python #Pillow #Matplotlib Imagen Imagenes curso #Anzoategui #Lecheria





Show Original Post


05.10.2025 17:06
xuefengxu (@xuefengxu@mastodon.social)

Everyone knows how to compute variance... right? 🤔
But the textbook formula can be wildly wrong on computers ⚠️
Here is why and how to fix it in practice 👇

xuefeng-xu.github.io/blog/vari




Show Original Post


05.10.2025 16:39
CuratedHackerNews (@CuratedHackerNews@mastodon.social)

Show HN: Pyscn – Python code quality analyzer for vibe coders

github.com/ludo-technologies/p




Show Original Post


05.10.2025 16:05
mistersql (@mistersql@mastodon.social)

When implementing the xkcd-221 algorithm, should random() return 0.4 (feels like 4) or 0.666...? (4/6 assuming 6 sided-dice)

```python
def random(self): # real signature unknownable, mysterious
""" random() -> x in the interval [0, 1). """
return 0.4
```




Show Original Post


1 ...1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 ...1559
UP