Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41210
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jsf80238@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'newbie': 0.05; 'advice.': 0.09; 'project?': 0.09; 'cc:addr :python-list': 0.10; 'gui': 0.11; 'subject:python': 0.11; 'pygame': 0.16; 'pygame.': 0.16; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'skip:" 20': 0.26; 'values': 0.26; 'first,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'subject:/': 0.28; '255,': 0.29; 'could': 0.32; 'values.': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'list': 0.35; 'url:org': 0.36; 'subject:with': 0.36; 'subject:: ': 0.38; 'advice': 0.39; 'hello,': 0.39; 'subject:-': 0.40; 'help': 0.40; 'your': 0.60; 'map': 0.61; 'free': 0.61; 'due': 0.66; 'goal': 0.74; 'plotted': 0.84; 'url:course': 0.84; 'to:none': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:cc:content-type:content-transfer-encoding; bh=q3NNWfBabSW97K85cPfMlEwOpqzs7gvGKzk4sKhpaBQ=; b=G8jW22Pr44NARtfcq2fZzFaQSIVx5Iv38oxZ1v6OG/GkwghlivD2o4rK7RyhlEmUCp TYYVn9/Kdn549FAA+2Ce6bbxB3E3IFZC2uEcn9haTHPAGoM9umA/J3/D0qU7JBo/axi6 kk+ymh25MX5GGcXUWlNttf3AWtOq4hfQDCT6Y8KFi/nTAjm8zohFtR48iQRmocdhrowH DPybRRnCr5blExedj8ZJDUJdPBt/7GDBKBeB8UtWE2f+24lYokQybBRmg06Y9eOxjzYx YgRIlp6hn19YDXbmZ78+7OnHfMRhgZsKcTg7KjI8Otz/ryDsuMK5W7PHylw+8Q7Zx/CQ S64g== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.40.225 with SMTP id a1mr793999igl.104.1363235849288; Wed, 13 Mar 2013 21:37:29 -0700 (PDT) |
| In-Reply-To | <58576851-f30e-4e19-9d0c-797c075b7b82@googlegroups.com> |
| References | <58576851-f30e-4e19-9d0c-797c075b7b82@googlegroups.com> |
| Date | Wed, 13 Mar 2013 22:37:29 -0600 |
| Subject | Re: 2-D drawing/map with python |
| From | Jason Friedman <jsf80238@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3284.1363235851.2939.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363235851 news.xs4all.nl 6846 [2001:888:2000:d::a6]:43175 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41210 |
Show key headers only | View raw
> Hello, > I am newbie in Python. I would like to make a project using python. > The main ideo of this project is that a user enters the x,y values to the Gui(PyQt or Gtk) and then a 2-D map is plotted due to the x,y values. First, I use Pygame commands "(pygame.draw.line(window, (255, 255, 255), (10, 10), (200, 400))" However I could not establish a gui with pygame. Now I would like to use the PyQt. Could you please give me advice for this project? Is your goal just to learn Python, or also to learn how to create GUIs? Your answer might help others on this list give better advice. Either way, though, this free course might be helpful: https://www.coursera.org/course/interactivepython.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
2-D drawing/map with python Huseyin Emre Guner <heguner@gmail.com> - 2013-03-12 08:58 -0700 Re: 2-D drawing/map with python Jason Friedman <jsf80238@gmail.com> - 2013-03-13 22:37 -0600 Re: 2-D drawing/map with python Matteo Boscolo <matteo.boscolo@boscolini.eu> - 2013-03-14 23:20 +0100
csiph-web