[Python-Dev] Re: Suggestion About Python Syntax

2021-03-03 Thread George Harding
Hi Anthony, The python-dev mailing list is used for discussion between the python core developers. I'll forward your suggestion to the python-ideas mailing list, where many interesting ideas for python are discussed: https://mail.python.org/archives/list/python-id...@python.org/ Best, George O

[Python-Dev] Re: Suggestion About Python Syntax

2021-03-03 Thread Senthil Kumaran
Hello Anthony, Welcome to this list. :) Python is written in C, and developers use semicolons and branches in C. However, when Guido designed Python, he specifically wanted white-space indented language. The idea was it will be less intimidating to beginners and more readables. It seems to have be

[Python-Dev] Re: Suggestion About Python Syntax

2021-03-03 Thread Joao S. O. Bueno
That is covered. Try typing "from __future__ import braces". On Wed, 3 Mar 2021 at 14:47, Anthony Farino wrote: > I love the Python scripting language, but there’s something that would > make it much better. Almost every other programming language uses curly > braces to enclose blocks of code an