摘要: Python与c/c++混合编程 https://www.cnblogs.com/leoking01/p/14591169.html https://github.com/shenghuofei/c-python https://blog.csdn.net/weixin_41521681/artic 阅读全文
posted @ 2021-11-10 14:01 michaelchengjl 阅读(48) 评论(0) 推荐(0) 编辑
摘要: numpy-tutorial numpy中比较两个数字的断言函数 assert_allclose比较数组相等 与assert_array_equal不同的是,该函数有atol(绝对容差限)、rtol参数(相对容差限)。比如对于数组a,b,则将测试是否满足 ∣ a − b ∣ ≤ ( a t o l 阅读全文
posted @ 2021-11-10 14:00 michaelchengjl 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Pandas 数据分析资料 https://github.com/zhouyanasd/or-pandas https://www.pypandas.cn/docs/getting_started/ https://oicebot.github.io/2018/09/05/30-mins-into- 阅读全文
posted @ 2021-11-10 11:10 michaelchengjl 阅读(24) 评论(0) 推荐(0) 编辑
摘要: python3 创建虚拟环境 python3 -m venv cjl source cjl/bin/activate source cjl/bin/deactivate 阅读全文
posted @ 2021-11-10 10:16 michaelchengjl 阅读(76) 评论(0) 推荐(0) 编辑