Skip to content

Bibliography

Books

  • "Designing for High Performance." Practices of the Python Pro , Manning Publications, 2020, pp. 72–76, https://manning.com/books/practices-of-the-python-pro ).
  • Python Testing with pytest, Second Edition by Brian Okken
  • The Programmer's Brain, Felienne Hermans - Manning 2021.

Articles

Python wheels

Python Wheels

Some topics covered

  • manywheels tag (run build wheel on docker images provided by PyPa)
  • creating wheels with external libraries or extensions (C code)

A nice way to study how wheels are built is to look at some projects. Some of them are simple enough to get start:

  • ultrajson
  • lxml

More of them in Python Wheels