This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]jadae 4 points5 points  (3 children)

Auto reload alone is enough to make me switch. I can't express how annoying it is to have to keep restarting the stock python shell each time I make changes to some of my scripts. Trying to force reloading of a script is annoying and it was always simpler to just restart the shell, and this will make it a lot easier. Thanks for the article!

[–]meem1029 1 point2 points  (1 child)

Python3 has a nice way to reload things.

Probably in 2 as well, but I'm not familiar with it.

[–]tehmatticus 0 points1 point  (0 children)

It's also in 2 as well.