Doing a release is too hard
A developer compares manual Python package release steps to OpenStack's automated process, advocating for better release automation.
A developer compares manual Python package release steps to OpenStack's automated process, advocating for better release automation.
A tutorial on creating a Python bot that automatically posts hot Reddit submissions to a Twitter account, using PRAW and Tweepy.
The author announces a hiatus due to preparing a 'Web Scraping in Python' talk submitted for PyCon.
A tutorial on creating a Python Twitter bot that automatically favorites tweets based on a keyword to help grow followers organically.
A comprehensive, curated list of Python programming resources for all skill levels, covering tutorials, libraries, frameworks, and best practices.
A comprehensive list of Python learning resources, tutorials, and tools for both beginners and experienced developers.
A blog post sharing two Python scripts for solving Sudoku puzzles: a clear recursive version and a shorter, obfuscated one.
A quick guide on how to fix the 'maximum recursion depth exceeded' error in Python by increasing the recursion limit.
A summary of a whitepaper detailing new techniques for reverse-engineering Python applications like Dropbox, including security bypasses.
A quick guide on how to find the version number of any Python module using the __version__ attribute.
A guide on creating a Python script to download songs from ex.fm by analyzing its API, though the service is now defunct.
Explains why to use JSON over Python's pickle for data serialization, covering security, readability, and cross-language compatibility.
An explanation of the 'self' variable in Python classes, covering its purpose and usage with examples.
A beginner's guide to Python socket programming, covering how to create sockets, connect to servers, and send data.
An explanation of *args and **kwargs in Python, showing how to handle variable numbers of arguments in function definitions and calls.
A tutorial on using Python to shorten URLs in bulk by leveraging the unofficial TinyURL API.
A list of 5 recommended Python screencasts covering topics like Django, lambda functions, and dunder methods for developers.
An introduction to Python's Pickle module for serializing and deserializing objects, including basic usage and examples.
A list of 10 Python project ideas to inspire developers, including libraries and tools for imaging, web, and automation.
A guide on packaging, distributing, and publishing Python libraries to the Python Package Index (PyPI).