Creating python binaries and updating those binaries is a vital part of a good application. When a user is required to go out of their way to download a seperate binary and install it (or worse, manually overwrite it), it worsens the experience. As such ... (more…)
Read more »
BlazingSQL is a lightweight, GPU-accelerated, SQL engine in Python. BlazingSQL can seamlessly query large scale data sets, wherever they reside, as well as in-memory tables, which are built on the… (more…)
Read more »
Avatars for Zoom, Skype and other video-conferencing apps. - alievk/avatarify-python... (more…)
Read more »
The challenge Write a function that, given a string of text (possibly with punctuation and line-breaks), returns an array of the top-3 most occurring words, in descending order of the number of occurrences. Assumptions: A word is a string of letters (A to... (more…)
Read more »