developv007——arithmetic
developv007——arithmetic
yanqi_vip
strove with none, for none was worth my strife.Nature I loved and, next to Nature, Art:I warm'd both hands before the fire of life.It sinks, and I am ready to depart ——W.S.Landor
展开
-
SS00001.airthmetic——|Hadoop&Arithmetic环境部署.v01|——|Arithmetic.v01|Python310安装.V1|
一、Python310安装配置 1、下载地址:https://www.python.org/ftp/python/3.10.1/python-3.10.1-amd64.exe 2、自定义安装 3、自定义插件安装 4、更改安装目录 5、安装成功 二、配置环境变量: 1、配置系统环境变量:配置Python310_home环境变量 2、配置Path变量...原创 2022-04-18 13:44:00 · 815 阅读 · 0 评论 -
SS00002.airthmetic——|Hadoop&Arithmetic环境部署.v02|——|Arithmetic.v02|PyCharm.20200205安装|
一、PyCharm.20200205安装 ### --- 下载地址: ~~~ https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=windows&code=PCC 2、安装PyCharm.20200205 3、更改安装目录 4、安装设置 5、选择开...原创 2022-04-18 13:45:00 · 487 阅读 · 0 评论 -
SS00003.airthmetic——|Hadoop&Arithmetic环境部署.v03|——|Arithmetic.v03|Jupyter交互程序|
一、安装jupyter库 ### --- 查看pip版本 C:\Users\Administrator>pip --version pip 21.2.4 from D:\JAVA\Python310\lib\site-packages\pip (python 3.10) ### --- 在windows.dos下安装jupyter ### --- win+R:dos窗口 ...原创 2022-04-18 13:45:00 · 618 阅读 · 0 评论 -
SS00004.airthmetic——|Hadoop&Arithmetic环境部署.v04|——|Arithmetic.v04|Jupyter交互程序|
一、指定默认启动目录 ### --- 查看jupyter_noteboot_config.py配置文件所在地址 ~~~ # 查看jupyter_noteboot_config.py配置文件所在地址 C:\Users\Administrator>jupyter notebook --generate-config Overwrite C:\Users\Administra...原创 2022-04-18 13:46:00 · 852 阅读 · 0 评论 -
SS00005.airthmetic——|Hadoop&Arithmetic环境部署.v05|——|Arithmetic.v05|NumPy科学计算库:NumPy模块|
一、NumPy科学计算库 ### --- 安装numpy模块 C:\Users\Administrator>pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple ~~~ # 输出参数: Successfully installed numpy-1.21.5 二、启动jupyter终端 ...原创 2022-04-18 13:46:00 · 91 阅读 · 0 评论 -
SS00006.airthmetic——|Hadoop&Arithmetic环境部署.v06|——|Arithmetic.v06|Pandas数据分析库:Pandas模块|
一、Pandas模块安装 ### --- 在windows.dos下安装pandas C:\Users\Administrator>pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple ~~~ # 输出参数 Installing collected packages: pytz, pandas ...原创 2022-04-18 13:47:00 · 84 阅读 · 0 评论 -
SS00007.airthmetic——|Hadoop&Arithmetic环境部署.v07|——|Arithmetic.v07|Matplotlib数据可视化|
一、Matplotlib模块安装 ### --- 在windows.dos下安装Matplotlib C:\Users\Administrator>pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple ~~~ # 输出参数 Installing collected packages: pytz,...原创 2022-04-18 13:47:00 · 108 阅读 · 0 评论