Windows’ winget app — pros and consIn recent Windows 10 releases, one almost invisible feature was added — Winget app, that allows you for command line installs and upgrade…Dec 19, 2021Dec 19, 2021
Old Windows 10 build and error 0x80004005 while upgradingI encountered a few computers having obsolete Windows 10 build, like 16.04. This build is not supported for a while, but Windows Update…Sep 24, 2021Sep 24, 2021
Published inPython in Plain EnglishCreate Histograms the Easy Way in PandasOne of the most common techniques of data exploration is constructing a histogram. We will have a look at how to create one in Pandas.May 13, 2021May 13, 2021
Have a QNAP NAS? Be sure to update itQNAP NAS devices are hugely popular among both home and office users. It offers a wide range of services from media streaming to backup…May 8, 2021May 8, 2021
Python’s sum function on steroidsWe’ve all been using the builtin sum function to add up integers or floats from lists or tuples for years, since our Python journey…May 3, 2021May 3, 2021
Python may become lots faster in future releasesPython code can be executed by a few environments, but the reference and most common implementation is CPython. This is what runs your…Apr 8, 2021Apr 8, 2021
Python gets pattern matchingA few days ago, PEP 634 authored by Brandt Bucher and the creator of Python language Guido van Rossum was accepted. So, lets have a look…Feb 10, 2021Feb 10, 2021
Published inPython in Plain EnglishFirst Look at Selenium in PythonIntroductionApr 25, 2020Apr 25, 2020