=============== Developer books =============== Below is a list of various books that might be useful in learning some basics needed for Qubes development. - A must-read about Xen internals: - `The Definitive Guide to the Xen Hypervisor `__, by David Chisnall - Some good books about the Linux kernel: - `Linux Kernel Development `__, by Robert Love - `Linux Device Drivers `__, by Jonathan Corbet - Solid intro into Trusted Computing: - `Dynamics of a Trusted Platform `__, by David Grawrock (original Intel architect for TXT) - Good book about GIT: - `Pro Git `__, by Scott Chacon and Ben Straub (complete book available free online) - Useful books about Python: - `Programming in Python 3 `__, by Mark Summerfield - `Rapid GUI Programming with Python and Qt `__, by Mark Summerfield (Although note that :ref:`Qt is being replaced by GTK ` in Qubes code.)