Note that only Python console is available in all editions of PyCharm; Django console is only available in Professional edition.
All the consoles, built in PyCharm, completely correspond to the shell consoles. Besides the standard functionality, these consoles feature:
- Code completion.
- Syntax check with inspections.
- Automated insertion of paired brackets, quotes and braces.
- Scrolling through the history of commands Ctrl+Up/Ctrl+Down
- Quick documentation lookup Ctrl+Q or Alt+Button2 Click