Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41130 > unrolled thread
| Started by | Huseyin Emre Guner <heguner@gmail.com> |
|---|---|
| First post | 2013-03-12 08:58 -0700 |
| Last post | 2013-03-14 23:20 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Huseyin Emre Guner <heguner@gmail.com> |
|---|---|
| Date | 2013-03-12 08:58 -0700 |
| Subject | 2-D drawing/map with python |
| Message-ID | <58576851-f30e-4e19-9d0c-797c075b7b82@googlegroups.com> |
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?
[toc] | [next] | [standalone]
| From | Jason Friedman <jsf80238@gmail.com> |
|---|---|
| Date | 2013-03-13 22:37 -0600 |
| Message-ID | <mailman.3284.1363235851.2939.python-list@python.org> |
| In reply to | #41130 |
> 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.
[toc] | [prev] | [next] | [standalone]
| From | Matteo Boscolo <matteo.boscolo@boscolini.eu> |
|---|---|
| Date | 2013-03-14 23:20 +0100 |
| Message-ID | <mailman.3322.1363299713.2939.python-list@python.org> |
| In reply to | #41130 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web