24
TIL I was overcomplicating my first Python project by trying to write everything from scratch instead of using libraries.
After spending 3 hours trying to build a date calculator, my friend in Vancouver just said 'why aren't you using datetime, lol' and it finally clicked that using built-in tools isn't cheating.
3 comments
Log in to join the discussion
Log In3 Comments
the_thomas1mo ago
Read an article once that said the real skill is knowing when to build and when to use what's already built. Your friend in Vancouver has the right idea.
5
charlieh741mo ago
My buddy in Seattle says you learn way more by building the wheel yourself first, even if it takes longer.
-1
Totally get that, but honestly? Building a few things from scratch taught me when to stop doing it.
1