Re: [Tutor] Pi xels

2013-05-09 Thread Alan Gauld
On 09/05/13 15:36, Stafford Baines wrote: Is there a way of controlling pixels on a graphics screen? > I want to be able to draw lines and curves. > Is this possible with with Python? Yes, there are lots of options. Any GUI library will have a canvas object upon which you can draw primitive g

Re: [Tutor] Pi xels

2013-05-09 Thread Steven D'Aprano
On 10/05/13 00:36, Stafford Baines wrote: Is there a way of controlling pixels on a graphics screen? I want to be able to draw lines and curves. Is this possible with with Python? There are many powerful libraries for working with graphics in Python, but they often have a very steep learning

Re: [Tutor] Pi xels

2013-05-09 Thread Hugo Arts
On Thu, May 9, 2013 at 4:36 PM, Stafford Baines wrote: > Is there a way of controlling pixels on a graphics screen? I want to be > able to draw lines and curves. Is this possible with with Python? > > Stafford > There are various libraries available for drawing. Check these links, they might be u

[Tutor] Pi xels

2013-05-09 Thread Stafford Baines
Is there a way of controlling pixels on a graphics screen? I want to be able to draw lines and curves. Is this possible with with Python? Stafford Sent from my iPhone ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options