-
Managing channels
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#To make conda i....
发布于: 2022-08-07 22:56:33 -
通过tunasync搭建镜像仓库
tunasynctl 的配置文件https://github.com/tuna/tunasynchttps://developer.aliyun.com/article/769489https://b....
发布于: 2022-08-10 13:58:43 -
Building Python C and C++ Extensions with setuptools
Python、C、C扩展、CythonExample Python Extension ModulePySlurm"""The Pyslurm Setup - build....
发布于: 2022-08-06 19:38:28 -
Python: Packaging with Wheel and egg
Wheel和Egg都是python的打包格式,目的是支持不需要编译或制作的安装过程,实际上也是一种压缩文件,将.whl的后缀改为.zip即可可看到压缩包里面的内容。按照官网说法,wheels是发行版P....
发布于: 2023-08-01 09:29:22 -
interactive heatmaps
参考https://maayanlab.cloud/clustergrammer/....
发布于: 2022-03-24 10:40:26 -
python文件操作
参考https://github.com/wangyang1749/python....
发布于: 2022-02-18 10:34:22 -
Python的GUI编程
TkinterPyQtPySidePyQt、PySide、PySide2区别PyQt要比PySide推出时间早得多,它的开发商是Riverbank Computing,由于推出时间早,PyQt就比较成....
发布于: 2022-02-12 23:36:22 -
Python调用R
import pyRserveconn = pyRserve.connect()conn.r("library(httpgd)")r_code = '''library(mafto....
发布于: 2021-07-27 13:58:29 -
Python调用C/C++
ctypessample c codeint max(int a){ return a*3;}Compilegcc -shared max.c -o max.sopython codefrom ....
发布于: 2021-07-27 10:23:21 -
Python文件操作
import shutil shutil.copyfile("hello.py", "hello2.py") #hello.txt内容复制给hello2.....
发布于: 2021-06-01 17:05:14
Python 一共收录文章29篇,
一共有3页,
每页显示10篇