徐小玉的博客。
发布时间:2023-06-18 16:47:07
的手忙脚乱的过程。。。。。。。1: Set up Jupiter #pip3 install jupyter pip3 install --user jupyter 出现这样的信息: WARNING: The script wsdump is installed in '/Users/*/Library/Python/3.11/bin' which is not on PATH. Consider adding this directory to .........【阅读全文】
发布时间:2023-05-19 14:59:19
库 没有: pip show matplotlib 安装pandas pip show pandas pip install pandas线性回归:##从scikit-learn导入线性模型的线性回归算法from sklearn import linear_model# 把序列变矩.........【阅读全文】
发布时间:2023-05-14 19:51:12
和把大象放入冰箱一样,需要三步:1: 安装numpy (如果本来没装的话) pip install -U numpy 检查一下: $ pip show Numpy2; 装 spicy pip install -U spicy 检查一下: $pip show scipy3: 装 scikit-Learn pip .........【阅读全文】
发布时间:2023-05-11 15:23:47
默认。python3 Hello_World.py位置:/usr/local/bin/python3......【阅读全文】
发布时间:2022-01-05 21:08:50
#/usr/bin/python# -*- coding: utf-8 -*-print('Hello World.')#-----------------------------mystr = "\n" # a newline charactermystr = r"\n" # two characters, \ and n#-----------------------------mystr = "Jon 'Maddog' Orwant" # literal sing.........【阅读全文】