Re: Python
c186282 <[email protected]> Mon, 15 Dec 2025 22:31:33 -0500
| Newsgroups | comp.os.linux.misc,alt.folklore.computers,comp.lang.python |
|---|---|
| Organization | wokiesux |
| Message-ID | <[email protected]> |
On 12/15/25 07:57, mm0fmf wrote: > On 14/12/2025 23:29, Lawrence D’Oliveiro wrote: >> On 14 Dec 2025 11:56:42 GMT, Stéphane CARPENTIER wrote: >> >>> My issues with python are: >>> - It's using indentations, so when I comment a block of code to see > > ''' and ''' are your friend > > And maybe stop using edlin etc. and invest in a modern editor that knows > the language and so helps you by making life easier. Not much fun in THAT !!! :-) Me, I use 'nano' as much as possible. Larger, complex, programs ... sometimes I have to use IDLE or Geany because they can make guide-lines showing indentation levels. Once that's fixed, back to 'nano' :-)