|
|
|
|
|
by egwor
2586 days ago
|
|
There should be a way to actively discourage users to keep away from these old libs that aren't used.
There's a significant group of new developers coming to python as their first language and first coding use. The kind of crap (in the article) is exactly why programming used to be a total nightmare. The only tool I've found that helps with this (albeit in Java) is IntelliJ. What do people use for python? |
|
Hence we don't discourage people from using datetime, it's in the stdlib, and it's useful.
However, if you need time zones, either you code something yourself, in that case you are supposed to know what you are doing, or you look up the best libs for the job.
For the last part, no language have a perfect answer. It's an organic process. I've never met any tool solving it, not even intellij.