PYTHON AND INFORMATION SECURITY
EVM Puzzles is a GitHub repo from fvictorio containing a collection of puzzles to teach how the EVM operates.For each challenge we are supplied with...
Level 1 “Fallback” gives us the source code of a contract, to beat the level we must claim ownership of the contract and drain it’s balance to...
This is the first in the Ethernaut write-up series by CAPS LOCK DAVE.LEVEL 0 CAN BE FOUND HERE This level serves as the tutorial and guides us...
Coding a Basic HTML Web Scraper in Python · Python is used extract massive amounts of data from the web, today we will learn how to use requests and...
Installing Jupyter Notebook with pip and creating your first notebook. · What Is a Jupyter Notebook So, you are learning Python and maybe you've even...
If you haven’t taken a look at my level 1 write-up, I would recommend going back and reading it over because it explains our processes and the tools...