The following is a list of ways that I will typically deviate from PEP8 convention in my python codebases. These are just my personal preferences which you may want to be aware of if you are looking to collaborate with me. That being said, if I am doing something that drives you nuts please let me know. These are not hard rules about how my code must be, and I will gladly change if given a good reason to.
This is the big one. Rather than 4 spaces to signal an indent, I like to use 1 tab. It reduces keystrokes and allows for me to adjust the tab size in my text editor so I can view it however I want.
An additional convention that come along with this use: tabs for nesting; spaces for alignment. I.e., additional whitespace is added with spaces. If you want something to line up horizontally, you do it with spaces so that it will align no matter what size I have tab set to in my text editor.
similar to CapWords, StudlyCaps, or CamelCase -- so named because of the bum