Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Open': 0.05; 'c++,': 0.07; 'subject:Question': 0.07; 'welcome.': 0.07; 'cc:addr :python-list': 0.11; 'python': 0.11; 'gui': 0.12; 'jan': 0.12; 'language,': 0.12; 'focus,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mardi': 0.16; 'subject: \n ': 0.16; 'subject:java': 0.16; 'subject:programming': 0.16; 'world",': 0.16; 'subject:python': 0.16; 'sat,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'instance,': 0.24; 'replace': 0.24; 'fine': 0.24; 'java': 0.24; 'question': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'subject:please': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'easier': 0.31; 'another.': 0.31; 'group:': 0.31; 'ones.': 0.31; 'restricted': 0.31; 'scripting,': 0.31; 'yes.': 0.31; 'critical': 0.32; 'languages': 0.32; 'open': 0.33; 'could': 0.34; 'subject:with': 0.35; 'basic': 0.35; "can't": 0.35; 'advice': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'there': 0.35; 'programming,': 0.36; 'subject:?': 0.36; 'hi,': 0.36; 'too': 0.37; 'level': 0.37; 'starting': 0.37; 'tasks': 0.38; 'pm,': 0.38; 'though,': 0.39; 'called': 0.40; 'simple': 0.61; 'advanced': 0.63; 'more': 0.64; 'limit': 0.70; 'programs,': 0.74; 'special': 0.74; 'etc..': 0.84; 'hassle': 0.84; 'viable': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=uoTpqWvE7nq02RZpXP5T91Vz3mctClp9lugECOzIHVc=; b=u20Zyy9IXCTmcpmNEEYkwSPLb+ritGnQcdtm8oo73x8P9nd1pVjzbwby9preXDLEMA KXZSMH3l9gWTboVNxxexOUGtYQsLU3SMpeWde8WncBHk4jRSiCZDcvZKlUI6oIvSFMkh ssduWEQ1NbX0IgAHiNOK7x0DTdU4hMKKXuC6h3xg4awn0seiHb9gFWgFJWb5FZTarDUf 89wo8QFZiW5o8A0L9GeaiOYs7pNFJuPdoOldSmNeXcyuy9qHbRKOULG6Agj+pN8ef7dH P6dzaXStD+OpVENH7C/ujFK3vbcJ9TVy9bN7M7KSqVDoxh6QNll3kprWqaJOIQrrqDr8 jdgA== MIME-Version: 1.0 X-Received: by 10.68.183.164 with SMTP id en4mr35665pbc.169.1389428513319; Sat, 11 Jan 2014 00:21:53 -0800 (PST) In-Reply-To: <18b67e59-39d1-41e2-8977-b1c449b132e7@googlegroups.com> References: <18b67e59-39d1-41e2-8977-b1c449b132e7@googlegroups.com> Date: Sat, 11 Jan 2014 19:21:53 +1100 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? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389428523 news.xs4all.nl 2832 [2001:888:2000:d::a6]:38142 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63688 On Sat, Jan 11, 2014 at 7:07 PM, pintreo mardi wro= te: > 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 replac= e 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 its= elf...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