This post covers how the internet works
Confetti on scratch
This post explains how to make virtual confetti on scratch.
An Introduction to Data Visualisation using Python
This post gives a brief introduction to data visualization using python by making a small project.
KALI LINUX – HACKER’S PARADISE
This post covers the features of Kali Linux
Fractals
Fractals are formed by repeating a process again and again, where each output influences the next input. They are also self-similar to some extent. Fractals […]
Morse Code Encoder-Decoder in Python
This post walks you through building a simple program to translate from english to morse code and vice versa.
String Equalization (Competitive Programming Problem)
This post discusses the solution to an interesting problem I found while browsing through Codeforces.