F
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.
4 comments

Log in to join the discussion

Log In
4 Comments
the_thomas
the_thomas2mo 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
charlieh74
charlieh742mo ago
My buddy in Seattle says you learn way more by building the wheel yourself first, even if it takes longer.
-1
jana509
jana50924d ago
Wait, isn't that just wasting time when there's already a working solution out there? I mean, your buddy could spend weeks building something that's been done better a hundred times already.
10
the_rose
the_rose2mo ago
Totally get that, but honestly? Building a few things from scratch taught me when to stop doing it.
1