This post gives a brief introduction to data visualization using python by making a small project.
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.
Significance of the number 50
For our 50th post, we bring to you the significance of the special number 50 in different aspects of our lives.
AIMBOT – What is it and How does it work?
“AimBot” is A term we use quite often while gaming. However, it is often misunderstood and the people who use it may not know the mechanisms behind the working of “AimBot”.
Introduction to Deep Neuroevolutionary Networks
This post provides an introduction to evolutionary neural networks and includes code to create and train a simple neuroevolutionary network from scratch in Python.
Introduction to Genetic Algorithms
This post provides an introduction to genetic algorithms and includes an implementation of a primitive genetic optimisation algorithm in Python.
Mastermind in Scala
This post teaches you how to code a game of Mastermind in Scala.
An Introduction to Dynamic Programming
This posts gives an introduction to the vast and important concept of dynamic programming. This will give anyone the tools needed to start writing complex DP algorithms.
Blackjack in Scala
This post discusses the logic behind coding a game of blackjack and its implementation for a simple single player vs dealer game of blackjack in Scala using Object Oriented Programming techniques.