Python学习资料/文章/指南整理

2020-07-06 00:00:00 专区 订阅 付费 是一个 解释性
  • awesome-python Python框架/库/资源的列表。
  • python-guide Python小白必读的入门指南。
  • Full Stack Python Full Stack Python中文版。
  • Python cheatseat 包括了很多关于Python特性/标准库的代码片段。
  • Python * and Objects 介绍了Python中type和object之间的关系。
  • Python Tutor 可视化的Python代码执行。
  • Python threads synchronization: Locks, RLocks, Semaphores, Conditions, Events and Queues 介绍了Python多线程中各种同步原语的过程。
  • A Performance Analysis of Python WSGI Servers 介绍了Python各种WSGI Server的性能benchmark。
  • Dismissing Python Garbage Collection at Instagram 介绍了禁用Python的GC机制后,Instagram性能提升10%。
  • PyCharm ReferenceCard Pycharm的快捷键整理。
  • The tragic tale of the deadlocking Python queue 介绍了Python中的Queue存在的一个死锁的bug。
  • 6 Python Performance Tips 介绍了Python中6个有用的性能tips。
  • Generational GC in Python and Ruby 介绍了Python和Ruby中GC分代回收(Generational GC)的概念。
  • Read Inside The Python Virtual Machine 介绍了Python虚拟机的实现机制。
  • python3-cookbook 《Python Cookbook》的中文翻译文档。
  • Python 魔法方法 关于Python魔术方法的cheatsheet。
  • PYTHON 源码阅读 - 垃圾回收机制 介绍了Python的几种垃圾回收的方式。
  • 探究如何给Python程序做hotfix 介绍了Python中实现hotfix的机制。
  • 每个 Python 程序员都要知道的日志实践 介绍了Python中logging模块的使用实践。
  • Python 导入模块的几种姿势 介绍了在Python中各种导入方式的使用和区别。
  • Python 弱引用 学习 介绍了Python中弱应用的概念和应用场景。
  • Python 2.7.x 与 Python 3.x 的主要差异 介绍了Python 3.x相比原来发生的一些变化。
  • Python自省(反射)指南 介绍了Python中的对象自省方式。
  • interview_python 分享了作者整理的关于Python的面试题。
  • stackoverflow-py-top-qa stackoverflow上Python相关回答整理翻译。
  • [译]Python描述器引导介绍了Python里的描述器协议。
  • [译]A Python Interpreter Written in Python 介绍了一个用Python实现的简单解释器是如何实现的。
  • [译] Python 3.5 协程究竟是个啥 介绍了Python中协程的原理和使用。
  • [译]Python Lex Yacc手册 Python PLY (Python Lex-Yacc)的中文翻译版
  • [译]深入 GIL: 如何寫出快速且 thread-safe 的 Python 探讨了Python中GIL对多线程的影响。

相关文章