The dimensions of the creative process

You become creative, you are not born. Those who are not born with great natural inventive skills can cultivate them, to become better at imagining and to become creative. As recent studies show, creativity can be developed, it should only be stimulated and trained. A brain is a machine of creativity, you just need to find the best way to[…]

Read more

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