Two things are driving me mad about Python…

  1. Repeatedly getting “TabError: inconsistent use of tabs and spaces in indentation” which may have something to do with my editor…

  2. Consistently having issues installing modules. It seems to fail most of the time. I don’t know if it’s a homebrew thing or something else stupid I am doing.

#python #programming