Suraj Singh BishtUnderstanding Python Monkey Patching: A Comprehensive Guide with Django ExamplesIntroductionOct 22Oct 22
Suraj Singh BishtPython Pentesting: Capture & Save TCP/IP Packets in PCAP FilesHello Readers! Today’s tutorial will cover how to save TCP/IP packets in a PCAP file using Python. Handling and analyzing network packets…Oct 18Oct 18
Suraj Singh BishtHTTP Header Sniffing: A Python Tutorial for Ethical HackersWeb sniffing allows us to capture HTTP header packets providing valuable insights into server behavior and configurationOct 16Oct 16
Suraj Singh BishtCreate a TCP Port Scanner Using PythonPort scanning is a crucial technique in network security, and it can be easily implemented in Python.Oct 16Oct 16
Suraj Singh BishtHow We Streamlined Our Django App’s Logging with Python’s ContextVars (GUID) module.Hey there, fellow coders! 👋 Suraj here, and today I’m gonna spill the beans on how we leveled up our Django app’s logging game using…Jul 19Jul 19
Suraj Singh BishtHow Much Speed Can You Really Squeeze Out of Python? [Cython/C]Python is a very popular language due to its beginner-friendly nature, rapid prototyping capabilities, and the support of a large and…Mar 30Mar 30
Suraj Singh BishtBuilding a Neural Network from Scratch for Digit Recognition on MNIST — Part 2we unravel the process, guiding you through building your own neural network from scratch (No Pytorch, No Numpy).Jan 3Jan 3
Suraj Singh BishtMastering Gradient Descent: Math, Python, and the Magic Behind Machine LearningImplementing a Python class to auto-compute gradient values like PyTorch tensorDec 26, 2023Dec 26, 2023
Suraj Singh BishtUnderstand Btrfs File System (Copy On Write, Sub-Volumes, Snapshots, Quota Group) — Part 2Btrfs is an advanced file system that uses copy-on-write techniques, sub-volumes, snapshots, compression, and quota groups to provides…Nov 10, 20231Nov 10, 20231