Python - 共18篇
{{self.data?.name}} - 共{{self.data?.expand?.count || 0}}篇
大数据男孩 {{(state.type == 'sort' || empty(state.type)) ? '分类' : '标签'}} Python {{self?.data?.name}}
分类 {{item.name}} [{{item.expand.count || 0}}]
标签 {{item.name}} [{{item.expand.count || 0}}]
排序 最新 最早 热门
##说明 思想:用Miniconda管理多个Python版本,在使用poetry`创建虚拟环境`的时候,指定Miniconda环境里的Py版本 ##使用前的准备 ###安装Min....
Python 包管理 模块
明妃
{{nature("2022-04-08 21:31:55")}}
{{format("0")}}
{{format("297")}}
##说明 `poetry`是一个`Python虚拟环境`和`依赖管理`的工具,`oetry`和`pipenv`类似,另外还提供了`打包`和`发布`的功能。 ##安装 安装不成功,大多数是网站....
Python 包管理 模块
明妃
{{nature("2022-04-06 20:29:08")}}
{{format("0")}}
{{format("366")}}
##说明 `pipinstallretrying` 默认使用会`自动调用报错的函数`,直到`返回值` ```Python importrandom fromretryingimp....
Python 模块
明妃
{{nature("2022-01-12 15:31:08")}}
{{format("0")}}
{{format("313")}}
##解决痛点 >常规定义类的参数,如果参数很多(几十个),这样写,就很不方便 ```Python classTestInfo(): #定义类参数 name:str=None age:i....
Python 模块
明妃
{{nature("2022-01-11 20:57:20")}}
{{format("0")}}
{{format("357")}}
##说明 使用Anaconda安装,是方便控制虚拟环境Python的版本,不于本机的全局相冲突。 比如:全局==>Python3.8/虚拟环境==>Python3.6PyTorch0.4/虚拟....
Python 模块 深度学习
明妃
{{nature("2021-08-25 13:47:58")}}
{{format("0")}}
{{format("1072")}}
{{item.description}}
{{item.name}}
{{item.expand.author.nickname}}
{{nature(item.create_time)}}
{{format(item.expand.comments.count)}}
{{format(item.views)}}