Skip to content

Instantly share code, notes, and snippets.

@carlos-jenkins
Last active August 10, 2018 20:35
Show Gist options
  • Save carlos-jenkins/db4a50f36f51ee29cde6 to your computer and use it in GitHub Desktop.
Save carlos-jenkins/db4a50f36f51ee29cde6 to your computer and use it in GitHub Desktop.
Python readings

From List Comprehensions to Generator Expressions

10 Myths of Enterprise Python

Python Hardest Problem (Acerca del GIL - Global Interpreter Lock)

Python Hardest Problem Revisited (Como evitar el GIL)

Coverity Finds Python Sets New Level of Quality for Open Source Software

Extending Python with C or C++

Python Performance Analysis (How to profile Python programs)

Python Testing Framework and Coverage Tool

Python Virtual Environments (A way to isolate dependencies and interpreter)

Build System For Python Projects (For running CI and in multiples interpreter versions)

Embedding Python Interpreter

Calling C or C++ Fuctions from Python using ctypes

Inline Test Interactive Examples (doctests)

How to Document Python Code for Sphinx

Printing and String Formatting in Python (PEP 3101 and PEP 3105 overview)

Everything about packages

Clean arquitecture, data driven history of the decorators

Faster, more memory efficient and more ordered dictionaries on PyPy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment