Contributions

Article
*Any* image can be recreated using only sine functions. This article goes through the theory behind this and the Python code to try it out on any image. The article is a step-by-step guide through the maths needed (no prior special maths knowledge required) and the code. Some great videos, too, in the article, plus a link to a GitHub repo
Article
This article describes an analogy to help understand what really happens when a Python program runs. Article's target audience is the beginner and intermediate Python programmer