How do I write output in same place on the console?
You can also use the carriage return: sys.stdout.write(“Download progress: %d%% \r” % (progress) ) sys.stdout.flush()
You can also use the carriage return: sys.stdout.write(“Download progress: %d%% \r” % (progress) ) sys.stdout.flush()
Preferences/Settings -> Editor -> General -> Console, check the box next to Override console cycle buffer size, set to a larger number than 1024 KB.