Python网络编程该学习那些知识?
高洛峰
高洛峰 2017-04-17 16:39:27
0
2
680
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(2)
刘奇

1.Basic network protocols

  • TCP/IP Protocol BasicsTCP/IP 协议基础

  • HTTP 协议基础

2.编程基础

  • socket编程

  • 多线程 or 多进程

  • 并发模式 select poll epoll

3.Python网络模块orWeb框架

  • python 标准库一些源码:

    • SocketServer.py 源码

    • SimpleHTTPServer.py 源码

    • wsgiref.py 的源码

  • Web框架or服务器

    • werkzueg源码

    • flask 源码

    • tornado

    HTTP protocol basics

2. Programming basics




socket Programming

🎜🎜Multi-threading or multi-process🎜🎜 🎜🎜Concurrency mode select poll epoll etc.🎜🎜 🎜 🎜3.Python network module or Web framework🎜 🎜 🎜 🎜Some source code of python standard library: 🎜 🎜 🎜🎜SocketServer.py source code🎜🎜 🎜🎜SimpleHTTPServer.py source code🎜🎜 🎜🎜wsgiref.py source code🎜🎜 🎜 🎜 🎜 🎜Web framework or server🎜 🎜 🎜🎜werkzueg source code🎜🎜 🎜🎜flask source code🎜🎜 🎜🎜tornado source code🎜🎜 🎜 🎜 🎜 🎜Bibliography:🎜 🎜"Python Network Programming Guide"🎜"Python Black Hat: Hacking and Penetration Testing Programming"🎜"Illustrated TCP/IP"🎜"Illustrated HTTP"🎜"TCP/IP Detailed Explanation Volume 1 Protocol"🎜
巴扎黑

It is recommended to go to Geek Academy to find it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!