Difference between revisions of "From (Python)"

From wikieduonline
Jump to navigation Jump to search
Line 21: Line 21:
  
 
== Activities ==
 
== Activities ==
* Read: "Use '[[import]] module' or 'from module import'?" https://stackoverflow.com/a/710603
+
* Read: "Use '[[Import (Python)|import]] module' or 'from module import'?" https://stackoverflow.com/a/710603
  
 
== See also ==
 
== See also ==

Revision as of 06:39, 15 March 2022

from logging.handlers import TimedRotatingFileHandler
from datetime import *
#Not recommended according to https://stackoverflow.com/a/710603
from os import open as open_
# lets you use os.open without destroying the 
# built in open() which returns file handles.
# https://stackoverflow.com/a/9439518

Related terms

Activities

See also

Advertising: