Why Nostr? What is Njump?
2023-05-04 23:31:28
in reply to

Charles on Nostr: :twiz: It is funny, no doubt about that. Luckily it's something that most newcomers ...

It is funny, no doubt about that. Luckily it's something that most newcomers won't run into by accident, and therefore won't be confused by.

Python's been around for >30 years now. It has its share of historical baggage, and some of it trips up newcomers. Some of those could be fixed, but would break backwards compatibility. It's a tradeoff.

My favourite tripping hazard for the new:

>>> a = (6)
>>> a
6
>>> b = (6, )
>>> b
(6,)
>>> a == b
False
Author Public Key
npub1pdaz4j0ezt8km4e4p0tmt3qx7st49gkw8f9gg6unz47glzd8j4hqr64jrl