Why not just use Python?
Python has excellent native support for files, processes, threads etc.
These features are typically limited to those defined by ANSI C.
- Many advanced Windows features are not exposed using these interfaces.
- Standard implementation of some of the standard library functions leaves a little to be desired in a Windows environment.