I'm not sure I have a top 5, most module use is going to be so specific to what it is you're developing. But, if I were to stress one that's always worth keeping in mind, it's pathlib. If your code does anything with paths and file names, I'd strongly suggesting getting into the habit of using pathlib all the way for that.