python

Back Open Paginator
17.10.2025 02:09
peterbittner (@peterbittner@mastodon.social)

PyClean v3.2.0 released! Now with substantially faster debris cleanup, a better-working ignore flag, CLI option suggestions and one bug less for erase/dry-run. Try it with now! `uvx pyclean`. pypi.org/project/pyclean/




Show Original Post


17.10.2025 00:55
vladimirvc (@vladimirvc@fosstodon.org)

Object-Oriented Programming (OOP) in Python via @realpython
#python #programming
realpython.com/python3-object-




Show Original Post


16.10.2025 23:38
TechKeysX (@TechKeysX@mastodon.social)

S1 EP5 T1 - Machine Learning in Python Dictionary Data Type Explained





Show Original Post


16.10.2025 23:22
irods (@irods@fosstodon.org)

iRODS Development Update: October 2025

irods.org/2025/10/irods-develo

#irods #policy #cplusplus #java #python #fips #s3 #globus




Show Original Post


16.10.2025 23:21
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

🐍 Tối ưu môi trường REPL của Python 💡. Bài viết trên blog của Trey Hunner chia sẻ các mẹo tùy chỉnh REPL để lập trình hiệu quả hơn, như xem lịch sử lệnh hoặc tự động hoàn tất cú pháp. #Python #LậpTrình #MẹoLậpTrình

reddit.com/r/programming/comme




Show Original Post


16.10.2025 22:21
mark (@mark@mastodon.fixermark.com)

The Python docstring alignment chart.

#Python





Show Original Post


16.10.2025 21:48
plaimbock (@plaimbock@fosstodon.org)

@km If you are interested in #HTMX then #Datastar might be interesting too: data-star.dev/ github.com/starfederation/data Their #Python #SDK lives at github.com/starfederation/data




Show Original Post


16.10.2025 21:40
trisschen (@trisschen@plural.cafe)

Fedioverflow, what does #Python code like fun(a, [b, 'default'][b is None]) do? Or rather, I get what it does, but why does it do that? How does that work? Is that some sort of list filtering or what?

Also, bonus if you can tell me how the heck I would search for documentation about that sort of syntax




Show Original Post


16.10.2025 21:40
km (@km@mastodon.babb.no)

I am doing a new #Python project, where I will try out #HTMX, and I intend to reach out to #Durus and #Quixote again – it's impressive how well old tools continue to be useful and powerful, and how their power increases with more usage.

I also keep learning new things. For example yesterday I discovered that the objects returned by dict.keys(), dict.values() and dict.items() are dynamic view objects!




Show Original Post


16.10.2025 21:16
edigonzales (@edigonzales@mstdn.social)

#INTERLIS leicht gemacht, Teil 57: Python, Python und nochmals #Python. blog.sogeo.services/blog/2025/ Die definitive Lösung für INTERLIS mit Python.





Show Original Post


16.10.2025 21:10
lcheylus (@lcheylus@bsd.network)

Python version 3.14 was recently released with Free-threading (FT) - Benchmarks with Fibonacci numbers and bubble sort for a list of randomly generated numbers #Python blog.miguelgrinberg.com/post/p




Show Original Post


16.10.2025 20:59
mark (@mark@mastodon.fixermark.com)

Fun Python Quirk Theater, related to previous musings:

So, is Foo a function if your code includes

class Foo:
pass

...?

> import inspect
> inspect.isfunction(Foo)
False

The duck says quack.

#Python




Show Original Post


1 ...1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 ...1561
UP