facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
28 lines
949 B
ReStructuredText
28 lines
949 B
ReStructuredText
.. highlight:: none
|
||
|
||
.. _editors:
|
||
|
||
******************
|
||
Editors and IDEs
|
||
******************
|
||
|
||
There are a number of IDEs that support Python programming language.
|
||
Many editors and IDEs provide syntax highlighting, debugging tools, and :pep:`8` checks.
|
||
|
||
|
||
IDLE --- Python editor and shell
|
||
================================
|
||
|
||
IDLE is Python’s Integrated Development and Learning Environment and is generally bundled with Python installs.
|
||
If you are on Linux and do not have IDLE installed see :ref:`Installing IDLE on Linux <installing_idle_on_linux>`.
|
||
For more information see the :ref:`IDLE docs <idle>`.
|
||
|
||
|
||
Other Editors and IDEs
|
||
======================
|
||
|
||
Python's community wiki has information submitted by the community on Editors and IDEs.
|
||
Please go to `Python Editors <https://wiki.python.org/moin/PythonEditors>`_ and
|
||
`Integrated Development Environments <https://wiki.python.org/moin/IntegratedDevelopmentEnvironments>`_
|
||
for a comprehensive list.
|