Oct 21, 2025 · 1 min read · If you're a user of the Python requests library, consider having a look at the relatively new httpx library. It's an obvious successor to requests and is generally preferred over it - but not always! In my latest article for the Towards Data Science ...
Join discussionJul 16, 2024 · 3 min read · Bug bounty hunting is a thrilling field where security enthusiasts and professionals test their skills against live systems, seeking vulnerabilities that can be reported for rewards. In this guide, we'll explore how to use two powerful tools, GAU (Ge...
Join discussion
Jul 6, 2024 · 17 min read · Background First of all, why use a wrapper? Well, wrappers are incredibly useful high-level tools that allow you to use an API without having to worry about constructing correct API calls, allowing the user of such wrapper to focus more on their code...
Join discussion
Jul 6, 2024 · 7 min read · Last article, we created a simple pythonic wrapper for the EgyTech API, with basic functionality. This time we will be extending out wrapper's functionality with some interesting concepts. I've also included some diagrams to help you with these conce...
Join discussion