Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

superkaikai/python_notes

Open more actions menu
 
 

Repository files navigation

Analytics

python笔记

版本:0.0.3
作者:binzhou
邮件:binzhouchn@gmail.com

Github加载ipynb的速度较慢,建议在 Nbviewer 中查看该项目。


简介

默认安装了 Python 3.6,以及相关的第三方包 numpypandassklearn

life is short.use python.

推荐使用Anaconda,这个IDE集成了大部分常用的包。

推荐下载Anaconda-tsinghua,清华镜像下载速度快。 或者USTC科大

# pip install镜像选择:
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes

pip install镜像配置(Linux)

# 先在home或者和anaconda文件夹平级的的.pip文件夹下新建pip.conf配置文件然后把以后代码复制进去
[global]
trusted-host =  pypi.tuna.tsinghua.edu.cn
index-url = https://pypi.tuna.tsinghua.edu.cn/simple

pip install镜像配置(Windows)

# 进入目录(C:\Users\Administrator)下新建一个pip文件夹,文件夹里建一个pip.ini 文本文件,内容如下:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host =  pypi.tuna.tsinghua.edu.cn
或者
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
或者
pip install numpy --upgrade -i https://pypi.tuna.tsinghua.edu.cn/simple

About

notes for python learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.