sklearn-doc-zh
面向对象编程id(1) # 1 是一个数据对象type(1)dir(1)[:5] # c查看属性和方法id("a")type("a")dir("a&q....
2025-02-21 23:46:25 PUBLISHED
create和attitude# create和属性s = pd.Series([1,2,3,3,np.nan,4,4,1])print(s)dates = pd.date_range('202001....
2024-12-24 10:13:45 PUBLISHED
Administering a multi-user conda installationInstalling for multiple users....
2023-07-16 21:55:51 PUBLISHED
Channels and generating an indexCreating custom channelscreate baw packagebuild.sh#!/bin/bashexport ....
2022-08-10 13:32:49 PUBLISHED
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#To make conda i....
2022-08-07 22:56:33 PUBLISHED
tunasynctl 的配置文件https://github.com/tuna/tunasynchttps://developer.aliyun.com/article/769489https://b....
2022-08-10 13:58:43 PUBLISHED
Python、C、C扩展、CythonExample Python Extension ModulePySlurm"""The Pyslurm Setup - build....
2022-08-06 19:38:28 PUBLISHED
Wheel和Egg都是python的打包格式,目的是支持不需要编译或制作的安装过程,实际上也是一种压缩文件,将.whl的后缀改为.zip即可可看到压缩包里面的内容。按照官网说法,wheels是发行版P....
2023-08-01 09:29:22 PUBLISHED
参考https://maayanlab.cloud/clustergrammer/....
2022-03-24 10:40:26 PUBLISHED
参考https://github.com/wangyang1749/python....
2022-02-18 10:34:22 PUBLISHED
TkinterPyQtPySidePyQt、PySide、PySide2区别PyQt要比PySide推出时间早得多,它的开发商是Riverbank Computing,由于推出时间早,PyQt就比较成....
2022-02-12 23:36:22 PUBLISHED
import pyRserveconn = pyRserve.connect()conn.r("library(httpgd)")r_code = '''library(mafto....
2021-07-27 13:58:29 PUBLISHED