Viewing profile — pdknsk
pdknsk
HN member- Joined
- Thu, Oct 18, 2012, 10:13 AM UTC
- HN karma
- 4,113
- Public activity
- 624 items
- HN profile
- View on Hacker News ↗
About pdknsk
No profile information was provided.
Recent public activity
- story
-
comment
Comment #15710063
http://docs.python-requests.org/ (I mistakenly manually changed the link to HTTPS.)
-
comment
Comment #15709388
I was surprised to recently notice a yellow banner on the website of the very popular Requests library, which urges users to switch to Python 3. That's when I first thought switchi…
- story
- story
- story
- comment
- story
- comment
-
comment
Comment #12100394
similar: https://github.com/packjpg/packJPG
- comment
- story
- story
-
comment
Comment #11963339
I had previously submitted the Japanese version, which Nintendo has now translated. The English version already has both secret items unlocked by default, but not Toad, which can s…
- story
- comment
- story
-
comment
Comment #11671353
I meant related in the strictness of the is operator.
-
comment
Comment #11670989
A related, albeit simpler, Python quirk. >>> a = 100 >>> b = 100 >>> a is b True >>> a = 1000 >>> b = 1000 >>> a is b False
- story
- story
- comment
- comment
- comment
- story