Re: Thoughts on Python

  • From: Jared Wright <wright.jaredm@xxxxxxxxx>
  • To: programmingblind@xxxxxxxxxxxxx
  • Date: Tue, 16 Feb 2010 10:54:33 -0500

LOL. When I Google "official programming languages" Python's homepage is the third hit. *smile*


Jared

On 2/16/2010 10:51 AM, Haden Pike wrote:
No, python is a programming language. It even says so on www.python.org.
Haden

On 2/16/2010 6:14 AM, Harmony Neil wrote:
Correction, Python is a set of scripts, not an official programming language.
Thank you,
Harmony.

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx [mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Hrvoje Katic
Sent: 16 February 2010 7:46 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: Thoughts on Python

Hello,

Python is easy to learn and has a clear syntax and supports object
oriented programming. No lots of punctuation characters and keywords
like in C for example. However, indentation is something you should care
about while programming in Python, which is not the case in some other
languages since they have EndIf or EndFunction keywords or any other
indications that the function or If/While/For statement is complete. In
Python, anything which is inside a cclass, a function, or an
if/for/while statements or try/except statements must be indented. I
personally suggest Tabs for indentation, not spaces, because tabs can be
read by NVDA and spaces cannot.

On 15.2.2010 19:14, Chris Hallsworth wrote:
Hello all,
Although I am not programming in Python, I do use programs written in
this language: NVDA and SkypeTalking. I've noticed that programs
written in this language seem to be very stable compared to programs
written in .Net.
Thoughts?
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: