Change PyCharm's warning about unfilled parameters to an error, so that you don't miss it.
Creating a Python version of my abstract views PHP package, for basic templating.
A dumping ground for my notes/resources to do with creating Python packages. When I learn how to work around an issue, I'll put my notes here.
Learn how to install python packages through pip, when the packages are hosted within a private GitHub repository.
Configure PyCharm to use the same keyboard shorcuts as Netbeans.
A timestamped lecture explaining how to build and publish a Python package.
Get started with processing massive JSON files by iterating over them without having to load the entire thing into memory.
Learn how to automatically generate web-based documentation for your JSON schema files.