Skip to content
中文 Python 笔记
Jupyter Notebook Other
Branch: master
Clone or download

Latest commit

lijin-THU Merge pull request #24 from Jeff1999/patch-2
Update 06.04-working-with-text---math-expression.ipynb
Latest commit f56440d May 15, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
01-python-tools fix url bugs Mar 29, 2017
02-python-essentials fix typo Mar 29, 2017
03-numpy fix url bugs Mar 29, 2017
04-scipy fix url bugs Mar 29, 2017
05-advanced-python fix typo Mar 29, 2017
06-matplotlib Merge pull request #24 from Jeff1999/patch-2 May 14, 2020
07-interfacing-with-other-languages fix url bugs Mar 29, 2017
08-object-oriented-programming fix url bugs Mar 29, 2017
09-theano fix url bugs Mar 29, 2017
10-something-interesting fix typo Mar 29, 2017
11-useful-tools fix url bugs Mar 29, 2017
12-pandas fix url bugs Mar 29, 2017
.gitattibutes 创建中文Python笔记 Oct 8, 2015
.gitignore 添加实体书 Mar 20, 2018
README.md add jpg Jun 7, 2018
generate index.ipynb fix url bugs Mar 29, 2017
generate_static_files.ipynb 修复nbconvert Mar 30, 2018
generate_static_files.py 修复nbconvert Mar 30, 2018
index.ipynb add jpg Jun 7, 2018
index.md add jpg Jun 7, 2018
payment.jpeg add jpg Jun 7, 2018

README.md

Analytics

中文 Python 笔记

版本:0.0.1
作者:李金
邮件:lijinwithyou@gmail.com

由于涉及著作权的问题,对基于本笔记所做的修订、改编,目前不做任何正式授权。

笔记内容仅供学习参考,未经允许,请勿用于任何商业用途。

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

基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版。

京东自营链接: https://item.jd.com/12328920.html

天猫、亚马逊、当当均有销售。

打赏一下意思意思?


简介

大部分内容来自网络。

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

life is short. use python.

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

笔记内容使用 jupyter notebook 来展示。

安装好 Python 和相应的包之后,可以在命令行下输入:

$ jupyter notebook

来进入 jupyter notebook


基本环境配置

conda update conda
conda update anaconda

参考


目录

可以在 Notebook 中打开 generate static files.ipynb,或者命令行中运行代码 generate_static_files.py 来生成静态的 HTML 文件。


You can’t perform that action at this time.