An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python - GitHub - dtnewman/stochastic_gradient_descent: An IPython notebook showing the b... (more…)
Read more »
https://youtu.be/ps00wDz6d-U This article will be fun! You'll learn about an important concept in security: reverse shells. You'll also learn how to create reverse shells in Python in a single line of code. So, let's start with the big question: What is a... (more…)
Read more »
Whenever I started learning about parsing and writing interpreters, I would get to how to handle comments. The gist of it was simple: just throw them out! You find them in the raw text output as you are generating lexing tokens, and discard them, meaning ... (more…)
Read more »
Welcome to my personal website and blog, here you can find some information about me, contact, social media links as well as
my blog posts... (more…)
Read more »
This post will show you how to crawl the web using Python. Web crawling is a powerful technique to collect data from the web by finding all the URLs for one or multiple domains... (more…)
Read more »