ruoyu0088
V2EX  ›  Jupyter

最近整理了一些 Jupyter book 文档

  •  1
     
  •   ruoyu0088 · Jun 7, 2017 · 7465 views
    This topic created in 3286 days ago, the information mentioned may be changed or developed.

    包含计算、绘图、Python 的实现原理等方面的内容。

    项目地址: https://github.com/ruoyu0088/cooknotebook

    其中关于 Python 实现原理的方面有一些有趣的东西。

    例如:为整数对象添加迭代功能

    让 Python 支持:

    for i in 10:
        print(i)
    

    让 deque 支持切片下标

    d = deque(range(10))
    print(d[-3:])
    
    2 replies    2017-06-07 23:54:43 +08:00
    halfcoder
        1
    halfcoder  
       Jun 7, 2017
    没有 README
    guyskk
        2
    guyskk  
       Jun 7, 2017
    黑魔法,神奇

    楼主的《 Python 科学计算》很棒!
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2868 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 34ms · UTC 05:17 · PVG 13:17 · LAX 22:17 · JFK 01:17
    ♥ Do have faith in what you're doing.