# python-learning **Repository Path**: sisyphus2016/python-learning ## Basic Information - **Project Name**: python-learning - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2021-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, 学习 ## README #### Python https://www.python.org/ > python安装不再赘述,注意安装时添加环境变量(classpath)。 ### Jupyter https://jupyter.org/install 使用国内镜像安装jupyter ``` pip install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter ``` 启动jupyter开始编程之旅 ``` jupyter notebook ``` > 小tips: > 当前文件夹会变成为项目目录 #### 快捷键 https://www.cnblogs.com/hello-alan/p/11376325.html