Python Forum
Where to suggest python syntax change ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to suggest python syntax change ?
#3
I think that one must understand that Python is programming language. I quote Guido van Rossum:

Quote:Typically when you ask a programmer to explain to a lay person what a programming language is, they will say that it is how you tell a computer what to do. But if that was all, why would they be so passionate about programming languages when they talk among themselves?

In reality, programming languages are how programmers express and communicate ideas — and the audience for those ideas is other programmers, not computers. The reason: the computer can take care of itself, but programmers are always working with other programmers, and poorly communicated ideas can cause expensive flops. In fact, ideas expressed in a programming language also often reach the end users of the program — people who will never read or even know about the program, but who nevertheless are affected by it.

Think of the incredible success of companies like Google or Facebook. At the core of these are ideas — ideas about what computers can do for people. To be effective, an idea must be expressed as a computer program, using a programming language. The language that is best to express an idea will give the team using that language a key advantage, because it gives the team members — people! — clarity about that idea. The ideas underlying Google and Facebook couldn't be more different, and indeed these companies' favorite programming languages are at opposite ends of the spectrum of programming language design. And that’s exactly my point.

True story: The first version of Google was written in Python. The reason: Python was the right language to express the original ideas that Larry Page and Sergey Brin had about how to index the web and organize search results. And they could run their ideas on a computer, too!

If you can't express yourself in Python you should choose another language.

I share your anger in 'disliking' some language. In my case it's english - I 'like' language which has no future tense, no gender, no articles before noun, you pronounce exactly as you write etc, etc (this is my mother tongue) Big Grin
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
RE: Where to suggest python syntax change ? - by perfringo - Nov-18-2019, 06:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Please suggest a good Data Science Book alexwazan 3 2,941 Sep-16-2019, 08:05 AM
Last Post: EleenaGates
  Can anyone suggest alternatives to opencv for Python Images readout Spandora 3 3,341 Mar-29-2019, 08:39 PM
Last Post: Spandora
  suggest specific tutorial SchroedingersLion 11 6,568 Oct-11-2018, 09:10 AM
Last Post: Micmilli2

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020