In this series, we examine an SQL query builder I wrote in 150 lines of Python, why I wrote it, how I thought about it, and the decisions I had to make. This article is a sneak peek of the series and the code. (more…)
Read more »
A library to assist writing memory-unsafe code in "pure" python, without any imports (i.e. no ctypes etc.) - DavidBuchanan314/unsafe-python... (more…)
Read more »
It is no secret that the world is in constant state of flux. Everything is changing every-time. The COVID-19 pandemic has successfully accelerated the rate of change of humanity towards digitization of processes thus it calls for people to speak the langu... (more…)
Read more »
Video course: Edit Videos with Python CodeThis course teaches you how you <u>Video Processing with Python</u>. By writing Python code, you can automatically edit videos. It is an introduction course: you will learn about resizi... (more…)
Read more »
In this tutorial we'll dive in Topic Mining. We'll analyze a dataset of newsfeed extracted from more than 60 sources. We'll show how to process it, analyze it and extract visual clusters from it. We'll be using great python tools for interactive visualiza... (more…)
Read more »