This repo contains different basic examples to show the versatility of Python.
- csv-read-write: Simple examples of reading/writing CSV files
- scapy-icmp-request Simple example of crafting an ICMP Echo Request with Scapy
- web-crawler: Simple web crawler using only Python standard libraries