Building Python GUIs in 2020

Build cross-platform desktop applications in Python. PyQt is an open source GUI framework for writing OO Python applications. Read more

Similar

A Primer on Python Regular Expression

Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents Being a Data Scientist it is good to know regex which is found... (more…)

Read more »