python学习资料

来源:互联网 发布:手机怎么下架淘宝宝贝 编辑:程序博客网 时间:2024/06/15 01:11

Python之禅

import this 
The Zen of Python, by Tim PetersBeautiful 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

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数据科学博客

Jupyter Notebook: Output image in previous line

Jupyter Notebook 快速入门

将 Jupyter 自动发布到 GitHub Pages

原创粉丝点击