python相关学习文档收集

bs4中文文档:
用于网页爬虫
https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/
 
GitLab-CI 从安装到差点放弃
https://segmentfault.com/a/1190000007180257
 
unittest相关资料,可以用谷歌翻译
https://docs.python.org/3.6/library/unittest.html#
 
Python教程 – 廖雪峰的官方网站
https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000
 
在windows系统模拟linux使用命令
https://cygwin.com/install.html
 
rpc接口grpc框架,相关资料
https://grpc.io/docs/guides/auth.html
rpc代码实例,github开源
https://github.com/grpc/grpc/blob/v1.14.1/examples/python/route_guide/route_guide_client.py
 
python spyne包,支持rpc ,webservice等接口
http://spyne.io/#inprot=Soap11&outprot=HtmlMicroFormat&s=rpc&tpt=ZeroMQServer&validator=true
 
 
websocket代码,官方示例。包含长短连接
https://pypi.org/project/websocket-client/
 
 
遇到一些错误,此网站,基本可以查到解决方法。 值得收集
https://stackoverflow.com/questions/42629047/how-to-increase-message-size-in-grpc-using-python
 
 
来自搜狐,自动化ui测试一些思考
http://www.sohu.com/a/220161426_741445
 
 
美团点评,技术文章
https://tech.meituan.com/
 
适合unittest框架的,可视化测试报告html
https://github.com/TesterlifeRaymond/BeautifulReport
 
 
pytest进阶
https://docs.pytest.org/en/latest/contents.html
https://www.jianshu.com/p/54b0f4016300
 
 
纯python开发的locust性能测试工具
https://docs.locust.io/en/latest/what-is-locust.html#
https://docs.locust.io/en/latest/quickstart.html
 
阿里完整自动化测试解决方案macaca
https://yq.aliyun.com/articles/8310
 
 
tapd腾讯,敏捷开发平台scrum
https://www.tapd.cn/
 
 
docker菜鸟教程
http://www.runoob.com/docker/docker-tutorial.html
 
docker中文社区
http://www.docker.org.cn/
 
站长工具,包含:转码,http,websock,json,xml解析等等,非常适用,推荐
http://tool.chinaz.com/map.aspx
 
接口在线压力测试工具http
http://coolaf.com/tool/testing
 
白帽子,安全论坛
http://www.baimaozi.cn/
 
jenkins教程,廖雪峰教程
https://www.liaoxuefeng.com/article/001463233913442cdb2d1bd1b1b42e3b0b29eb1ba736c5e000
 
jmeter内建函数教程-官网
https://jmeter.apache.org/usermanual/functions.html#__javaScript
 
 
python mock教程-官网
http://www.voidspace.org.uk/python/mock/mock.html
 
selenium火狐驱动-github
https://github.com/mozilla/geckodriver/releases/

点赞