Primeros pasos con PyQt y QtDesigner. Primer programa con Python https://myblog.clonbg.es/primeros-pasos-con-pyqt-y-qtdesigner-primer-programa-con-python/ #Programación #Python #PyQT https://clonbg.es

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: https://blueberrypy.netlify.app/post/this-month-for-pythonistas-2025-09/
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]
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.
https://docs.pytest.org/en/8.3.x/example/parametrize.html#parametrizing-conditional-raising
Python devs! Small quiz for you. (This is not a support request.)
Have a look at https://www.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.
Only one week left until the release of Python 3.14.0 final!
https://docs.python.org/3.14/whatsnew/3.14.html
https://peps.python.org/pep-0745/
What are you looking forward to?
[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!
#Python #CoreSprint

Agentの動作を評価するADKのEvaluateについて
https://qiita.com/yuto_mori_re/items/3f89d2a78aa84fb9c688?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #テスト #ADK #Agent #AIエージェント
🚀 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
#Python #ComputerVision #TechSkills #LearnToCode #TCCI #BopalAhmedabad #ComputerClasses
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
https://www.mariuszfelisiak.org/
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!
🎉 Just released #TypedSettings 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 #Python 3.14.
Thanks to all contributors! 🙌
https://typed-settings.readthedocs.io/en/latest/changelog.html#v25-1-0