Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'url:sourceforge': 0.03; 'newbie': 0.05; 'project?': 0.09; 'gui': 0.11; 'subject:python': 0.11; 'from:addr:boscolini.eu': 0.16; 'from:addr:matteo.boscolo': 0.16; 'from:name:matteo boscolo': 0.16; 'pygame': 0.16; 'pygame.': 0.16; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'skip:" 20': 0.26; 'values': 0.26; 'first,': 0.27; 'subject:/': 0.28; '255,': 0.29; 'could': 0.32; 'values.': 0.33; 'to:addr:python-list': 0.33; 'project': 0.34; 'subject:with': 0.36; 'subject:: ': 0.38; 'advice': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'hello,': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'map': 0.61; 'received:62': 0.62; 'due': 0.66; 'integrated': 0.66; 'plotted': 0.84 Date: Thu, 14 Mar 2013 23:20:38 +0100 From: Matteo Boscolo Organization: OmniaSolutions User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: 2-D drawing/map with python References: <58576851-f30e-4e19-9d0c-797c075b7b82@googlegroups.com> In-Reply-To: <58576851-f30e-4e19-9d0c-797c075b7b82@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363299713 news.xs4all.nl 6949 [2001:888:2000:d::a6]:46150 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41243 Il 12/03/2013 16:58, Huseyin Emre Guner ha scritto: > 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? have a look at : http://sourceforge.net/projects/pythoncad/ it's also integrated with sympy .. regards, Matteo