Touch screen development in Python
Hi , Does anyone use Python for developping applications that work with a touch screen? --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list
Re: Touch screen development in Python
I was thinking about Python touch screen applications for industrial boards( computers). If I have a touch screen with that industrial board, what I must have installed to be able to write touch screen applications in Python? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone use Python for developping applications that work with a > > touch screen? > > Yes. > > > You should probably specify the platform and the type of applications > that you're interested in. > > Mobiles (Android, iOS, Sailfish OS)? Windows 10 Tablets? Ubuntu Touch? > Embedded systems? > > > Regards, > > Dietmar > > -- > https://mail.python.org/mailman/listinfo/python-list --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list
Re: Touch screen development in Python
I would like to learn more how to write python based touch application for embedded system but I do not know what conditions a touch screen must have so that it will response to touch. Does anyone know? > On 11.07.2016 19:21, Jahn wrote: > > Does anyone use Python for developping applications that work with a > > touch screen? > > Yes. > > > You should probably specify the platform and the type of applications > that you're interested in. > > Mobiles (Android, iOS, Sailfish OS)? Windows 10 Tablets? Ubuntu Touch? > Embedded systems? > > > Regards, > > Dietmar > > -- > https://mail.python.org/mailman/listinfo/python-list --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list
How to compare lists
1. How can I save 256 lists, each list has 32 values( hexadecimal numbers) 2. How to compare the saved lists with another 256 lists ( that are read online and have the same structure as the list one)? ( the first list must be saved in the previous step) E.g Thanks -- https://mail.python.org/mailman/listinfo/python-list
PIL module for 64bit Python 2.7
Can anyone lat me know where I can download PIL module for 64bit Python 2.7 ? I found for 32 bit Python 2.7 only and the installation ended with an error that the Python 2.7 was not found in registers. Thank you --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- https://mail.python.org/mailman/listinfo/python-list
