zoukankan      html  css  js  c++  java
  • Python学习资料(转)

    入门
    A Byte of Python (Swaroop C H)
    Python 学习笔记(王纯业)
    Python 精要参考(WeiZhong)
    Python Reference Manual (Guido van Rossum)
    Python Library Reference (Guido van Rossum)

    编程规范
    PEP 8 -- Style Guide for Python Code (Guido van Rossum, Barry Warsaw)
    Code Like a Pythonista: Idiomatic Python (David Goodger)
    PEP 257 -- Docstring Conventions (David Goodger, Guido van Rossum)

    Python 2.2 以后引入的很多新特性
    Unifying Types and Classes in Python 2.2 (Guido van Rossum)


    元类(Metaclass)
    Metaclasses in Python 1.5
    Metaclass Programming in Python (Part1, Part2, Part3) (David Mertz, Michele Simionato)

    方法解析顺序(MRO)
    The Python 2.3 Method Resolution Order (Michele Simionato)

    描述器(Descriptor)
    How-To Guide for Descriptors (Raymond Hettinger)

    Super
    Things to Know About Python Super (1, 2, 3) (Michele Simionato)

    闭包(Closure)
    Closures in Python (Part1, Part2) (Ivan Moore)

    设计模式
    Patterns in python (Duncan Booth)
    Five Easy Pieces: Simple Python Non-Patterns (Alex Martelli, AB Strakt)
    Design Patterns in Python (Vespe Savikko)

    弱引用(Weak references)
    Python Weak References (Peter Parente)
    PEP 205 -- Weak References (Fred L. Drake, Jr. )

    单元测试(unit test)
  • 相关阅读:
    vue-cli项目打包出现空白页和路径错误问题
    Git操作手册
    Atom Editor 插件 atom-less 的使用方法
    Vue搭建
    使绝对定位高宽自适应
    原生JS表单序列化
    前端代码有关搜索引擎的代码
    网页局部打印
    万维网
    浅淡传统企业进入移动互联网的几种方式
  • 原文地址:https://www.cnblogs.com/macula7/p/1960577.html
Copyright © 2011-2022 走看看