You might have heard about my Write Pythonic Code Like a Seasoned Developer course. In that course, I cover 52+ idiomatic ideas from Python.
Just to give you an idea, it talks about using for-in loops rather than faking a numerical for loop as many folks coming from C/C++ might do.
By popular request, I’ve decided to create a PDF distilling down these ideas into single concept images. Get it here for free:

Download at https://github.com/mikeckennedy/write-pythonic-code-demos/tree/master/tips-pdf
Feel free to share these with your coworkers and on social. And if they resonate with you, I cover lots of more complex, in-depth ones in the course that don’t fit into a single concept page.
Cheers,
Michael