A Brief Digression About Logging
A practical guide to simplifying Python logging, focusing on essential code snippets for libraries and applications.
A practical guide to simplifying Python logging, focusing on essential code snippets for libraries and applications.
A 5-step tutorial on converting Markdown to HTML with Python, adding syntax highlighting for code blocks using Python-Markdown and Pygments.
A 5-step tutorial on converting Markdown to HTML with Python syntax highlighting using Python-Markdown and Pygments.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.
An in-depth technical explanation of why Python is slower than compiled languages, focusing on dynamic typing, interpretation, and object overhead.
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.
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.