《程序员数学指南》各章的Python实现代码

网友投稿 713 2022-10-22

《程序员数学指南》各章的Python实现代码

《程序员数学指南》各章的Python实现代码

A Programmer's Introduction to Mathematics

This repository contains the code implementing the applications from each chapter of A Programmer's Introduction to Mathematics. All code is written in Python 3.x. Feel free to submit a pull request if you find a bug.

To install the requirements and run the examples, using pip and virtualenv (Python's standard packaging tools):

virtualenv -p python3 venvsource venv/bin/activatepip install -r requirements.txt

To run the test suite:

pytest# with code coveragepytest --cov-report html:cov_html --cov-report annotate:cov_annotate --cov

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:mybatis if test条件判断语句中的判断问题分析
下一篇:Nacos安装之Windows、Linux指南
相关文章

 发表评论

暂时没有评论,来抢沙发吧~