In the last tutorial in this series, you learned how to format string data using the string modulo operator. In this tutorial, you'll see two more items to add to your Python string formatting toolkit. You'll learn about Python's string format method and... (more…)
Read more »
An open-source book about numpy vectorization techniques, based on experience, practice and descriptive examples... (more…)
Read more »
I'm going to go over some C code that implements a bloom filter, and then I'm going to show you how you can make use of that data structure in Python code through the use of cffi. (more…)
Read more »
Nearly 7 years ago, Soroco sought out to finalize on a programming language, as it started designing and developing its automation and process discovery products. In this post, we will describe why Soroco chose Python and what we did to ensure reliable an... (more…)
Read more »
Core Python developer, Brett Cannon, wrote
a compelling case for using "python -m pip". I think we can do better. Let's use "python -m" whenever we
can. What about building a python tooling ecosystem ala g... (more…)
Read more »