I'm not sure where to start with this, so even pointing me in the right direction would be helpful. I would like to update a line continuously in the terminal using python but can't figure out how to do this. I'm thinking something like top
is doing with constantly updated information but not printing new lines.
So simplistically something like this:
for i in myList:
print i #but overwrite previous output rather than putting on new line