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 at outlook.com
Sat Jan 11 05:10:18 EST 2014


On Saturday, January 11, 2014 1:51:53 PM UTC+5:30, Chris Angelico wrote:
> On Sat, Jan 11, 2014 at 7:07 PM, pintreo mardi <bigearl497 at outlook.com> 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.
> 
> > Thanks!!
> 
> 
> 
> Python is a viable applications language, yes. There's nothing you
> 
> can't write in Python that you can write in (say) Java - both
> 
> languages are what's called "Turing complete". Every language has its
> 
> special focus, though, so there'll be some things that are far easier
> 
> in one language than another. In general, Python is a fine language
> 
> for simple tasks like printing "Hello, world", for scripting, for
> 
> writing GUI programs, and for building web applications. It's not
> 
> restricted to tiny projects or to huge ones. There's no critical limit
> 
> on the amount of "stuff" you can do before the code gets unwieldy, for
> 
> instance, nor is there a level below which it's just too much hassle
> 
> to put together a program.
> 
> 
> 
> ChrisA

Thanks mate!! I'm a bit relieved. If I could get some really good books on programming with python, those for the beginners would be very helpful.



More information about the Python-list mailing list