https://github.com/danielyan86/python-study
Python, robot framework, docker 笔记和练习
https://github.com/danielyan86/python-study
algorithms docker python robot-framework
Last synced: 6 months ago
JSON representation
Python, robot framework, docker 笔记和练习
- Host: GitHub
- URL: https://github.com/danielyan86/python-study
- Owner: Danielyan86
- Created: 2014-11-20T08:11:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T07:11:52.000Z (about 2 years ago)
- Last Synced: 2024-09-26T10:42:15.718Z (over 1 year ago)
- Topics: algorithms, docker, python, robot-framework
- Language: Python
- Homepage:
- Size: 4.97 MB
- Stars: 27
- Watchers: 8
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Study
摘要:此项目包括 Python, robotframework,docker,自动化测试,的学习笔记和 demo。大部分代码代用 py3.6+,部分老代码采用 py2.7
## AutomationTest
自动化测试相关,包括 httprunner 框架,postman 自动化脚本,python requests 包例子
## DockerDemo
使用 docker 做自动化测试的 demo
## Python-algorithms
python 实现基本算法
## PythonAutomationTool
Python 自动化工具
## python challenge
python 练习 http://www.pythonchallenge.com
## PythonMathProblem
python 练习 http://www.s-anand.net/euler.html
## PythonProgram
基于 python 的一些框架
## PythonTutorial
python 基本语法
## RobotFrameworkBasic
RobotFramework 基本语法和 demo
## Python 学习进阶路线
- 列表,字典,推导式
- 迭代器和生成器
- 学习 map、reduce、filter 等函数,函数式编程
- 装饰器
- 设计模式
- 多线程,多进程编程