python

Back Open Paginator
24.10.2025 14:35
jobRxiv (@jobRxiv@mas.to)

Head of Quantum Instrumentation
Quantum Biology Institute

The Quantum Biology Institute (@QuantumBioOrg) is looking for a Head of Quantum Instrumentation!

See the full job description on jobRxiv: jobrxiv.org/job/quantum-biolog

#microscopy #optics #Python #quantumbiology #quantummechanics #ScienceJobs #hiring #research
jobrxiv.org/job/quantum-biolog




Show Original Post


24.10.2025 14:25
webology (@webology@mastodon.social)

It's hard to keep up with @pydantic AI these days.

Their overnight (my timezone) release for adding MCPServerTool support (a builtin tool that allows your agent to use MCP servers.) which adds OpenAI and Anthropic native MCP support is super cool.

ai.pydantic.dev/builtin-tools/




Show Original Post


24.10.2025 14:14
JGraber (@JGraber@mastodon.social)

Friday #302: Create a Client With Chat History -

pythonfriday.dev/2025/10/302-c




Show Original Post


24.10.2025 14:07
cd_newton (@cd_newton@hachyderm.io)

Possibly weirded out my long-suffering colleagues with this idiosyncratic observation last week, and feel like it belongs in a meme.

#RStats #Python #RIPDavidLynch





Show Original Post


24.10.2025 14:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Zoominfo is hiring Data Services Analyst II

🔧 #python #sql
🌎 Bengaluru, India
⏰ Full-time
🏢 Zoominfo

Job details jobsfordevelopers.com/jobs/dat
#jobalert #jobsearch #hiring




Show Original Post


24.10.2025 13:59
pythonrennes (@pythonrennes@social.breizhcamp.org)

un projet #Python de CLI permettant de copier-coller du contenu de façon sécurisée entre un votre poste et un serveur distant (scp, ssh, par socket) : remoclip.newmatter.net/.




Show Original Post


24.10.2025 13:52
pythonrennes (@pythonrennes@social.breizhcamp.org)

un tutoriel indiquant une façon d'utiliser #uv et #just en remplacement de #tox (ou #nox) afin de tester son application avec plusieurs versions de #Python :
daniel.feldroy.com/posts/2025-




Show Original Post


24.10.2025 13:52
habr (@habr@zhub.link)

Обработка музыки с помощью Python: от вайбкодинга до мастеринга в один клик

Продолжаю рассказывать, как я в одного делаю проект - сайт, радио и медиаплатформу для своей музыки. В первой части был фронт и админка, теперь - как я встроил мастеринг аудио через Python сервис , чтобы не бегать по разным сайтам и не возиться с Audacity. Ну и немного про вайбкодинг - куда ж без него.

habr.com/ru/articles/959890/

#cursor #cursor_ai #frontend #python #mastering




Show Original Post


24.10.2025 13:51
laexperimental (@laexperimental@mastodon.social)

Ya esta disponible la publicación # 11 de la La Experimental:

👨‍💻 Documentación HTTP
🐍 Profiler de memoria Python
💾 Curación de datos para LLMs
🤖 Cliente unificado para APIs LLM
🐧 Monitoreo de sistema GNULinux
🌩️ Acortador de URL SelfHosted
📼 Introducción a LLMs
📄 Productividad Dev
💼 Comparativa salarial Tech
💡 Emulación de sistemas operativos clásicos

Link: open.substack.com/pub/laexperi




Show Original Post


24.10.2025 13:44
hungryjoe (@hungryjoe@functional.cafe)

9 years ago, I wrote a small, fairly bad, puzzle platformer in #pygame.

Yesterday evening, I used pygbag to get it to run on the web:

doscienceto.it/tileset/

#gamedev #python





Show Original Post


24.10.2025 13:37
tugatech (@tugatech@masto.pt)

PyTorch Monarch: o novo framework que transforma a programação distribuída numa tarefa de um só PC
🔗 tugatech.com.pt/t73344-pytorch

#backend #blog #clusters #framework #frontend #programação #python #pytorch #rust #servidores #velocidade 




Show Original Post


24.10.2025 13:35
whaley (@whaley@macaw.social)

Random #python thing I just realized about f-strings. When interpolating a variable, you can append = to change the formatting to the repr version instead of the string version:

```
>>> from datetime import datetime
>>> now = datetime.now()
>>> f"{now}" #str() version
'2025-10-24 07:33:30.443638'
>>> f"{now=}" #repr() version
'now=datetime.datetime(2025, 10, 24, 7, 33, 30, 443638)'
>>>
```




Show Original Post


1 ...1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 ...1563
UP