A light introduction to the Python pickle protocol, the Pickle Machine, and constructing malicious pickles. (more…)
Read more »
Python is a great programming language that offers us amazing tools to make our code more readable, concise, and cool. Today I’d like to talk about ways to write more Pythonic code, we will cover some great tricks that will improve the quality of your cod... (more…)
Read more »
In this tutorial, we will make an Image classification model to classify different types of Pokemons using the Keras library in Python. (more…)
Read more »
Exploratory Data Analysis (EDA) is the most critical initial step for Data Scientists to analyze a new dataset, this guide describes simple & advanced tech... (more…)
Read more »
Two years ago a few colleagues (shoutout to helloarbit, travismcpeak, and coffeetocode) and I were talking about supply chain attacks which led to this work being completed. A supply chain attack is… (more…)
Read more »