handroll: a simple website generator
Introducing handroll, a simple static site generator for creating handcrafted websites with Markdown and templates.
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 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.
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 summary of Python programmers' top suggestions for changes to the language, gathered from a Reddit discussion.
A curated list of free, high-quality Python programming books for beginners and experienced developers.
A Python tutorial on creating a cleanup script using the path.py library to count and manage files and directories.
A guide explaining common errors and best practices when using Python's open() function for file handling.
Explains how Travis CI simplifies cross-Python version testing and integrates with GitHub workflows for open-source Python projects.
A blog update on the author's new Flask-based pastebin project, future Python script post, and a request for feedback.
A critical analysis of Python 3's slow adoption five years after its release, examining the causes and consequences for the community.
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.