Is it possible to run only a part of a program in PyCharm?
In other editors there is something like a cell which I can run, but I can\'t find such an option in PyCha
You can select a code snippet and use right click menu to choose the action "Execute Selection in console".