Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38446 > unrolled thread
| Started by | gmspro <gmspro@yahoo.com> |
|---|---|
| First post | 2013-02-08 05:03 -0800 |
| Last post | 2013-02-09 01:48 +1100 |
| Articles | 6 — 5 participants |
Back to article view | Back to comp.lang.python
Is Python programming language? gmspro <gmspro@yahoo.com> - 2013-02-08 05:03 -0800
Re: Is Python programming language? rusi <rustompmody@gmail.com> - 2013-02-08 05:38 -0800
Re: Is Python programming language? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-08 18:32 +0000
Re: Is Python programming language? Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-02-08 14:49 +0100
Re: Is Python programming language? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-09 01:39 +1100
Re: Is Python programming language? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-09 01:48 +1100
| From | gmspro <gmspro@yahoo.com> |
|---|---|
| Date | 2013-02-08 05:03 -0800 |
| Subject | Is Python programming language? |
| Message-ID | <mailman.1499.1360328746.2939.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hello all, One said, Python is not programming language, rather scripting language, is that true? Thanks.
[toc] | [next] | [standalone]
| From | rusi <rustompmody@gmail.com> |
|---|---|
| Date | 2013-02-08 05:38 -0800 |
| Message-ID | <bbefd11c-bd62-45ec-b22f-9fe3d925dcb4@n2g2000yqg.googlegroups.com> |
| In reply to | #38446 |
On Feb 8, 6:03 pm, gmspro <gms...@yahoo.com> wrote: > Hello all, > > One said, Python is not programming language, rather scripting language, is that true? > > Thanks. One said: English is the language spoken in England. Another One said: English is the language internationally used for commerce, academics and much else. Who is 'true'? Is one false because the other is true? [Amusing that this is being said at the same time as a necroposted thread about the multi-meanings of bool in python] More seriously: Python is one of the first serious programming languages and scripting languages. Those who think that one excludes the other are probably learnt their programming/CS half a century ago and stopped learning soon after. For many such mis-takes in CS education see my: http://blog.languager.org/2011/02/cs-education-is-fat-and-weak-1.html and its sequel http://blog.languager.org/2011/02/cs-education-is-fat-and-weak-2.html
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-02-08 18:32 +0000 |
| Message-ID | <mailman.1519.1360348279.2939.python-list@python.org> |
| In reply to | #38448 |
On 08/02/2013 13:38, rusi wrote: > On Feb 8, 6:03 pm, gmspro <gms...@yahoo.com> wrote: >> Hello all, >> >> One said, Python is not programming language, rather scripting language, is that true? >> >> Thanks. > > One said: English is the language spoken in England. Wrong, English is spoken in some parts of England but I've no idea what you'd call the language used in Newcastle upon Tyne. -- Cheers. Mark Lawrence
[toc] | [prev] | [next] | [standalone]
| From | Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> |
|---|---|
| Date | 2013-02-08 14:49 +0100 |
| Message-ID | <bccfu9-9nd.ln1@satorlaser.homedns.org> |
| In reply to | #38446 |
Am 08.02.2013 14:03, schrieb gmspro: > One said, Python is not programming language, rather scripting language, is that true? That depends on your definition of scripting language and programming language. Python's not a language but an animal. Uli
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-02-09 01:39 +1100 |
| Message-ID | <51150e3f$0$29995$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #38446 |
gmspro wrote: > Hello all, > > One said, Python is not programming language, rather scripting language, > is that true? Python is a high-level, object-oriented, strongly-typed programming language with garbage collection, byte-code compilation, dynamic types, and syntax that includes OOP, procedural and functional styles. It is an excellent glue language for libraries written in C, C++, Fortran, Java and CLR (dot-Net). It is also good for scripting. But that doesn't mean it is only a scripting language. Calling Python a scripting language is like calling an iPad "a clock", just because it has a clock app. Yes, you can use your iPad to tell the time, and that makes it a clock. But it's not *just* a clock, and Python is not *just* a scripting language. -- Steven
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-02-09 01:48 +1100 |
| Message-ID | <51151052$0$29966$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #38446 |
gmspro wrote: > One said, Python is not programming language, rather scripting language, > is that true? I forgot to mention, there is a FAQ about this: http://docs.python.org/2/faq/general.html#what-is-python-good-for -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web