imapbackup - A Python script for incremental backups of IMAP mailboxes... (more…)
Read more »
Python job scheduling for humans. Run Python functions (or any other callable) periodically using a friendly syntax. (more…)
Read more »
As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other ways of formatting, but they are also faster! By the end of this article, you will learn how and why to st... (more…)
Read more »
Exploring Python through counter-intuitive snippets. If you think you know Python, think once more! - satwikkansal/wtfpython... (more…)
Read more »
Today we are pleased to announce the open-sourcing of Python Fire . Python Fire generates command line interfaces (CLIs) from any Python cod... (more…)
Read more »