Re: Phython?
We use InfoSeek at Harlequin, and InfoSeek indeed uses Python. Checking on the ActiveState webpage, Zope uses Python as an implementation language. Python looks like a Serious Language to me. At 2000-05-30 14:36:42, Philip Newton <[EMAIL PROTECTED]> wrote: # Jan Harders wrote: # > Python is nuthing but a scripting language. I think O'Reilly # > has a book or two about it. Check www.oreilly.com # # That's a bit like saying "Perl is nothing but a scripting language -- I # think ORA has a book or two about it". You can do Real Things in Python, # just like in Perl -- for example, AFAIK Google and Infoseek use Python, and # you can do COM or Tk in Python as well as in Perl. # # Cheers, # Philip # # --- # You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED] # To unsubscribe, forward this message to # [EMAIL PROTECTED] # For non-automated Mailing List support, send email to # [EMAIL PROTECTED] # # # _ # This message has been checked for all known viruses by Star Internet delivered # through the MessageLabs Virus Control Centre. For further information visit # http://www.star.net.uk/stats.asp # Roger _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre. For further information visit http://www.star.net.uk/stats.asp --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
RE: Phython?
>From what I have seen so far, am I right to say that Perl and Python are actually quite similar, but Python is more for those who wants to impose strict discipline onto himself? If that is true, I would make my students program in Python if I were a lecturer... ;) Alan Swan. --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Mihail Belanov wrote: > In fact, Python is good language but rarely used yet. Really? It seems quite prevalant in the Linux community. (or maybe I'm just imagine things...) Ian -- 99 little bugs in the code, 99 bugs in the code. Fix one bug, compile again, 100 little bugs in the code. 100 little bugs in the code, 100 bugs in the code. Fix one bug, compile again, 101 little bugs in the code... --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Jan Harders wrote: > Python is nuthing but a scripting language. I think O'Reilly > has a book or two about it. Check www.oreilly.com That's a bit like saying "Perl is nothing but a scripting language -- I think ORA has a book or two about it". You can do Real Things in Python, just like in Perl -- for example, AFAIK Google and Infoseek use Python, and you can do COM or Tk in Python as well as in Perl. Cheers, Philip --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Python is much like Perl but with clear syntax and simple to understand object model. They say Python progams run somewhat slower than Perl ones. There is JPython too ( www.jpython.org ). It is the Python which compiles to Java bytecodes. Therefore some packages of original Python cannot be used in JPython (if they refers to bynary libraries written in C++) but Java classes can be used instead. In fact, Python is good language but rarely used yet. - Original Message - From: Scott K Purcell <[EMAIL PROTECTED]> To: Perl-Win32-Users Mailing List <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 12:00 AM Subject: Phython? > Hello, > I was just curious, as I keep reading all the latest posts, and notice the > Python name all over the new ActiveState pages. But anyway what is Phython, > and where could I find out what it is, and if it would be useful to me? > > Thanks > Scott > > --- > You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED] > To unsubscribe, forward this message to > [EMAIL PROTECTED] > For non-automated Mailing List support, send email to > [EMAIL PROTECTED] --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Python is yet another scripting language. you might want to look at http://www.python.org/> Not sure about the M$ stuff though. At 2000-05-30 07:06:48, "Scott K Purcell" <[EMAIL PROTECTED]> wrote: # Hello, # I was just curious, as I keep reading all the latest posts, and notice the # Python name all over the new ActiveState pages. But anyway what is Phython, # and where could I find out what it is, and if it would be useful to me? # # Thanks # Scott # # --- # You are currently subscribed to perl-win32-users as: [EMAIL PROTECTED] # To unsubscribe, forward this message to # [EMAIL PROTECTED] # For non-automated Mailing List support, send email to # [EMAIL PROTECTED] # # # _ # This message has been checked for all known viruses by Star Internet delivered # through the MessageLabs Virus Control Centre. For further information visit # http://www.star.net.uk/stats.asp # Roger _ This message has been checked for all known viruses by Star Internet delivered through the MessageLabs Virus Control Centre. For further information visit http://www.star.net.uk/stats.asp --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Scott K Purcell wrote: > But anyway what is Phython, A spelling mistake :-). Python is an interpreted language by Guido van Rossum, named after "Monty Python" and not after a snake. Its most striking feature is that whitespace is significant: instead of using braces to delimit blocks, you use indentation. Another thing that's characteristic for it is what might be called in Perl-land "there's usually only one way to do it", contrasting with Perl's TMTOWTDI, but potentially leading to less maintenance hassle down the read because while you might know five ways to solve a problem, the person whose code you have to maintain chose a sixth way which you have to understand. > and where could I find out what it is, http://www.python.org/ > and if it would be useful to me? Try it and see. Or post to comp.lang.python and/or search the Deja archives for that group, to see what other people's experiences with the language are. Cheers, Philip --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Re: Phython?
Python is nuthing but a scripting language. I think O'Reilly has a book or two about it. Check www.oreilly.com Regards, Jan Harders -- hitservice.de > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag > von Scott K Purcell > Gesendet: Dienstag, 30. Mai 2000 00:00 > An: Perl-Win32-Users Mailing List > Betreff: Phython? > > > Hello, > I was just curious, as I keep reading all the latest posts, and > notice the > Python name all over the new ActiveState pages. But anyway what > is Phython, > and where could I find out what it is, and if it would be useful to me? > > Thanks > Scott BEGIN:VCARD VERSION:2.1 N:Harders;Jan FN:Jan Harders ORG:hitservice.de;Geschäftsführung TITLE:Geschäftsführer TEL;WORK;VOICE:040/3905698 TEL;WORK;FAX:040/3905694 ADR;WORK:;;Fischers Allee 64;Hamburg;Hamburg;22763;Deutschland LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Fischers Allee 64=0D=0AHamburg, Hamburg 22763=0D=0ADeutschland X-WAB-GENDER:2 URL: URL:http://www.hitservice.de EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:2504T205046Z END:VCARD
Re: Phython?
Goto www.python.org I just started looking into Python myself. Preston --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]
Phython?
Hello, I was just curious, as I keep reading all the latest posts, and notice the Python name all over the new ActiveState pages. But anyway what is Phython, and where could I find out what it is, and if it would be useful to me? Thanks Scott --- You are currently subscribed to perl-win32-users as: [archive@jab.org] To unsubscribe, forward this message to [EMAIL PROTECTED] For non-automated Mailing List support, send email to [EMAIL PROTECTED]