- Language
- Strings
- Collections
- Functions
- Storage
- Class
- Goodies
- Applications
-
Scheduler
-
Time
*
-
Multithreading
*
-
Subprocess
*
-
Logging
*
-
Time
*
- Packages
Storage ♣ With Open
No need to close the file Fewer lines of code, fewer bugs with open(file, 'w') as f: f.write('abc')
b2