This site runs best with JavaScript enabled.

Get Latest Python Package Version

Get Latest Python Package Version Get Latest Python Package Version
Discover how to quickly determine the latest version of any Python package using the pip command. Use my script to quickly get the text you need to paste into your requirements file.
Python
cli
bash

Adding Note Margins to a PDF File

Adding Note Margins to a PDF File Adding Note Margins to a PDF File
Learn how to effortlessly add note margins to PDF files for an enhanced note-taking experience on apps like Notability and GoodNotes.
PDF
Python

Starting Front-End and Back-End Scripts at the Same Time

Starting Front-End and Back-End Scripts at the Same Time Starting Front-End and Back-End Scripts at the Same Time
When you need to start a backend and transpile your front-end code for development purposes, here is a handy script to do both at the same time.
Django
Python
bash
JavaScript
Aurelia

How to Convert an eBook to an Audiobook

How to Convert an eBook to an Audiobook How to Convert an eBook to an Audiobook
Use text-to-speech and FFmpeg to generate an audiobook from an eBook on MacOS.
audiobooks
Python
MacOS
automation

Daily Passwords for Kids' Computer

Daily Passwords for Kids' Computer Daily Passwords for Kids' Computer
How I change the logins everyday on the computer to make sure they get their jobs done before zoning out on the computer.
Family
MacOS
Python

Django Pluralize Outside of Templates

Django Pluralize Outside of Templates Django Pluralize Outside of Templates
How to use the pluralize filter directly in python
Python
Django

MemcachedKeyLengthError: Key length is > 250

MemcachedKeyLengthError: Key length is > 250 MemcachedKeyLengthError: Key length is > 250
Fixing a recurring problem with Django's built-in cache page decorator
Python
Django

Refactoring to Save 4805 Lines of Code

Refactoring to Save 4805 Lines of Code Refactoring to Save 4805 Lines of Code
Using Python magic to save a lot of lines of code.
Python
Django

Python Twisted IRC Bot: Lazy Coder

Python Twisted IRC Bot: Lazy Coder Python Twisted IRC Bot: Lazy Coder
IRC Bot that repsonds to the word "why" with lazy coder responses
Python

Python, Django & the Google Adsense API

Python, Django & the Google Adsense API Python, Django & the Google Adsense API
How to talk to the Google Adsense API with Django/Python
Django
Python

My Django Dev Environment: Virtualenv, pip, git, & PyCharm

My Django Dev Environment: Virtualenv, pip, git, & PyCharm My Django Dev Environment: Virtualenv, pip, git, & PyCharm
How I use virtualenv and pip to manager my python dependencies per project
Django

Python IRC Bot Using Twisted (Rollbot)

Python IRC Bot Using Twisted (Rollbot) Python IRC Bot Using Twisted (Rollbot)
A simple IRC bot that will show the page titles of links posted
Python