Automation in Python.
Something you need to be aware of if you’re a Python developer, at least the basics.
Wanted to share this video with you, it might be helpful to practice with 7 different projects automating boring repetitive tasks with Python.
Related Posts
Understanding Selection sort in Java
Introduction: Sorting algorithms are a fundamental concept in computer science and are used to arrange a collection of…
Understanding APIs
1. Introduction 1.1 What is an API? An API, or Application Programming Interface, is a set of rules…
Raft (not)almighty: how to make it more robust
Everybody loves Raft. There is a common opinion that the presence of this algorithm in a distributed system…