Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63740
| Subject | Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? |
|---|---|
| References | <18b67e59-39d1-41e2-8977-b1c449b132e7@googlegroups.com> |
| Date | 2014-01-12 02:36 +0100 |
| From | matej@ceplovi.cz (Matěj Cepl) |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5348.1389490584.18130.python-list@python.org> (permalink) |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2014-01-11, 08:07 GMT, you wrote: > Hi, I've just begun to learn programming, I have an open question for the group: > Is the Python language an all in one computer language which could replace C, C++, Java etc.. I only ask becuase I am starting off with python and I want to learn everything in basic and advanced programming with python itself...So any advice and suggestions would be more than welcome. - From one side this answer is probably as meaningful as the one from the Alice in Wonderland (http://www.gutenberg.org/files/19033/19033-h/19033-h.htm, page 35): “Why is a raven like a writing-desk?” These are just different programming languages each designed for different purpose. On the other hand what people said about Turing complete langauges is true as well. So, yes it is true that any Turing complete language you can write anything you wrote in another Turing complete language. It doesn’t mean however that it would be as easy or as efficient tool for doing so. Some languages are specialized for high-power low-level specialist programming of low-level stuff (e.g., almost all serious operating systems are written in C), some are better suited for writing enormous complicated projects consisting of thousands of modules (Java, C++, Ada), some are designed to be very easy to write (that doesn’t mean primitive) although the speed and processing power of the result may suffer a little bit (JavaScript, Python, Perl, Ruby). If you ask for the language to start to learn programming as such, then Python was oriiginally intended exactly for that purpose (fortunately, it was written so well, it is now used en masse for “serious” large programming projects as well). FOr the list of resources take a look at https://wiki.python.org/moin/BeginnersGuide/NonProgrammers . Particularly, I’ve heard a lot of good things about “How to Think Like a Computer Scientist”. You won’t hurt yourself if you start there. Best, Matěj -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iD8DBQFS0fGP4J/vJdlkhKwRAu6TAKCCdGP9b3z2M+NJlIY4HnqZFi+v3gCfYgE0 69QHLyfyG//dFhb9pcjdoNk= =y2k/ -----END PGP SIGNATURE-----
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? pintreo mardi <bigearl497@outlook.com> - 2014-01-11 00:07 -0800
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Chris Angelico <rosuav@gmail.com> - 2014-01-11 19:21 +1100
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? pintreo mardi <bigearl497@outlook.com> - 2014-01-11 02:10 -0800
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-11 10:51 +0000
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-11 10:47 +0000
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Roy Smith <roy@panix.com> - 2014-01-11 10:45 -0500
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Steve Hayes <hayesstw@telkomsa.net> - 2014-01-12 07:08 +0200
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Chris Angelico <rosuav@gmail.com> - 2014-01-12 16:58 +1100
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Rotwang <sg552@hotmail.co.uk> - 2014-01-12 14:36 +0000
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Chris Angelico <rosuav@gmail.com> - 2014-01-13 01:44 +1100
Re:Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Dave Angel <davea@davea.name> - 2014-01-11 19:37 -0500
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? matej@ceplovi.cz (Matěj Cepl) - 2014-01-12 02:36 +0100
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Dan Stromberg <drsalists@gmail.com> - 2014-01-11 18:43 -0800
Re: Open Question - I'm a complete novice in programming so please bear with me...Is python equivalent to C, C++ and java combined? Grant Edwards <invalid@invalid.invalid> - 2014-01-12 18:53 +0000
csiph-web