This is the second part of A/B testing notes, which contains the practical issues and alternatives of A/B testing. The fundamental introduction of A/B testing can be found in the first part of the notes: A/B Testing with Practice in Python (Part One)…
I learned A/B testing from a Youtube vedio. The link is https://www.youtube.com/watch?v=Bu7OqjYk0jM. I will divide the note into two parts. The first part is generally an overview of hypothesis testing. Most concepts can be found in the article  "Sta…
In this lesson you will create a new project with a virtual environment and write your first unit test with pytest. In doing so, you will learn: install pytest organize your project to support automated test discovery setup Visual Code to use pytest…
如何测试shell命令?最近,我遇到了一些情况,我想运行shell命令进行测试,Python称为万能胶水语言,一些自动化测试都可以完成,目前手头的工作都是用python完成的.但是无法从Python中找到有关如何进行测试的教程.在google上搜索了很久之后,我找到了一个适合我的解决方案,也许它也适合你! 为什么使用Python进行测试? 您可以使用专用工具来测试shell命令.为什么选择Python而不是其他语言或者工具?但是如果您经常使用Python,那么使用Python是有意义的,因为Py…
Remember to consturct your test environment. Kali Linux & Metasploitable2 & Windows XP…
Coding Standards Coding Standards are suggestions that will help us to write automation Scripts code using any language. Naming conventions for creating automation Script, objects, variables and procedures. Commenting standard in the scripting, Text…
Machine and Deep Learning with Python Education Tutorials and courses Supervised learning superstitions cheat sheet Introduction to Deep Learning with Python How to implement a neural network How to build and run your first deep learning network Neur…
locust--scalable user load testing tool writen in Python(是用python写的.规模化.可扩展的测试性能的工具) 安装locustio需要的环境条件是:Python2.6+,但是不支持Python3. 今天在cmd里运行pip install locustio,报错提示:error: invalid command 'bdist_wheel'. 原因:pip和setuptools的版本较低. 解决方案:升级pip和setuptools. 一…
转自:http://developer.51cto.com/art/201507/483510.htm 很多来自世界各地的程序员不求回报的写代码为别人造轮子.贡献代码.开发框架.开放源代码使得分散在世界各地的程序员们都能够贡献他们的代码与创新. Python就是这样一门受到全世界各地开源社区支持的语言.Python可以用来开发各种小工具软件.web应用.科学计算.数据分析等等,Python拥有大量的流行框架,比如Django.使用Python框架时,可以根据自己的需求插入不同的模块,比如可以用S…
Awesome Python  A curated list of awesome Python frameworks, libraries, software and resources. Inspired by awesome-php. Awesome Python Environment Management Package Management Package Repositories Distribution Build Tools Interactive Interpreter Fi…