Open in app

Sign In

Write

Sign In

Radek Bezvoda
Radek Bezvoda

12 Followers

Home

About

Dec 19, 2021

Windows’ winget app — pros and cons

In recent Windows 10 releases, one almost invisible feature was added — Winget app, that allows you for command line installs and upgrade of software packages. Winget roughly resembles Linux package managers, but with significant differences. The main one is that it’s the developer who publishes software on winget, not…

Windows 10

2 min read

Windows’ winget app — pros and cons
Windows’ winget app — pros and cons
Windows 10

2 min read


Sep 24, 2021

Old Windows 10 build and error 0x80004005 while upgrading

I encountered a few computers having obsolete Windows 10 build, like 16.04. This build is not supported for a while, but Windows Update should help here, right? When running Windows Update from the settings app, I got a notification that version 20H2 was available. Cool, isn’t it? But the upgrade…

Windows 10

2 min read

Old Windows 10 build and error 0x80004005 while upgrading
Old Windows 10 build and error 0x80004005 while upgrading
Windows 10

2 min read


Published in

Python in Plain English

·May 13, 2021

Create Histograms the Easy Way in Pandas

One of the most common techniques of data exploration is constructing a histogram. We will have a look at how to create one in Pandas with minimal prerequisites. Preparing the data First, install Pandas and Matplotlib, if you didn’t already. …

Python

1 min read

Create Histograms the Easy Way in Pandas
Create Histograms the Easy Way in Pandas
Python

1 min read


May 8, 2021

Have a QNAP NAS? Be sure to update it

QNAP NAS devices are hugely popular among both home and office users. It offers a wide range of services from media streaming to backup options. In Hybrid backup client in particular, a critical security vulnerability was discovered that might allow attackers to encrypt your data (ransomware kind of attacks). What…

Qnap

1 min read

Qnap

1 min read


May 3, 2021

Python’s sum function on steroids

We’ve all been using the builtin sum function to add up integers or floats from lists or tuples for years, since our Python journey started. It’s well taught but a little boring feature of the language, right? Well, maybe not so boring after all. Sum is able to add up…

Python

1 min read

Python

1 min read


Apr 8, 2021

Python may become lots faster in future releases

Python code can be executed by a few environments, but the reference and most common implementation is CPython. This is what runs your code by default, but is commonly considered slow. There are certainly a lot of options how to speed up your code already, from switching to another interpreter…

Python3

1 min read

Python may become lots faster in future releases
Python may become lots faster in future releases
Python3

1 min read


Feb 10, 2021

Python gets pattern matching

A 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 at what it means for us, Pythonistas. The simplest example may look like this (example adapted from PEP 636): def http_error(status)…

Python Programming

2 min read

Python gets pattern matching
Python gets pattern matching
Python Programming

2 min read


Published in

Python in Plain English

·Apr 25, 2020

First Look at Selenium in Python

Introduction In Python, there are two competing solutions for web scraping or interacting with web pages: BeautifulSoup and a binding for the Selenium framework. BeautifulSoup enables a user to break down an already download page to a set of elements and analyze them further. This approach is not always possible or…

Python

3 min read

First Look at Selenium in Python
First Look at Selenium in Python
Python

3 min read

Radek Bezvoda

Radek Bezvoda

12 Followers
Following
  • Michal Černý

    Michal Černý

  • Toni Bernhard

    Toni Bernhard

  • Jeff Hale

    Jeff Hale

  • Aniruddha Bhandari

    Aniruddha Bhandari

  • Abel Garrido

    Abel Garrido

See all (22)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams