# python-video-notebook **Repository Path**: weixf96/python-video-notebook ## Basic Information - **Project Name**: python-video-notebook - **Description**: 中文python笔记github仓库同步 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 10 - **Created**: 2020-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 中文 Python 笔记 > 版本:0.0.1 > 作者:慕薆茗菌 > 邮件:2667004988@qq.com 由于涉及著作权的问题,对基于本笔记所做的修订、改编,目前不做任何正式授权。 笔记内容仅供学习参考,未经允许,请勿用于任何商业用途。 ------ ## 简介 大部分内容来自网络。 默认安装了 `Python 2.7` 本次使用 `python3.7.2`,以及相关的第三方包 `ipython`, `numpy`, `scipy`,`pandas`。 > life is short. use python. 笔记内容使用 `jupyter notebook` 来展示。 安装好 `Python` 和相应的包之后,安装jupyter: ```shell $ pip3 install jupyter ``` 命令行下输入: ``` $ jupyter notebook ``` 来进入 `jupyter notebook`。 ------ ## 基本环境配置 - 安装 [python](https://www.python.org/)和[jupyter](https://jupyter.org/) ------ ## 参考 - [Scipy.org](http://scipy.org/) - [Deep Learning Tutorials](http://deeplearning.net/tutorial/) - [High Performance Scientific Computing](http://faculty.washington.edu/rjl/uwhpsc-coursera/index.html) - [Scipy Lectures](http://www.scipy-lectures.org/) - [Pandas.org](http://pandas.pydata.org/pandas-docs/stable/index.html) - [python50天入门](https://github.com/jackfrued/Python-Core-50-Courses) **有问题反馈这里:** > QQ群: 260305404 > QQ: 2667004988 > vx: hyh2667004988 ![QQ群](./01-python基础/res/python-QQ群.png)