Python 3 interpreter β scripting, automation, data analysis, and rapid development.
- Rapid prototyping β write and test fast
- Security tools β nmap, scapy, requests, pwntools
- Automation β scripts, bots, CI/CD pipelines
- Data science β pandas, numpy, sklearn
# Run a script
python3 script.py
# One-liners
python3 -c "print('Hello, world!')"
# Interactive mode
python3
# Module check
python3 -m pip install requestspip install requests scapy pwntools colorama rich| Task | Command |
|---|---|
| Web scraping | python3 scraper.py |
| Network analysis | scapy library |
| API testing | requests library |
| CTF exploits | pwntools |
MIT Β© 2026