When I was developing in JS I was upset with how the whole node_modules
and dependency system. Still a mess, but with Python I am still so much more frustrated… it is such a pain to import files in the same project I’m in… I thought relative imports should be easy, but I always get punched in the face with import error: attempted relative import with no known parent package
. will persevere.
Cristian Dinu
@cdinu