Outils pour utilisateurs

Outils du site


tech:python_ide

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tech:python_ide [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:python_ide [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Python Dev IDE Dark}}
 +
 +# Python IDE
 +
 +Voir aussi :
 +* PyDev (Eclipse)
 +* Jupyter (iPython)
 +* Atom
 +* https://fr.ubunlog.com/top-2025-des-IDE-Linux/
 +
 +IDE dans le cloud (Code Ready Workspaces, Code Spaces, Gitpod...)
 +* https://philippart-s.github.io/blog/articles/ide/gitpod/
 +
 +
 +## 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://vscodium.com/
 +* [Remote container development with VS Code and Podman](https://developers.redhat.com/articles/2023/02/14/remote-container-development-vs-code-and-podman)
 +
 +Voir aussi 
 +* Red Hat OpenShift Dev Spaces (similaire à Gitpod)
 +  * https://developers.redhat.com/articles/2024/02/19/red-hat-openshift-dev-spaces-security-best-practices
 +* [Theia](https://github.com/eclipse-theia/theia)
 +
 +~~~bash
 +snap install codium --classic
 +~~~
 +
 +## Atom
 +
 +https://linuxhint.com/install_atom_text_editor_debian_10/
 +
 +
 +## Geany
 +
 +Dark mode
 +~~~bash
 +mkdir ~/.config/geany/colorschemes/
 +cd ~/.config/geany/colorschemes/
 +wget https://raw.githubusercontent.com/geany/geany-themes/master/colorschemes/darcula.conf
 +~~~
 +
 +Choose the theme on Geany by going to the view menu and selecting Change Color Scheme...
 +
 +Source : https://draculatheme.com/geany
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki