My little place on internet to talk about coding and software engineering. (more…)
Read more »
Smaller and faster Python 3.6.x images for you to take advantage of. |... (more…)
Read more »
Sometimes the Pythonic way to solve a problem changes over time. As Python has evolved, so has the Pythonic way to count list items. Let’s look … (more…)
Read more »
Let’s look at performance of our Python programs and see how to make them up to 30% faster! (more…)
Read more »
The Python Package Index commonly known as PyPI is a repository of software for the Python programming langauge. Every time you run pip install $PACKAGE you are using PyPI. In this post, you will learn how to continously deploy your own Python packages to... (more…)
Read more »