Python provides several keywords which enable a functional programming approach for python. These functions are all convenience features in that they can be written in Python fairly easily and can be replaced by custom code with some more line of code. As… Read more
Similar
Python now has support for type hints. In this article, we will see how to enable better IntelliSense and type checking analysis in VSCode. (more…)
Read more »
View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery
... (more…)
Read more »
CPython 3.6 is out, 3.7 branches are all setup and CPython is now on GitHub. Exciting times for the Python community. (more…)
Read more »
Some time back a trending video made its way into my life, it provided a graphical representation of common sorting algorithms. This simple ... (more…)
Read more »
In this post, we explore some of the tradeoffs of performance optimization and where to draw the line in the never-ending quest for speedy code. (more…)
Read more »