Python code editor in CodeLobster IDE

Python is a programming language that lets you work quickly and integrate systems more effectively.

Python IDE Python code editor is a part of CodeLobster IDE - Professional version

Codelobster is a full-fledged Python IDE!


Python IDE (code editor) includes the following Python features to work with Python:


1. Python syntax highlighting
That feature means Python syntax coloring.
Python highlighting
For .py files Python parsing mode is applied automatically.

2. Autocomplete for Python modules, classes, functions
Python autocomplete feature enables you to write code faster. Pop-up completion list includes Python functions
Autocomplete for Python functions

Completion list is called automatically in necessary area of Python code.

3. Autocomplete for Python module elements (methods, objects, variables)
Python autocomplete feature enables you to write code faster. Pop-up completion list includes functions of Python modules:
Autocomplete for functions of Python modules

methods of parent classes:
Autocomplete for methods of Python modules

variables:
Autocomplete for methods of Python variables

Completion list is called automatically in necessary area of Python code.


4. Tooltips for Python functions
Tooltips feature helps you to write code correctly. It includes descriptions for Python functions.
Tooltips for Pyhton functions
Tooltips are shown automatically in necessary area of Python code.

5. Context and Dynamic Help
You can quickly obtain necessary information about Python syntax using this feature.
To get help topics using Pyhton (Context Help):
  • Place pointer on element you want to review help topic for and press F1 button
Codelobster searches for proper help information on https://www.python.org/ site directly.
The Python Code Assistance (Dynamic Help Window) displays links to help topics for an element the pointer is placed on.
Codelobster conducts search to https://docs.python.org/3/
Python dynamic help



© Copyright by CodeLobster Software