Mandelbrot. How to build an app to view a set

The Mandelbrot set is the set of complex numbers (c) for which repeatedly applying the function fc (z) = z2 + c produces values for which the modulus does not exceed a given value. It this has left you confused, I highly recommend this video which explains all of this is simple terms – there’s no point in me trying[…]

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

Free programming book from Stack Overflow Documentation

A free programming notes for professionals books made and based upon the original Stack Overflow Documentation. Not perfect books, not big Internet guru books, only the re-adapted notes caught from the documentation section of the Stack Overflow community. Programming Notes for Professionals books. They said Some months ago, on Hacker News, an interesting link appeared: Programming Notes for Professionals books.[…]

Read more