adp001 opened this issue on Mar 08, 2020 · 50 posts
adp001 posted Mon, 23 March 2020 at 5:39 PM
JoEtzold posted at 11:28PM Mon, 23 March 2020 - #4384337
ok, a programming language like others but also a little bit other. Even to have correct leading spaces not to disturbe loops and such stuff will be a new experience (who had that damned idea... :-( what was sooo bad on while-wend, if-endif ... )
Editors made for Python can handle this for you. I'm used to write C/C++ code too, but with the right editor there is no big difference (PyCharm and VS-code are my favorites – in that order).
But something is different: A Python script must not only be written differently, but should also thought differently. Start with Pythons prime rule: Anything is an object...