python openai 红蓝大战 ubuntu安装教程

  • kn
  • 2022-09-16 08:48:03
  • python
1.安装ubuntu 20.042.安装conda
阅读全文

python从零到pytorch【四】桌面tkinter

  • kn
  • 2022-09-14 22:14:56
  • python
1.安装tkconda install -c anaconda tk2.
阅读全文

python从零到pytorch【三】类

  • kn
  • 2022-09-14 17:00:12
  • python
1.抽象类from abc import ABCMeta, abstractmethod class Pet(object, metaclass=ABCMeta):     """宠物"""   &nb
阅读全文

python从零到pytorch【二】安装cuda和pytorch

  • kn
  • 2022-09-13 21:29:07
  • python
1.下载地址https://developer.nvidia.com/cuda-downloads
阅读全文

python从零到pytorch【一】简单语法

  • kn
  • 2022-09-13 15:24:03
  • python
1.水仙花for x in range(100, 1000): low = x%10 mid = x//10%10 hig = x//100 if low ** 3 + mid **3 + hig&nbs
阅读全文

python从零到pytorch【零】安装miniocnda

  • kn
  • 2022-09-13 11:54:50
  • python
参考https://github.com/jackfrued/Python-100-Dayshttps://github.com/wistbean/learn_python3_spider
阅读全文

conda基本使用 虚拟环境

  • kn
  • 2022-05-19 16:15:50
  • python
1.2.
阅读全文

中文分词测试

  • kn
  • 2020-06-23 15:52:45
  • python
https://github.com/lancopku/PKUSeg-python
阅读全文

anaconda使用pip安装 https错误

  • kn
  • 2019-06-14 15:38:19
  • python
使用国内源,顺便忽略httpspip install pymongo -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
阅读全文

anaconda 切换到默认源

  • kn
  • 2019-05-30 17:23:35
  • python
conda config --remove-key channels
阅读全文
  • «
  • 1
  • 2
  • »