python

Back Open Paginator
22.08.2025 03:52
villares (@villares@pynews.com.br)

Code at: github.com/villares/sketch-a-d
More sketch-a-day: abav.lugaralgum.com/sketch-a-d
If you like this, support my work:
paypal.com/donate/?hosted_butt
liberapay.com/Villares
wise.com/pay/me/alexandrev562
#trimesh #shapely #Processing #Python #py5 #CreativeCoding





Show Original Post


22.08.2025 03:10
elebertus (@elebertus@mastodon.social)

How the heck would you accomplish something like follow but filter all posts about some tool “disrupting” things and all ML and now AI content.

So I guess people working with python and or language news.

I’m assuming it’s not possible with mobile clients as the exclusions are fairly subjective and would need to be classified in some way.




Show Original Post


22.08.2025 02:41
meejah (@meejah@mastodon.social)

@phildini vmprof
vmprof.readthedocs.io/en/lates




Show Original Post


22.08.2025 01:33
phildini (@phildini@wandering.shop)

Hey #python folks -- what's everyone's favorite python profiling tools these days? My goal is to capture data during a run so I can shove it in a flamegraph and identify where the actual bottlenecks are.

Thanks!




Show Original Post


22.08.2025 01:30
pyconau (@pyconau@mastodon.pycon.org.au)

🎉 We had an incredible time at PyCon AU last year — from the fun lucky draws, awesome prizes, and exclusive merch to the amazing speakers and all the knowledge we soaked up! ✨

And this year? We’ve got even MORE in store for you.
🎟️ Buy now: 2025.pycon.org.au/attend?ref=fv

#PyConAU #Python #Tech #AI





Show Original Post


22.08.2025 01:25
AdamOnza (@AdamOnza@mastodon.online)

Playing with tkinter layouts, in #Python. I've been a command line person since the first time I [tried to] use a computer.🕶️ There's something poetic about typing in a magic spell, and having your little imp in a box do your evil bidding! I live happily in IDLE. I rarely need anything more.

But- for my knock-off RPN calculator simulators, I kind of need a GUI. So I've been working on a layout like the MK-61. It's klunky, but mildly satisfying.





Show Original Post


22.08.2025 01:00
leanpub (@leanpub@mastodon.social)

Advanced Conformal Prediction:Practical Uncertainty Quantification for Real-World ML by Valery Manokhin is on sale on Leanpub! Its suggested price is $44.95; get it for $31.96 with this coupon: leanpub.com/sh/r7itvsfg




Show Original Post


22.08.2025 00:34
ehmatthes (@ehmatthes@fosstodon.org)

Python people, would you ever use imports like this?

I'm using Card and Deck often, and wanted to use them without needing a prefix. I'm using a handful of other functions from card_models, but don't want to import those explicitly.

However, it feels like I might be creating some potential bugs that are hard to track down by importing from the same module in two different ways.

#Python





Show Original Post


22.08.2025 00:00
hn50 (@hn50@social.lansky.name)

Crimes with Python's Pattern Matching (2022)

Link: hillelwayne.com/post/python-ab
Discussion: news.ycombinator.com/item?id=4

#python




Show Original Post


21.08.2025 23:17
GripNews (@GripNews@mastodon.social)

🌘 uv 實驗性引入程式碼格式化功能
➤ 簡化 Python 開發流程:uv 實驗性整合 Ruff 程式碼格式化
pydevtools.com/blog/uv-format-
本文介紹了 Python 開發工具 uv 實驗性新增的 `uv format` 功能,該功能整合了 Ruff 的程式碼格式化能力,簡化了開發者的工作流程。文章說明瞭如何安裝和使用 `uv format`,包括格式化、檢查和預覽變更,以及如何傳遞參數給 Ruff。文中也提醒使用者此功能仍處於實驗階段,未來可能會有所變動,並鼓勵使用者提供回饋。
+ 終於有個工具可以統一處理格式化了!期待正式版。
+ 實驗性功能聽起來不錯,但希望未來能有更詳細的錯誤處理說明。
工具




Show Original Post


21.08.2025 23:12
mhsatman (@mhsatman@fosstodon.org)

It's a huge improvement that threads actually work like threads in Python 3.14

:python:

#Python




Show Original Post


21.08.2025 23:00
ProgressiveLurker (@ProgressiveLurker@mastodon.social)

@ngate

seems unnecessarily catty. `uv format` is just a wrapper for ruff, which everyone is already using.

And who's using pytype anymore? mypy is clearly the industry standard




Show Original Post


1 ...1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 ...1547
UP