Hacker News new | ask | show | jobs
by thealfreds 2787 days ago
I'm not a Python dev. Is it not common to just type and let it auto import in the required libraries for you?
3 comments

Java's tooling for this is among the top. We're spoiled compared to the dynamically typed languages :)
I don't tend to do so in Python whereas I do in Java.

Maybe due to often importing and naming (something you don't do in Java.)

E.g

    Import matplotlib as plot
Vs Import java.util.
You'd think so. Maybe my setup is faulty. Something for me to look in to