The Snowflake connector for python seems to be implemented essentially as API calls over HTTP. Using aiohttp, companion subclasses to SnowflakeConnector, SnowflakeCursor, SnowflakeRestful etc, coul... (more…)
Read more »
We'll use Poetry to start a simple project, manage dependencies and publish it on PyPI. We'll also integrate Pytest, Black, and Flake8 into VSCode directly from a Virtual Environment.
(more…)
Read more »
Here are three things that I see my non programming counterparts doing every single day. These really sum up so much of what folks do within an office. (more…)
Read more »
Beyond the print() function in Python
Hey guys, today I am going to talk about some features of the print() function in python. You will probably have come across some of these functions while others could seem new.
Let's start by understanding the b... (more…)
Read more »