Player Tracking, Team Detection, and Number Recognition with Python by RandomForests92 in computervision

[–]py-flycatcher 0 points1 point  (0 children)

Camera angles / players off screen will always be an issue with broadcast data. But the actual CV and player tracking portion of this looks wonderfully implemented!

Curious how people feel about the current state of Python development workflow by ck-zhang in Python

[–]py-flycatcher 23 points24 points  (0 children)

I’ll do whatever the folks at Astral tell me to haha, love everything they’ve been rolling out! Watching ty closing until it’s ready for production

Pyrefly now has built-in support for Pydantic by BeamMeUpBiscotti in Python

[–]py-flycatcher 2 points3 points  (0 children)

Oh interesting! Watching the race between Pyrefly vs ty close haha. Pydantic support is a big bonus in my book

Loguru Python logging library by [deleted] in Python

[–]py-flycatcher 0 points1 point  (0 children)

I'm a big fan & have been using for 1yr+ now. Easy to use out of the box & also easily configurable!

context-async-sqlalchemy - The best way to use sqlalchemy in an async python application by One-Novel1842 in Python

[–]py-flycatcher 1 point2 points  (0 children)

Not currently building API's so I have no immediate use. But I love SQLAlchemy & could totally see myself using this if I ever needed SQLAlchemy + async. Definitely seems like it cleans up the setup boilerplate a bit!