WHAT ARE YOU INTERESTED IN?

ALL POSTS

10 Awesome Raspberry Pi Project Ideas

Introduction The Raspberry Pi is an awesome little piece of hardware. It is essentially a minicomputer that costs less than 60$. Some older versions even...

Top 5 Programming Languages For 2020

Introduction At the moment we can choose out of thousands of programming languages to learn. We have so many different choices that we get into...

Code A DDOS Script In Python

Introduction In this tutorial we are going to write a penetration-testing script, namely a DDOS script, in Python. This program will allow us to flood...

TCP Chat in Python

Introduction Python is a great programming language for computer networking. It allows us to create solid applications very fast and easily. In this tutorial, we...

50+ Python Programming Ideas

Introduction Programming is fun. It enables us to automate processes and create awesome applications. But just reading books and watching tutorials is not enough. We...

Top 5 Programming Languages For 2019

Introduction Right now, there are hundreds, if not thousands, of different programming languages out there. Some of them are used quite frequently and some of...

Plot Candlestick Charts in Python

Introduction Candlestick charts are one of the best ways to visualize stock data because they give us very detailed information about the evolution of share...

Threaded Port Scanner in Python

Introduction Port Scanners are primarily used for Penetration Testing and Information Gathering. Essentially, we are looking for open ports in a host for one of...