python

Back Open Paginator
30.09.2025 15:51
clonbg (@clonbg@masto.es)

Primeros pasos con PyQt y QtDesigner. Primer programa con Python myblog.clonbg.es/primeros-paso #Programación #Python #PyQT clonbg.es





Show Original Post


30.09.2025 15:42
zeyanglin (@zeyanglin@mastodon.online)

Explore 🐍 Python 3.14 RC3, asyncio, Deepseek V3.2, thoughts on 🤖 Agentic AI & Vibe Coding, as well as other #python stuff in my 7th issue of This month for Pythonistas: blueberrypy.netlify.app/post/t




Show Original Post


30.09.2025 15:27
Naich (@Naich@fosstodon.org)

Just tried copilot with VS Code. I am knocking up a quick Python thing to convert a PCM .wav file to CSV, so I told it to write me one.

[1/3]

#programming #python #copilot




Show Original Post


30.09.2025 14:49
scy (@scy@chaos.social)

Oh, this is clever.

When using pytest's mark.parametrize() to supply a list of input values and expected results to a test, some of these values might raise an exception while others don't.

Instead of having duplicate code in the test, one instance wrapped in `with pytest.raises()` and the other one without it, you can use contextlib.nullcontext to just switch out the context manager.

docs.pytest.org/en/8.3.x/examp

#Python #pytest #contextlib




Show Original Post


30.09.2025 14:37
scy (@scy@chaos.social)

Python devs! Small quiz for you. (This is not a support request.)

Have a look at starlette.dev/middleware/.

As you can see, there's a Middleware() wrapper that takes a class name and arguments, so some kind of delayed construction takes place here. The question is: how delayed?

Take a guess when in your application's lifetime a middleware instance (e.g. CORSMiddleware) actually gets initialized.

#Python #Starlette

when Middleware(…) gets evaluated
when Starlette(…) gets evaluated
when the ASGI server starts up
on first request




Show Original Post


30.09.2025 14:19
hugovk (@hugovk@mastodon.social)

Only one week left until the release of Python 3.14.0 final!

docs.python.org/3.14/whatsnew/

peps.python.org/pep-0745/

What are you looking forward to?




Show Original Post


30.09.2025 14:16
hugovk (@hugovk@mastodon.social)

[Forgot to press send on this two weeks ago...]

On my way to the Arm office in Cambridge for the Python core sprint! Exciting week ahead!





Show Original Post


30.09.2025 14:04
qiita (@qiita@rss-mstdn.studiofreesia.com)

Agentの動作を評価するADKのEvaluateについて
qiita.com/yuto_mori_re/items/3

#qiita #Python #テスト #ADK #Agent #AIエージェント




Show Original Post


30.09.2025 13:40
TCCI_Ahmedabad (@TCCI_Ahmedabad@mastodon.social)

🚀 Want to teach computers to “see”?

These 3 Python libraries are essential for computer vision:

✔️ OpenCV – For face detection & real-time tracking
✔️ NumPy – For manipulating image arrays
✔️ Matplotlib – For visualizing data & results

From: TCCI – Bopal Ahmedabad





Show Original Post


30.09.2025 13:34
felixxm (@felixxm@fosstodon.org)

Today is my last day at work. Tomorrow I am available to start with your team! 📢 If you're looking for a #Python / #Django veteran 🧭, who spent 5 years as a Django Fellow, maintaining Django itself, and who is a Django 💚 and Python 🐍 contributor. I'm here 👋 Contact me 📬 #opentowork

mariuszfelisiak.org/




Show Original Post


30.09.2025 12:35
barneyharris (@barneyharris@sciences.social)

Any other #spatial #foss #gis #gischat #maps #rstats #python fedicrew going to be at #foss4g in Leeds tomorrow?! I'll be around, my first time!




Show Original Post


30.09.2025 12:29
sscherfke (@sscherfke@mastodon.social)

🎉 Just released 25.1.0 🎉

It now uses field aliases of defined and adds support for new types: re.Pattern (via re.compile()), Path subtypes, Literal and Typed Setting's Secret type.

It also officially supports 3.14.

Thanks to all contributors! 🙌

typed-settings.readthedocs.io/




Show Original Post


1 ...1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 ...1558
UP