> So, what to do about it? While the Python interactive interpreter is > mighty powerful, it does have some limitations, and this is one of them. > You just have to get used to the fact that it is not well-suited for > editing large blocks of code. It is excellent for trying out small > snippets, or for running blocks of code that don't have to change, but > not for editing and running at the same time (at least not until you're > experienced enough to deal with errors like this one).
Understood. Should I use a Python IDE like Pycharm or so? Would that help? If so, which ones would you recommend? _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor