A “Best of the Best Practices” (BOBP) Guide to Developing in Python

A “Best of the Best Practices” (BOBP) guide to developing in Python. Read more

Similar

The Definitive Guide to Python Click

A tutorial on how to use the components of the Python Click library to intuitively and easily build simple to complex command line interface (CLI) applications. This tutorial covers styling, passing context, creating your own pass decorators, nested comma... (more…)

Read more »

Writing Python Extensions in Rust

In December I spent few days with Rust. I wrote few lines of code and was trying to get in touch with the syntax and feeling of the language. One of the major things in my TODO list was figuring out how to write Python extensions in Rust. Armin Ronacher w...

Read more »