Making of The Hacker's Guide to Python
The author shares the behind-the-scenes process of writing 'The Hacker's Guide to Python', focusing on practical Python development insights from OpenStack experience.
The author shares the behind-the-scenes process of writing 'The Hacker's Guide to Python', focusing on practical Python development insights from OpenStack experience.
Explains the Python Buffer Protocol (PEP 3118), showing how objects like arrays and NumPy ndarrays share data efficiently without copying.
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.
An in-depth exploration of Python's advanced features, quirks, and common pitfalls for experienced developers.
A security analysis revealing that Skype stores user data in an unencrypted, password-less local database, making it vulnerable to data extraction.
A PyCon 2014 attendee reflects on the community spirit of swag bag stuffing and the technical depth of an open space session on software composition.
A blog post explaining the Heartbleed OpenSSL vulnerability and providing Python scripts to test websites for it.
Guide to installing obi-metrics-agent, Graphite, and collectl for monitoring OBIEE and system metrics on Linux.
Introduces obi-metrics-agent, an open-source Python tool for collecting and monitoring OBIEE performance metrics from DMS.
Announcing tappy, a Python project that converts unittest results to the Test Anything Protocol (TAP) format for unified reporting.
A guide to installing Python scientific libraries (NumPy, SciPy, matplotlib) on macOS 10.9, covering both Anaconda/Miniconda and manual pip installation methods.
A practical introduction to the philosophical and practical differences between frequentist and Bayesian statistics, with Python examples.
Neckbeard Republic's Python screencasts, previously a paid subscription service, are now completely free for everyone.
A comprehensive guide to performing SQLite database operations in Python using the sqlite3 module, from setup to queries.
A guide to solving common errors when using py2exe to compile Python scripts into Windows executables, focusing on PyQt projects.
Source [Book review] Tkinter GUI Application Development HOTSHOT February 22, 2014 Hi guys. You might have noticed that I am not so active. The reason
A Python script to recursively find and delete empty directories from a filesystem, with options for root folder handling.
A programmer's journey into cryptography, sparked by a PyPy compatibility issue and the need for better, more secure cryptographic libraries in Python.
Introducing 'hyper', a pure-Python HTTP/2.0 library designed as a drop-in replacement for Python's standard http.client.
A summary of Python programmers' top suggestions for changes to the language, gathered from a Reddit discussion.