Y
Hacker News
new
|
ask
|
show
|
jobs
by
text_exch
1555 days ago
There was an HN poster a few months ago who claimed that memorizing the Python standard library made him much more productive.
4 comments
devnonymous
1555 days ago
Well, to be fair, they do recommend that you "keep this under your pillow" [1]
[1]
https://docs.python.org/3/
link
rolisz
1555 days ago
I'm one of those people. I haven't memorized all of the Python standard library, but whenever I run into things that I need to do on a monthly frequency (which is not enough to remember things just by using them), I add them to my Anki deck.
link
IshKebab
1555 days ago
Probably because it's so hard to find stuff in the docs!
link
bitwize
1555 days ago
But... but... I thought best practice was to use autocomplete or Copilot and let the IDE remember things for me!
link
[1] https://docs.python.org/3/