Fork-Exec for Python Programmers

fork() can magically make your program do things twice. Don’t believe me? Let’s
run this small program and see for ourselves. Create a file called fork.py and
save the following code in it. Read more

Similar

Updating Python Apps

Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such ... (more…)

Read more »