您的位置:首页 > 编程语言 > Python开发

python学习资料

2017-09-04 10:52 218 查看

Python之禅

import this

The Zen of Python, by Tim Peters

Beautiful is better than ugly.
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
Sparse is better than dense.
Readability counts.
Special cases aren't special enough to break the rules.
Although practicality beats purity.
Errors should never pass silently.
Unless explicitly silenced.
In the face of ambiguity, refuse the temptation to guess.
There should be one-- and preferably only one --obvious way to do it.
Although that way may not be obvious at first unless you're Dutch.
Now is better than never.
Although never is often better than *right* now.
If the implementation is hard to explain, it's a bad idea.
If the implementation is easy to explain, it may be a good idea.
Namespaces are one honking great idea -- let's do more of those!

初学者教程

Python官方-英文

Python官方-中文

中文资源

Python3

官方文件Idex

Cook Book

IPython

https://jupyter-notebook.readthedocs.io/en/stable/public_server.html

官方文件

远程访问jupyter notebook

连接远程jupyter notebook ----windows环境

远程访问jupyter notebook

HTML5

reveal.js框架

SPHINX Python项目文档软件包

.rst
作为后缀的文件可以被其使用。

jupyter_contrib_nbextensions(jupyter notebook的扩展插件)

如何用Pelican, Jupyter notebook,Github Pages搭建博客

Jupyter Notebook: Output image in previous line

Jupyter Notebook 快速入门

将文档自动发布到 GitHub Pages

初学者需要IPython 与 Jupyter Notebook 吗?

Python-OpenCV 处理视频(四):运动检测

nbviewer: A simple way to share Jupyter Notebooks

Jupyterlab开发小指南

ipython notebook使用教程

基本配置2—云端部署jupyter notebook

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: