PyCharm
 
Get PyCharm

Work with consoles

Last modified: 11 February 2024

PyCharm enables you to use interactive consoles, thus making it possible to stay within the IDE, without the necessity to switch to the shell.

Show variables in the Python console

When the current project is a Django project, the console that starts is Django Console. However, if the current project is pure Python project, then PyCharm starts Python Console.

PyCharm creates files using the IDE encoding defined in the File Encodings page of the Settings dialog CtrlAlt0S. You can use either the system default or select from the list of available encodings. By default, this encoding affects console output. If you want the encoding for console output to be different from the global IDE settings, configure the corresponding JVM option:

See more details for: