Question(s)
Thomas Passin
list1 at tompassin.net
Wed Oct 25 09:31:11 EDT 2023
On 10/25/2023 9:21 AM, Thomas Passin wrote:
> On 10/25/2023 8:50 AM, o1bigtenor via Python-list wrote:
>> On Wed, Oct 25, 2023 at 7:00 AM Dieter Maurer <dieter at handshake.de>
>> wrote:
>>>
>>> o1bigtenor wrote at 2023-10-25 06:44 -0500:
>>>> On Wed, Oct 25, 2023 at 6:24?AM Dieter Maurer <dieter at handshake.de>
>>>> wrote:
>>>> ...
>>>>> There are different kinds of errors.
>>>>>
>>>>> Some can be avoided by using an integrated development environment
>>>>> (e.g. misspellings, type mismatches, ...).
>>>>
>>>> Haven't heard of a python IDE - - - doesn't mean that there isn't
>>>> such - -
>>>> just that I haven't heard of such. Is there a python IDE?
>>>
>>> There are several.
>>>
>>> Python comes with "IDLE".
>>>
>> Interesting - - - started looking into this.
>>
>>> There are several others,
>>> e.g. "ECLIPSE" can be used for Python development.
>>
>> Is 'Eclipse' a Windows oriented IDE?
>> (Having a hard time finding linux related information on the
>> website.)
>>
>>> Search for other alternatices.
>>
>> Will do.
>>
>> Thanks for the assistance.
>
> Pyzo is one possibility - https://pyzo.org
The Leo editor is excellent, as long as you are prepared for a steep
learning curve - https://github.com/leo-editor/leo-editor
It's installable via pip (though there can be fixable install glitches
on some Linux distros).
More information about the Python-list
mailing list