@cucumbersome
Nothing here yet.
Nothing here yet.
Mar 22, 2022 · 3 min read · Python data classes were introduced in [https://peps.python.org/pep-0557/](PEP 557). They allow us to model data cleaner than commonly used dicts. Unlike classic python classes, data classes are easily transformable to a dictionary - you can use the ...
Join discussionApr 23, 2021 · 3 min read · Recently I started to play around kaggle.com. The first competition is Titanic - Machine Learning from Disaster. After finishing the tutorial, you are encouraged to post your own submission. The solution you end with after completing the tutorial is ...
Join discussionApr 12, 2021 · 1 min read · I wanted to learn how to use Terraform. I think there is no better way to learn to use a new tool than actually using it. Oracle cloud has the always free trier so even though it's not the most popular cloud provider, I decided to give it a try and ...
Join discussion