In my previous post, I examined the usability of Python on studying BigQuery data on Kaggle. There, I concluded that, as for now, we could not avoid using BigQuery more extensively than I initially… (more…)
Read more »
Here’s a quick question for you: if you and two values in Python, what is the type of the return? A boolean, right? Nope. Not necessarily. (more…)
Read more »
As a software engineer, I’m always looking for ways to optimize the tedious tasks and repetition out of my workflow, and one of these repetitive tasks is building and maintaining Python packages - you know, the repositories that get uploaded into devpi or... (more…)
Read more »
Small but useful Python package that abstracts away complexity of making asynchronous API calls in Python for common use case of high volume of calls with parameters that change between calls. - am... (more…)
Read more »
A simple program that crypts and decrypts strings. - GitHub - mpiele/BobCryptography: A simple program that crypts and decrypts strings. (more…)
Read more »