X-Received: by 10.182.248.195 with SMTP id yo3mr18834197obc.34.1437824164903; Sat, 25 Jul 2015 04:36:04 -0700 (PDT) X-Received: by 10.140.97.55 with SMTP id l52mr372534qge.36.1437824164715; Sat, 25 Jul 2015 04:36:04 -0700 (PDT) Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!pg9no3869997igb.0!news-out.google.com!b31ni619qge.0!nntp.google.com!z61no3206296qge.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.python Date: Sat, 25 Jul 2015 04:36:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2601:540:8003:5870:492e:8c71:8d15:f08c; posting-account=gm5TOwoAAAC31A8Uk61jNIj_sEFYTfqB NNTP-Posting-Host: 2601:540:8003:5870:492e:8c71:8d15:f08c References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2adac4ce-976f-4a8a-849d-c76e484eba77@googlegroups.com> Subject: Python Questions - July 25, 2015 From: tandrewjohnson@outlook.com Injection-Date: Sat, 25 Jul 2015 11:36:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.python:94544 1. Download the Windows installer from Python.org to get started. It's the simplest and most common way to get started with Python on Windows. 2. Your assumption that Python does not have GUI capabilities built into the language is not correct. But unlike Perl, it has the GUI library Tkinter bundled with it. There are several more capable choices available: PyGTK, PyQt/PySide, and wxPython. For intensive numerical calculations, I'd recommend using the NumPy module, as well as the 64-bit version of Python is possible. I'm on my phone right now, so I apologize for my short answer with no links. I'll try to write a more detailed answer when I have access to my PC.