python項目構建
The Python programming language is very capable when it comes to networking. We've released a crash course on the freeCodeCamp.org YouTube channel that will help you learn the basics of networking in Python.
當涉及到網絡時,Python編程語言非常有能力。 我們已經在freeCodeCamp.org YouTube頻道上發布了速成班 ,可以幫助您學習Python聯網的基礎知識。
This course was developed by Neural Nine. You will learn the networking principles of Python by building the following networking projects:
這門課程是由Neural Nine開發的。 您將通過構建以下網絡項目來學習Python的網絡原理:
- Mailing Client 郵件客戶端
- DDOS Script DDOS腳本
- Port Scanner 端口掃描儀
- TCP Chat Room TCP聊天室
These projects will give you a good introduction to what Python is capable of when it comes to networking. A lot of the basics will be taught through the Mailing Client application. The Chat Room application will help you learn how to interact with TCP. The DDOS Script and Port Scanner will teach you basic penetration testing. ?
這些項目將為您很好地介紹Python在聯網方面的功能。 通過Mailing Client應用程序可以教授很多基礎知識。 聊天室應用程序將幫助您學習如何與TCP交互。 DDOS腳本和端口掃描程序將教您基本的滲透測試。
You can watch the course on the freeCodeCamp.org YouTube channel (1 hour watch).
您可以在freeCodeCamp.org YouTube頻道上觀看課程(觀看時間為1小時)。
翻譯自: https://www.freecodecamp.org/news/python-networking-course/
python項目構建