This card contains some basic setup and configuration options if you're using PyCharm as the IDE for these exercises. Assumptions: You're already familiar with PyCharm and its functionality as an IDE.
When using the standard Python run configuration in debug mode, PyCharm allows interactive use of the debug console. This is extremely useful — while paused at a breakpoint, I can run Python code, ...