From vijaykumar at bravegnu.org Thu Jan 2 05:27:34 2014 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Thu, 02 Jan 2014 09:57:34 +0530 Subject: [Chennaipy] Python for Microcontrollers Message-ID: <52C4EAB6.3010101@bravegnu.org> Hi Everyone, There is a tiny implementation of Python 3, called Micro Python, for use in microcontrollers. The project website is http://micropython.org The source code is available from github https://github.com/micropython/micropython/ Regards, Vijay From tdevi5 at gmail.com Mon Jan 6 19:57:40 2014 From: tdevi5 at gmail.com (Devi Thirupathi) Date: Mon, 6 Jan 2014 10:57:40 -0800 Subject: [Chennaipy] Help Please Message-ID: Please help on the following 1. Creating GUI using python 2. DLL for any language -- E-Mail tdevi5 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sakthirengaraj at gmail.com Tue Jan 7 09:02:18 2014 From: sakthirengaraj at gmail.com (Raj) Date: Tue, 7 Jan 2014 13:32:18 +0530 Subject: [Chennaipy] Help Please In-Reply-To: References: Message-ID: Hi, 1. You can use PyGtk and Glade for GUI development using Python http://www.pygtk.org/articles/pygtk-glade-gui/Creating_a_GUI_using_PyGTK_and_Glade.htm 2. For DLL go through this link http://docs.python.org/release/1.5.2p2/ext/win-dlls.html Regards Raj On 7 January 2014 00:27, Devi Thirupathi wrote: > > Please help on the following > > 1. Creating GUI using python > 2. DLL for any language > > -- > > E-Mail tdevi5 at gmail.com > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tshrinivasan at gmail.com Tue Jan 7 09:01:47 2014 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Tue, 7 Jan 2014 13:31:47 +0530 Subject: [Chennaipy] Help Please In-Reply-To: References: Message-ID: Please search in your favourite search engine before asking. You can use pygtk, pyqt, kivy to create gui applications. What is dll for any language? -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Tue Jan 7 09:11:42 2014 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 07 Jan 2014 13:41:42 +0530 Subject: [Chennaipy] Help Please In-Reply-To: References: Message-ID: <52CBB6BE.1080709@bravegnu.org> Please CC the OP while replying, OP is not on the mailing list. Regards, Vijay On Tuesday 07 January 2014 01:31 PM, Shrinivasan T wrote: > Please search in your favourite search engine before asking. > > You can use pygtk, pyqt, kivy to create gui applications. > > What is dll for any language? > > > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy From sakthirengaraj at gmail.com Wed Jan 8 08:31:49 2014 From: sakthirengaraj at gmail.com (Raj) Date: Wed, 8 Jan 2014 13:01:49 +0530 Subject: [Chennaipy] Help Please In-Reply-To: <52CBB6BE.1080709@bravegnu.org> References: <52CBB6BE.1080709@bravegnu.org> Message-ID: Kindly subscribe to Chennai Python User Group Mailing list to post your doubts and to attend ChennaiPy monthly meet. Mailing list link https://mail.python.org/mailman/listinfo/chennaipy If you subscribed already ignore this mail. Regards Rengaraj On 7 January 2014 13:41, Vijay Kumar wrote: > Please CC the OP while replying, OP is not on the mailing list. > > Regards, > Vijay > > On Tuesday 07 January 2014 01:31 PM, Shrinivasan T wrote: > > Please search in your favourite search engine before asking. > > > > You can use pygtk, pyqt, kivy to create gui applications. > > > > What is dll for any language? > > > > > > > > _______________________________________________ > > Chennaipy mailing list > > Chennaipy at python.org > > https://mail.python.org/mailman/listinfo/chennaipy > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Wed Jan 22 17:50:39 2014 From: vijaykumar at bravegnu.org (vijaykumar at bravegnu.org) Date: Wed, 22 Jan 2014 10:50:39 -0600 Subject: [Chennaipy] January Monthly Meet Message-ID: = January Monthly Meet == Date & Time 25 January 3:00pm to 5:00pm == Venue Zilogic Systems, Fourth Main Road, Kamaraj Nagar, Thiruvanmiyur, Chennai Location map: http://www.zilogic.com/contact.html == Agenda Talk 1: Jenkins and Python by Vijay Kumar Duration: 30min Jenkins is a continuous integration system. Jenkins has various plugins to display results of Python unit tests, code coverage reports, style violation reports, etc. This talk will discuss the various plugins and demonstrate their usage. Talk 2: Unit Testing with Mocks by Manikandan Duration: 30min This talk will show how to use 'unittest.mock' to simplify unittesting of modules that have complex behaviors like sending/receiving SMS, email, sending/receiving data through serial port, etc. The 'unittest.mock' module in the Python standard library allows programmers to replace parts of the system under test with mock objects. The programmer can configure the mock object to return specific values, when a method is invoked. The programmer can also assert if the mock object was invoked in a certain way. Links: http://docs.python.org/3.3/library/unittest.mock If you would like to give a lightning talk, just come prepared, we will be able to accommodate you. If you are new to Python, the tutorial at http://learnxinyminutes.com/docs/python/ will give you a quick overview of what Python is all about. Regards, Vijay