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

Post-Mortem Python Plotting

Next time you're in your IPython console and you get an error somewhere deep in your stack, run %debug. It's a post-mortem debugger, and it'll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the... (more…)

Read more »