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 […]