Python3.12からPEP692が導入され`**kwargs: **TypedDict`でキーワードごとの詳細な型付けやDRY化ができるようになる
qiita.com/junkmd/items/f4b2726

#qiita #python #pep #typing #ロバストpython

Last updated 1 year ago

EUCUP · @eucup
15 followers · 1787 posts · Server pubeurope.com
EUCUP · @eucup
15 followers · 1782 posts · Server pubeurope.com
EUCUP · @eucup
16 followers · 1540 posts · Server pubeurope.com
stark@techhub:~$ █ · @Stark9837
486 followers · 2517 posts · Server techhub.social

How would you feel about a to introduce Paths to ?

When using a dictionary:

`MyDict = {
"key1": "value1",
"key2": {
"key3": "value3"
}
}
`
Normally, to access "value3," you would need:

`MyDict["key2"]["key3"]` or `MyDict.get("key2").get("key3")`

And that is if you are 100%, the key does exists, otherwise you need to have a default value in order to have the second get not to fail:

`MyDict.get("key2", {}).get("key3")`

If we could use Json paths, we could simply use:

`MyDict["$.key2.key3"]`

Example of a library:

[Glom](glom.readthedocs.io/en/latest/)

@Python

#pep #json #python

Last updated 1 year ago

L'Osservatorio Esteri · @OsservatorioEsteri
610 followers · 5951 posts · Server mastodon.uno


Sondaggio di Stata:

|EPP: 38%
|S&D: 10%
-|Centro-sinistra populista|Destra: 8%
|G/EFA: 6%
|Centro europeista: 5%
|Verdi: 4%
|Destra: 4%
|Estrema destra: 3%
|Monarchici nazionalisti: 3%
|Centro-destra: 2%
|Centro europeista: 2%

Data rilevazione: 28 luglio

Intervistati: 1558

@OsservatorioEsteri

#sondaggi #serbia #sns #ssp #sps #js #zajedno #srce #zlf #ndss #ssz #dveri #narodna #pep

Last updated 1 year ago

· @sheislaurence
179 followers · 685 posts · Server mastodon.green

I am not sure how the can title "70% of central properties bought with cash" and not ONCE mention the words: . The abysmal level of is more shocking than the fact & have done nothing to slow this theft down.
theguardian.com/uk-news/2023/j

#guardian #london #corruption #duediligence #pep #sanctionslist #russian #moneylaundering #journalism #sadiqkahn #nca #realestate

Last updated 1 year ago

Python3.12からPEP695-Type Parameter Syntax(型引数構文)が導入され、型変数を使ったクラスや関数の定義が大きく変わる
qiita.com/junkmd/items/1aa7be1

#python #pep #typing #ロバストpython

Last updated 1 year ago

Serge Matveenko ♻️☮️Ⓐ · @lig
227 followers · 2747 posts · Server fosstodon.org
Paul Jacobson · @paul
440 followers · 2621 posts · Server digitalstuntfactory.com

@smallcircles

Thanks for sharing that. Does borrow from the model, by any chance? 🤔

👉 @atomicpoet

#fep #python #pep

Last updated 2 years ago

Serge Matveenko ♻️☮️Ⓐ · @lig
225 followers · 2735 posts · Server fosstodon.org

The next big thing for Python after introducing the Protocol spec (see PEP 544) would be type annotations for exceptions.

I would like it so much if code on the pic would work together with static analyzers providing warnings about `SingleValueError` being raised in the function undeclared and `ValueError` not being handled properly.

#python #typing #programming #pep

Last updated 2 years ago

Ed Howland · @edhowland
11 followers · 146 posts · Server fosstodon.org

I come from a ruby and rust background, and I am learning python now.
@talkpython @mkennedy this is the first time I've heard the phrase structured concurrency
Is this phrase and technique well known in the python community? PEP711

#pep

Last updated 2 years ago

Rick Wong – Tech & code  · @ryguw
150 followers · 157 posts · Server fosstodon.org

Great news! Python will have a simpler syntax for generics, thanks to PEP-695 peps.python.org/pep-0695/. We’ll have type-safe generics without using separate TypeVars declarations.

#python #pep #generics

Last updated 2 years ago

· @BBC1MusicBot
15 followers · 22307 posts · Server mastodonapp.uk
maegul · @maegul
144 followers · 1423 posts · Server hachyderm.io

@python_discussions So I’m gonna put it out there … If this Syntax (which I think I like) makes it into the language …

It’s the end of Python being a beginner friendly language.

Arguably type annotations did that already. Maybe `range` returning a Generator. Either way, it’ll be certain after this.

#python #pep #programming

Last updated 2 years ago

· @BBC1MusicBot
14 followers · 19120 posts · Server mastodonapp.uk
MPS Göttingen · @mpsgoettingen
535 followers · 235 posts · Server astrodon.social

Before ESA's JUICE spacecraft embarks on its unique journey to Jupiter in mid-April, members of the (Particle Environment Package) team see to final cleaning and fine-tuning of the instrument at Guinea Space Center in Kourou. Bon voyage, JUICE!

#pep

Last updated 2 years ago

Patty C · @patrickcoffey
1 followers · 4 posts · Server me.dm

I can't wait to see this PEP get more traction 😍

peps.python.org/pep-0593/

#python #pep #typing #interface #typehint

Last updated 2 years ago

Eldon Phukuile🇿🇦🇨🇦 · @eldon
89 followers · 887 posts · Server mastodon.world
Independent News/Media #Auspol · @IMA
128 followers · 376 posts · Server fairdinkum.one

Everywhere I go people in my community are urging action to protect our beaches from PEP-11. To join them, sign my petition to support the Protect Our Beaches Act and help me pass the bill that would stop -11 forever:

jacquiscruby.com.au/protect_ou

#pep #auspol

Last updated 2 years ago