Introduction When it comes to computer science and especially to machine learning and data science, you oftentimes hear that mathematical skills are fundamental. But is...
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...
Analyzing Coronavirus with Python (COVID-19)
Introduction Chances are, you are in quarantine right now and the reason for that is the coronavirus, also known as COVID-19. Now I am not...
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...
Generating Texts with Recurrent Neural Networks in Python
Introduction Recurrent neural networks are very useful when it comes to the processing of sequential data like text. In this tutorial, we are going to...
Portfolio Visualizer with Matplotlib in Python
Introduction Python is the number one language for machine learning and data science right now. For the most part this is because of the powerful...
Handwritten Digits Recognition With Tensorflow
Introduction One of the most powerful and most popular libraries for machine learning out there is Tensorflow. It allows us to easily build, train and...
K-Nearest Neighbors Classification From Scratch in Python
Introduction Classification is a supervised learning process that categorizes data into classes. One of the most popular classification algorithms in machine learning is the K-Nearest Neighbors...
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...
Linear Regression From Scratch in Python
Introduction One of the most basic machine learning models is the Linear Regression. The purpose of linear regression is to take a bunch of data...
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...