python_patterns
Python Patterns
Nohup + print
To avoid explicit sys.stdout.flush()
statements, one should use python3 -u script.py
which explicitly flush all print statements for the standard streams.
Keywords: python python3 patterns design tricks trade flush nohup
python_patterns.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1