tech:python_ide
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:python_ide [2025/11/26 15:19] – Jean-Baptiste | tech:python_ide [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Python IDE | ||
| + | |||
| + | Voir aussi : | ||
| + | * PyDev (Eclipse) | ||
| + | * Jupyter (iPython) | ||
| + | * Atom | ||
| + | * https:// | ||
| + | |||
| + | IDE dans le cloud (Code Ready Workspaces, Code Spaces, Gitpod...) | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | ## PyCharm | ||
| + | |||
| + | Install de PyCharm | ||
| + | ~~~bash | ||
| + | apt install python-pip python3-pip snapd | ||
| + | snap install pycharm-community --classic | ||
| + | ~~~ | ||
| + | |||
| + | ### Modules | ||
| + | |||
| + | #### Debug | ||
| + | |||
| + | ~~~bash | ||
| + | apt-get install python3-dev | ||
| + | ~~~ | ||
| + | |||
| + | et Shift + F9 | ||
| + | |||
| + | ## Visual Studio code - VSCodium - vscode | ||
| + | |||
| + | * https:// | ||
| + | * [Remote container development with VS Code and Podman](https:// | ||
| + | |||
| + | Voir aussi | ||
| + | * Red Hat OpenShift Dev Spaces (similaire à Gitpod) | ||
| + | * https:// | ||
| + | * [Theia](https:// | ||
| + | |||
| + | ~~~bash | ||
| + | snap install codium --classic | ||
| + | ~~~ | ||
| + | |||
| + | ## Atom | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | ## Geany | ||
| + | |||
| + | Dark mode | ||
| + | ~~~bash | ||
| + | mkdir ~/ | ||
| + | cd ~/ | ||
| + | wget https:// | ||
| + | ~~~ | ||
| + | |||
| + | Choose the theme on Geany by going to the view menu and selecting Change Color Scheme... | ||
| + | |||
| + | Source : https:// | ||
| + | |||
