Hey #python devs.
I’ve spent most of this year planning and building my ultimate API client library for OpenAPI.
I’ve got it to version 1.0.0 and I’d love for you to try it out.
phalt.github.io/clientele/
It’s the result of years of experience dealing with #API integrations.
Enjoy!
Posts by Sean Holm
Btw, I recently started to post on my main channel www.youtube.com/watch?v=qjWk...
It sure is. I’m tempted to post some pics here but it’s just depressing / embarrassing.
There's *a lot* of feature's that we're proud of.
But some are less well known than others, so we made a video!
youtu.be/OM7utZeQ1GY
We've all seen dataframe spaghetti code out there.
But the remedy ... is pretty easy: just start using the pipe method!
The moment you see the `.pipe()` in action, you'll never want to write pipelines without it. See the reason why here:
www.youtube.com/watch?v=J0P...
TIL Claude's new code interpreter mode has a /mnt/skills/public/ folder full of prompt instructions and Python utilities for creating and manipulating pdf, docx, pptx, xlsx files - and you can ask Claude for a copy and learn a TON about working with those formats
simonwillison.net/2025/Oct/10/...
The Python documentary premieres tomorrow at 12 noon CST. This is going to be fun to watch! youtu.be/GfH4QL4VqJ0?...
Context Engineering for AI Agents: Lessons from Building Manus by Manys AI folks
Or... how to ensure your context takes advantage of KV-cache to save cost. For example, the cached input tokens cost 0.30 USD/MTok, while uncached ones cost 3 USD/MTok—a 10x difference.
manus.im/blog/Context...
Talk: The future belongs to people who can just do things
If you want to stay ahead of how we’ll build software next, this is a talk you’ll want to catch live.
dataengbytes.com/sydney
Talk: How Metadata-enabled Agentic AI Accelerates Enterprise Value
Don’t miss this session at DataEngBytes in Sydney or Melbourne!
SYD: dataengbytes.com/sydney
MELB: dataengbytes.com/melbourne
The uv build backend is now stable, and considered ready for production use.
An alternative to setuptools, hatchling, etc. for pure Python projects, with a focus on good defaults, user-friendly error messages, and performance.
When used with uv, it's 10-35x faster.
Just published: "The Prompt Engineering Playbook for Programmers"
My latest free write-up: addyo.substack.com/p/the-prompt... ✍️
t-strings are a new feature which is coming in Python 3.14. If you're wondering why we need t-strings when f-strings already exist, check out this video by @anthonypjshaw.bsky.social
www.youtube.com/watch?v=yx1Q...
#python #Programming #PythonProgramming #SoftwareDevelopment #TechNews #OpenSource
[Share] Baseline Azure AI Foundry chat reference architecture
This article provides a baseline architecture to help you build and deploy enterprise chat applications by using Azure AI Foundry and Azure OpenAI language models.
learn.microsoft.com/...
Hello @biceplang.bsky.social !
Do you have any bicep sample code which demonstrates how to:
1) add a certificate to keyvault and configure a contact (for notifications)
2) attach that certifcate to a container app / managed environment ?
Cheers :)
I was pretty skeptical. And I’m still pretty skeptical of pure vibe coding.
But i think vibe engineering is a thing
blog.kilocode.ai/p/beyond-vib...
NOW AVAILABLE 📽️
@stevesmithtech.bsky.social | Escaping the Platform Engineering PITFALL: Achieve Aligned Autonomy
WATCH HERE ➡️ youtu.be/tu8qaKa0pKQ
There is some limited support for local llms -> chattr works with LlamaGPTJ-chat, which supports llama, gpt-j and mpt model families.
We’re building a new static type checker for Python, from scratch, in Rust.
From a technical perspective, it’s probably our most ambitious project yet. We’re about 800 PRs deep!
Hello world! I'm the Big Book of R bot 🤖.
Every few hours I post a random entry from my collection of over 400 open-sourced, free #RStats books.
My @eurorust.eu talk is up!
"Building an extremely fast Python package manager, in Rust"
It was the closing talk of the conference, covering what uv is, why we built it, how it works, what makes it fast -- and the role that Rust plays in all of this.
www.youtube.com/watch?v=zOY9...
And we're off!
I just signed with @manningbooks.bsky.social for the 2nd edition of #Python Workout (pythonworkout.com), my book with 200 exercises to improve your Python fluency.
It'll be more update than overhaul, fixing bugs and modernizing things to help you more than ever.
I'm excited!
Hyperfine benchmark for uv resolving apache-airflow[all].
Found an optimization in uv's resolver that makes Apache Airflow (with all optional dependencies enabled) resolve >20% faster.
Here is another great youtube video by Tim Van Cann (aka Timnology) -> "Create a modern pre-commit setup for Python using UV, Ruff and more" www.youtube.com/watch?v=xhg1...
#python
Same here :)
Have you tried Mamba? It’s a drop-in replacement for conda and it’s pretty darn fast.
Hey data engineers (and anyone else that might be interested), get certified in Microsoft Fabric—for free! #DP-600 #Fabric #PowerBI community.fabric.microsoft.com/t5/Power-BI-...
My deep learning course at the University of Geneva is available on-line. 1000+ slides, ~20h of screen-casts. Full of examples in PyTorch.
fleuret.org/dlc/
And my "Little Book of Deep Learning" is available as a phone-formatted pdf (nearing 700k downloads!)
fleuret.org/lbdl/