Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dietmar Schwertberger Newsgroups: comp.lang.python Subject: Re: Touch screen development in Python Date: Mon, 11 Jul 2016 20:20:20 +0200 Lines: 17 Message-ID: References: <5783D5B4.28625.382C3B3B@jana1972.centrum.cz> <8a12f1bd-f0ee-70bb-01cc-59c6f239afb6@schwertberger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de PC1sLb3VY+rShWWxKlUWaQ1dbqR1MZJHtMaCNgSLUcxg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.060 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:screen': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'specify': 0.27; 'received:192.168.10': 0.29; 'probably': 0.31; 'anyone': 0.32; 'embedded': 0.32; 'ubuntu': 0.33; 'should': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'does': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'charset:windows-1252': 0.62; 'touch': 0.66; 'subject:Touch': 0.84; 'received:192.168.0.5': 0.91 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Thunderbird/47.0 In-Reply-To: <5783D5B4.28625.382C3B3B@jana1972.centrum.cz> X-Virus-Scanned: clamav-milter 0.98.7 at mxout1 X-Virus-Status: Clean DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=dkim; t=1468261222; bh=ZTgT1cNnUYoCBDdYO6x89lmR+/BYDeCM0b/aItkmkIE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=esgb+bV+TxYrDg0fNhh4OBtRVOzPE7YEtxG0TkqNMMomP5Ql3nZi3qAtxvjGXfihI jae4cNb517NqjUoy5LQoU51bgqT6EQHFNCLIj7QX0FmAlEQRDV1siq6SATXxzzxkxe 3Q7jJ1VkNqkzzZmAnbpq0kfQP2XwB3+FCLXyrpHM= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <8a12f1bd-f0ee-70bb-01cc-59c6f239afb6@schwertberger.de> X-Mailman-Original-References: <5783D5B4.28625.382C3B3B@jana1972.centrum.cz> Xref: csiph.com comp.lang.python:111290 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