#pep695 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #pep695, aggregated by home.social.
-
PEP — это не стиль. это язык, которым ты думаешь о коде
Я долго думала, что PEP — это про оформление. PEP 8: называй переменные вот так, PEP 257: пиши докстринги вот так. Потом начала использовать их по‑настоящему и выяснилось, что часть из них вообще не про то, как выглядит код!
https://habr.com/ru/articles/1006908/
#pep8 #pep544 #pep698 #pep634 #pep695 #python312 #python3 #python
-
I actually like #PEP695, I've been meaning to use and implement generic classes more, especially when developing #opensource packages that are extendable.
-
Woo, PEP 695: Type Parameter Syntax has been accepted for Python 3.12! Soon you will be able to define generic functions and classes without using TypeVar ugliness.
More info: https://discuss.python.org/t/pep-695-type-parameter-syntax/21646/92