In this article I’ll give an overview of what ad-hoc data analysis is, how it’s done, and how its results can be organized with dstack.ai… (more…)
Read more »
On why It's not possible to isolate Python code when running it in the same interpreter... (more…)
Read more »
Let's talk about configuring Python applications, specifically the kind that might live in multiple environments – dev, stage, production, etc...
(more…)
Read more »
If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. (more…)
Read more »
If you need to run Python code, you should install the interpreter which allows working in interactive and script modes. (more…)
Read more »