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


Groups > comp.lang.python > #6194 > unrolled thread

Re: Why did Quora choose Python for its development?

Started byDennis Lee Bieber <wlfraed@ix.netcom.com>
First post2011-05-24 23:00 -0700
Last post2011-05-25 06:58 -0500
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  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

#6194 — Re: Why did Quora choose Python for its development?

FromDennis Lee Bieber <wlfraed@ix.netcom.com>
Date2011-05-24 23:00 -0700
SubjectRe: Why did Quora choose Python for its development?
Message-ID<mailman.2051.1306303236.9059.python-list@python.org>
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/

[toc] | [next] | [standalone]


#6225

FromJohn Bokma <john@castleamber.com>
Date2011-05-25 06:58 -0500
Message-ID<87zkmbyot7.fsf@castleamber.com>
In reply to#6194
Dennis Lee Bieber <wlfraed@ix.netcom.com> writes:

> Python books than after six months of trying to understand PERL... And

Perl is the language, and perl is what runs Perl.

-- 
John Bokma                                                               j3b

Blog: http://johnbokma.com/        Perl Consultancy: http://castleamber.com/
Perl for books:    http://johnbokma.com/perl/help-in-exchange-for-books.html

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web