Learn functional Python in a fast way

I found a very useful resource: an article, where you’ll learn what the functional paradigm is as well as how to use functional programming in Python. You’ll also learn about list comprehensions and other forms of comprehensions. Functional paradigm, map and lambda expressions In a functional paradigm, you don’t tell the computer what to do but rather you tell it[…]

Read more

A better Ubuntu Linux without the crappy Snap

Snap is a software deployment and package management system originally designed and built by Canonical, the company behind the for the Ubuntu phone operating system. After the fall-down of that last one, the Snap system was brought to desktop and updated to work across a range of Linux distributions as independent upstream software deployment system. But, all that glitters is[…]

Read more