Selfie with a group of people each holding an ice cream cup with various ice cream flavors, inside a candy store.
Left to right: Carol Willing, Mariatta, Dane Hillard, Dawn Wages
Thanks for a great conference @pytexas.org
I had fun. All the talks are really good, I learned many new things.
Closing it with an #IceCreamSelfie with @willingc.bsky.social , @dane.dev, and @bajoran.engineer
At Yummi Joy. I had the Pandan and Squid Ink ice cream (vegan)
#PyTexas
14.04.2025 03:36
π 7
π 2
π¬ 0
π 0
Today on our Speaker π£ Spotlight π‘ we're highlighting @dane.dev who will be presenting Place-making and Productivity: Build Maintainable Broad-scale Tools With a Small Team.
Join us April 13 either in-person or virtually to watch. Get your tickets today pytexas.org/2025
03.04.2025 17:04
π 2
π 1
π¬ 0
π 0
Authors, if you see this, it's a sign to post the first line of your book.
"Python, like me, was born in December of 1989."
-- Practices of the Python Pro
02.02.2025 19:11
π 2
π 0
π¬ 0
π 0
pydantic.run
Meet pydantic.run - a python sandbox for writing, sharing and running Python code in the browser.
For example, here's sandbox with examples of @logfire.pydantic.dev instrumenting an HTTPX request and a @fastapi.tiangolo.com server using a sqlite database.
pydantic.run/store/c81c32...
29.01.2025 19:58
π 25
π 5
π¬ 2
π 1
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!
29.01.2025 17:18
π 725
π 104
π¬ 35
π 34
Oof, this is my signal to book my PyTexas travelβ¦
25.01.2025 23:18
π 0
π 0
π¬ 0
π 0
Happy to be included alongside both new and familiar faces talking about some great things at @pytexas.org 2025! I see APIs, WASM, embedded, testing, observability, security, and more on the docket!
See you in Austin π
21.01.2025 20:47
π 3
π 0
π¬ 0
π 0
It seems like I could grab every command iteratively from the Click app and do something with it in Typer, but I think Iβd have to manage all the argument and option type mappings too, which breaks down when an app uses custom types. Because then I have knowledge of the app, again.
14.01.2025 13:15
π 0
π 0
π¬ 0
π 0
For Typer-in-Click you can get Typerβs generated Click app through some utilities available in `typer.main` and add it to another Click app as usual as well.
14.01.2025 13:15
π 0
π 0
π¬ 1
π 0
Itβs tantalizing because Typer uses Click under the hood, but itβs creating the Click app on the fly. So wrapping an existing Click app is a different beast.
For Typer-in-Typer, you can βjustβinstall the package, import its main app, and `typer.add_typer` it to your own app as a subcommand.
14.01.2025 13:15
π 0
π 0
π¬ 1
π 0
Namely Iβm trying to channel @simonwillison.netβs `llm` to devs through our internal CLI and I want to avoid cloning all the option and subcommand names and so on in my own code. This makes more work for me, but also makes the code brittle to new releases of `llm`.
14.01.2025 13:15
π 0
π 0
π¬ 1
π 0
Has anyone successfully wrapped an existing Click app as a subcommand of a Typer app in a generic way? Typer-in-Typer is easy, Typer-in-Click is easy, but Click-in-Typer has proven nigh impossible without the Typer app knowing details of the Click app.
14.01.2025 13:15
π 0
π 0
π¬ 1
π 0
This project is also a monorepo of AWS Lambda functions alongside some packages, but none of them are particularly isolated from each other, proving quite challenging. I feel that in a monorepo the projects need to be readily extractable at any time, with a management tooling layer on top.
14.01.2025 12:58
π 0
π 0
π¬ 0
π 0
This was also at the tail end of a pairing session on a code base that has some challenging dependency injection patterns that we already gave up on during the session. We couldnβt for the life of us get a particular call site to behave how we wanted. More to fix soonβ¦
14.01.2025 12:58
π 0
π 0
π¬ 1
π 0
Yesterday I learned something new about pytest! When using `with pytest.raises`, the line that raises the expected exception must come last in the block. Lines after it wonβt be executed. This makes sense in retrospect (context managers) but cost me a few minutes of being befuddled.
14.01.2025 12:58
π 1
π 0
π¬ 1
π 0
I noticed this from my ballroom dance coaches; theyβd often start you off with incorrect but ballpark mental models, and when you were finally ready theyβd say βwell so it isnβt *quite* like that after allβ¦itβs more like this.β
Inquisitive me got occasionally frustrated, but it worked well overall.
01.01.2025 22:59
π 1
π 0
π¬ 1
π 0
The cumin lamb ones are pretty good. Have purchased multiple times π
01.01.2025 15:44
π 0
π 0
π¬ 0
π 0
The building having a hard time adjusting to the current temperatures and being a stiff 67 degrees or so has little charm to it.
24.12.2024 19:32
π 2
π 0
π¬ 0
π 0
This Dane is quite vulnerable to cheese
24.12.2024 19:05
π 2
π 0
π¬ 0
π 0
All good here, on a project using py311/12/13 + pytest + pytest-cov with branch coverage reporting!
24.12.2024 18:50
π 1
π 0
π¬ 0
π 0
A photograph of an office desk with a Kalita Wave pour over coffee brewing setup, a Picasso ceramic mug, a MacBook Pro with jazz playing on Spotify, and an external monitor with a fireplace YouTube video playing.
Being on an absolutely empty floor of an NYC office on Christmas Eve making pour over coffee and working on self-directed things has a certain charm to it.
24.12.2024 14:54
π 3
π 0
π¬ 0
π 1
Are you an open source maintainer? Comment below π and find others in the community on π¦
23.12.2024 22:53
π 271
π 42
π¬ 136
π 3
This was an enthralling talk indeed. Thank you for sharing π
22.12.2024 19:33
π 2
π 0
π¬ 0
π 0
Thereβs no gap on *my* machine π€·πΌββοΈ
21.12.2024 15:26
π 2
π 0
π¬ 0
π 0
How do you catch a unique beaver?
Unique up on it.
Hope do you catch a tame beaver?
Tame way.
18.12.2024 09:07
π 0
π 0
π¬ 0
π 0
Thank you to our 12 candidates for the Django 6.x Steering Council elections! www.djangoproject.com/weblog/2024... Weβre elated to see so many stellar contributors rise to the challenge π Now time to vote! #python #django
11.12.2024 03:00
π 20
π 3
π¬ 0
π 3
A great many WHATs aren't that special, and creating a service for a WHO that is really just doing a WHAT but naming it as if the WHO is very special and deserving of bespoke treatment means you may not be thinking about all the aspects of the WHAT and WHO ELSE might need to do that WHAT.
12.12.2024 20:16
π 1
π 0
π¬ 0
π 0
When e.g. merging platforms or products or businesses you'll maybe want to extract the lowest common denominators and rename them WHAT they do. You might still need layers that serve the different WHOs, but only if they are specializations. Much like an inheritance tree.
12.12.2024 20:16
π 1
π 0
π¬ 1
π 0
If you have something that's already named after WHO it serves, it's probably already doing things it doesn't say it does, and should be avoided for use by others, because now both the WHO and the WHAT in the name are wrong.
12.12.2024 20:16
π 0
π 0
π¬ 1
π 0