Y
Hacker News
new
|
ask
|
show
|
jobs
by
tweakimp
180 days ago
In the near future we will use lazy imports :)
https://peps.python.org/pep-0810/
1 comments
theLiminator
180 days ago
This can't come soon enough. Python is great for CLIs until you build something complex and a simple --help takes seconds. It's not something easily worked around without making your code very ugly.
link
peterfirefly
179 days ago
It's not that hard to handle --help and --version separately before importing anything.
link
eru
179 days ago
You could, but it doesn't really seem all that useful? I mean, when are you ever going to run this in a hot loop?
link