Remote imports for Python?
Remote imports for Python?
Posted Aug 31, 2017 16:44 UTC (Thu) by cesarb (subscriber, #6266)Parent article: Remote imports for Python?
I don't know if it has already been mentioned on the thread, but there's another problem with remote imports: reliability. A local import can work even offline; a remote import depends on both the remote server and the network being up every time the process is started.