The main role of the project: Python3's usage:
- Python3 basic test code
- call dynamic library test code(ctypes, C interface)
- Matplotlib's usage
- NumPy's usage
- OpenCV's usage
- SicPy's usage
- send email test code(smtplib, email)
- PyMongo's usage
- rpc(remote procedure call) test code
- Pillow(PIL)'s usage
- pybind11's usage
- wheel's create and usage
- cryptography's usage
- Pyomo's usage
- FastAPI's usage
Installation:
conda create -n Python_Test python=3.10
conda activate Python_Test
git clone https://github.com/fengbingchun/Python_Test
cd Python_Test
pip install -r requirements.txt
- 从https://sourceforge.net/projects/winglpk/ 下载winglpk-4.65.zip并解压缩,将glpk-4.65\w64目录添加到系统环境变量中
This project supports both linux and windows10/7 platforms.
Blog: fengbingchun