Python has won the TIOBE programming language of the year award! This is for the fourth time in the history, which is a record! The title is awarded to the programming language that has gained most popularity in one year. Python made a positive jump of ... (more…)
Read more »
In this video we will explore one of the ways of reading data from HTML using python pandas library. (more…)
Read more »
An interactive Formula 1 race visualisation and data analysis tool built with Python! ποΈ - IAmTomShaw/f1-race-replay... (more…)
Read more »
How to switch SaltStack from Python 2 to Python 3 (Ubuntu, Debian, Centos, Amazon Linux, Windows)... (more…)
Read more »
In Python, Integers are not iterables but we can make them iterable by implementing __iter__ function. In this essay, we change Python's source code and implement iter function for integers. (more…)
Read more »