While Python offers a useful command-line interface, it is often more productive to rely on an IDE (Integrated Development Environment) for larger projects. In this session, we will present PyCharm Community Edition, a free and popular Python IDE. We will review its main features, including:
- Project management,
- Code completion,
- Refactoring,
- Debugging,
- Keyboard shortcuts.
Prerequisite: your computer with a working Python installation.