Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6194

Re: Why did Quora choose Python for its development?

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Why did Quora choose Python for its development?
Date 2011-05-24 23:00 -0700
Organization > Bestiaria Support Staff <
References <12225671E9654FECB49613D915FAEC19@teddy><irbn0t$t8d$1@dough.gmane.org><21A740B7AC6644248476DFADDF726C73@octavian><ircvbn$nlu$1@dough.gmane.org><629DAC3611EA49B0A36BCF70151CDE2F@octavian><BANLkTi=Cnf49yvW01_E1sRQcOLLQxEFJFg@mail.gmail.com><57C0AB91B42743E89456ACCC8751CF78@octavian><BANLkTi=N-b4-3HdaRSMy9kk8S_xu3uBkQg@mail.gmail.com><2C6966D5AB6541E3BCE920FE7883A05B@octavian> <20110524060535.64cfa0ec.darcy@druid.net> <F357D0F5E27249068D77E254D908C2F2@teddy>
Newsgroups comp.lang.python
Message-ID <mailman.2051.1306303236.9059.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, 24 May 2011 19:10:50 +0300, "Octavian Rasnita"
<orasnita@gmail.com> declaimed the following in
gmane.comp.python.general:

> 
> The Perl programmers usually don't need to look in the dictionary when they are creating programs.
> Perl is harder to learn, but it is easier to use.
>
	I'd rather have a working program after a few days of studying the
Python books than after six months of trying to understand PERL... And
did -- I had a usable makeshift SMTP outgoing mail program on my Amiga
within a week of installing Python (Irmen's port); this at a time when
the first downloaded mail program I used assumed it could connect
directly to all target destinations -- and would hang up my outgoing
mail when a machine was not reachable. The second downloaded program
used ISP relay -- but the coder hadn't realized that the initial
handshake had to specify all CC and BCC addresses along with TO
addresses.

	At work, I did have to help someone with a PERL program at one
time... I could only do that by first prototyping code section in
Python, and then looking for the PERL equivalent in the Camel book.
 
> A shorter code can be typed faster, obviously, and there are fewer possibility of appearing errors, but the shortage is not the most important thing.
>
	"fewer possibility..."? Not when half the language is cryptic
characters to define how to interpret the variable.
 
> The most important thing is that the chars @, $, or % are the same in all languages, while the

	If by that you mean they are punctuation... Yes...

	But in SQL, % is a wildcard...

	As I recall, $ in column 1 identifies a statement in DCL (and I
think in CP/V batch files; my manuals are in storage) -- lines without
the $ are considered data that can be read by I/O statements. But in
CP/V FORTRAN-IV, $ in column 1 is a comment.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Why did Quora choose Python for its development? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-05-24 23:00 -0700
  Re: Why did Quora choose Python for its development? John Bokma <john@castleamber.com> - 2011-05-25 06:58 -0500

csiph-web