|
1 | | -#pythoncode-tutorials |
2 | | -PythonCode Tutorials |
| 1 | +#Python Code Tutorials |
| 2 | +This is a repository of all the tutorials of[The Python Code](https://www.thepythoncode.com) website. |
| 3 | +##List of Content |
| 4 | +-###[Ethical Hacking](https://www.thepythoncode.com/topic/ethical-hacking) |
| 5 | +-###[Scapy](https://www.thepythoncode.com/topic/scapy) |
| 6 | +-[Building an ARP Spoofer](https://www.thepythoncode.com/article/building-arp-spoofer-using-scapy). ([code](scapy/arp-spoofer)) |
| 7 | +-[Detecting ARP Spoof attacks](https://www.thepythoncode.com/article/detecting-arp-spoof-attacks-using-scapy). ([code](scapy/arp-spoof-detector)) |
| 8 | +- DHCP Listener script. ([code](scapy/dhcp_listener)) |
| 9 | +-[Fake Access Point Generator](https://www.thepythoncode.com/article/create-fake-access-points-scapy). ([code](scapy/fake-access-point)) |
| 10 | +-[Simple Network Scanner](https://www.thepythoncode.com/article/building-network-scanner-using-scapy). ([code](scapy/network-scanner)) |
| 11 | +-[Writing a DNS Spoofer](https://www.thepythoncode.com/article/make-dns-spoof-python). ([code](scapy/dns-spoof)) |
| 12 | +-[Writing a Keylogger in Python from Scratch](https://www.thepythoncode.com/article/write-a-keylogger-python). ([code](ethical-hacking/keylogger)) |
| 13 | +-[Making a Port Scanner using sockets in Python](https://www.thepythoncode.com/article/make-port-scanner-python). ([code](ethical-hacking/port_scanner)) |
| 14 | + |
| 15 | +-###[Machine Learning](https://www.thepythoncode.com/topic/machine-learning) |
| 16 | +-[Building a Speech Emotion Recognizer using Scikit-learn](https://www.thepythoncode.com/article/building-a-speech-emotion-recognizer-using-sklearn). ([code](machine-learning/speech-emotion-recognition)) |
| 17 | +-[Top 8 Python Libraries For Data Scientists and Machine Learning Engineers](https://www.thepythoncode.com/article/top-python-libraries-for-data-scientists). |
| 18 | + |