Posts

Showing posts with the label python

Python multiprocessing: Pass the shared resource along to children

Update 11 Aug '20: Turned out I misunderstood how multiprocessing module works! A Process can inherit resources cre…

How To Enable Auto-Completion in Python Shell

Learn how to use TAB to auto-complete expressions in plain vannila Python shell.

If you need to have auto completion in…

Tornado Web Framework - Flash Messages

Implement flash messages in Tornado web framework.ProblemSuppose you have a URL for editing an object under /OBJECT-ID/…

Amailyser: The E-mail Analyser

Introducing a small software to analyse a mailbox.

Recently Ed Daniel (a friend of mine) needed to produce a time analy…