From ssg.bnv at gmail.com Thu Oct 1 05:11:02 2015 From: ssg.bnv at gmail.com (Shanki Singh Gandhi) Date: Thu, 1 Oct 2015 08:41:02 +0530 Subject: [Chennaipy] Discussion on local Python communities @PyCon India Message-ID: Hi Chennaipy, I am Shanki, volunteer PyCon India. This email is to inform, PyCon India 2015 have planned to carry out open session discussion on local Python communities and challenges being faced. You can come and watch/take part in open session on local python communities. For more information/timings feel free to reach Satyaakam @ satyaakam at gmail.com Thanks -Shanki -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Thu Oct 1 18:10:15 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Thu, 01 Oct 2015 21:40:15 +0530 Subject: [Chennaipy] Talks for the Next Meet Message-ID: <560D5AE7.9060405@bravegnu.org> Hi Everyone, The next meetup is on 24th Oct, the 4th Saturday of this month. The meetup will consist of short talks (20 min maximum). If you are interested in doing a talk at the meetup, please send in a talk title and short description. Regards, Vijay From vijayram.gopu at gmail.com Fri Oct 2 21:53:11 2015 From: vijayram.gopu at gmail.com (vijayram) Date: Fri, 2 Oct 2015 12:53:11 -0700 Subject: [Chennaipy] overriding default nose-loader In-Reply-To: <560D5AE7.9060405@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> Message-ID: Hi All, I am trying to bypass nose's default loading of test-cases, by asking it to pick up testcase from the module I specify.. I read through the docmentation, few sample plugins like isolation and doctests, I am kind of lost... if someone has an insight into it, much appreciated... approach i took, * save a reference to the core test loader in prepareTestLoader() * override implement loadTestsFromModule(module), it loads tests from a specific module then do: yield self.loader.loadTestsFromModule(extension_module) Questions and issues I am facing, 1. Can I set the loader.suiteClass in the prepareTestLoader itself.. or do I need to explicitly override loadTestsFromModule function... 2. What should I do in the loadTestsFromModule, yield or return, at some places we are yielding suiteClass and at some places we are returning suiteClass, so confused what is the right behavior.. looking at examples I tried following below, what is right, yield self.loader.loadTestsFromModule(extension_module) return self.loader.loadTestsFromModule(extension_module) yield self.suiteClass(self.loader.loadTestsFromModule(extension_module)) return self.suiteClass(self.loader.loadTestsFromModule(extension_module)) Issues, when I used self.loader.loadTestsFromModule(extension_module); I am getting below error, File "/opt/tools/lib/python2.7/site-packages/nose/suite.py", line 218, in run if result.shouldStop: File "/opt/tools/lib/python2.7/site-packages/nose/proxy.py", line 30, in fget return getattr(getattr(self, local_attr), proxied_attr) AttributeError: 'ContextList' object has no attribute 'shouldStop' alternatively I used: nose.loader.TestLoader().loadTestsFromModule(module=mod1) These are my plugin-functions below for your reference, def prepareTestLoader(self, loader): print "--- prepareTestLoader.." self.loader = loader self.suiteClass = loader.suiteClass suite = nose.loader.TestLoader().loadTestsFromModule(module=mod1) loader.suiteClass = self.loader.suiteClass(suite) <---- can I do this, am getting errors def loadTestsFromModule(self, module=None): print "Into... loadTestsFromModule.." #suite = nose.loader.TestLoader().loadTestsFromModule(module=mod1) suite = self.loader.loadTestsFromModule(module=mod1) yield self.loader.suiteClass(suite) Thank you so much ... -------------- next part -------------- An HTML attachment was scrubbed... URL: From JakkampudiKiranKumar at Eaton.com Mon Oct 5 06:59:19 2015 From: JakkampudiKiranKumar at Eaton.com (JakkampudiKiranKumar at Eaton.com) Date: Mon, 5 Oct 2015 04:59:19 +0000 Subject: [Chennaipy] Python application start up issue - reg Message-ID: <17FDE7AA545E5543B57F5C8F7EABEAAC0821A132@SIMTCSMB12.napa.ad.etn.com> Hi all, I am using a python application programmed with Wx-python, Sql-db in which I am unable to start the application and the errors found are listed below when clicking the setup file It is Database application which uses Sql db as server and the wx-python for front -end control. I installed every modules used in the application as before,but now totally gone wrong. Traceback (most recent call last): File "startup.py", line 7, in ? File "zipextimporter.pyc", line 98, in load_module ImportError: MemoryLoadLibrary failed loading win32api.pyd Traceback (most recent call last): File "startup.py", line 7, in ? File "zipextimporter.pyc", line 98, in load_module ImportError: MemoryLoadLibrary failed loading win32api.pyd Traceback (most recent call last): File "startup.py", line 7, in ? File "zipextimporter.pyc", line 98, in load_module ImportError: MemoryLoadLibrary failed loading win32api.pyd Traceback (most recent call last): File "startup.py", line 34, in ? File "common\db.pyc", line 22, in open_connection File "MySQLdb\__init__.pyc", line 74, in Connect File "MySQLdb\connections.pyc", line 170, in __init__ _mysql_exceptions.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)") Whereas it is a recently raised problem,before I was using it without errors and was unable to open the executable. It was much appreciated if anyone advise what actual problem is ? Before it was working fine and now it was not. Thanks & Regards, Kiran kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: From svepa at milestone42.com Mon Oct 5 10:46:21 2015 From: svepa at milestone42.com (Sumanth Vepa) Date: Mon, 5 Oct 2015 08:46:21 +0000 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <560D5AE7.9060405@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> Message-ID: <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> Could you confirm if the location for the meet is as listed on your website (http://chennaipy.org/tag/events.html). I was hoping to attend. Venue Ramanujan Auditorium, IMSc, C.I.T Campus, 4th Cross Street, Tharamani, Chennai. Time: 3:00PM - 5:30PM Regards, Sumanth Vepa On 01/10/15 9:40 pm, "Chennaipy on behalf of Vijay Kumar" wrote: >Hi Everyone, >The next meetup is on 24th Oct, the 4th Saturday of this month. The >meetup will consist of short talks (20 min maximum). If you are >interested in doing a talk at the meetup, please send in a talk >title and short description. > >Regards, >Vijay >_______________________________________________ >Chennaipy mailing list >Chennaipy at python.org >https://mail.python.org/mailman/listinfo/chennaipy From amjith.r at gmail.com Mon Oct 5 14:44:47 2015 From: amjith.r at gmail.com (Amjith Ramanujam) Date: Mon, 5 Oct 2015 05:44:47 -0700 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <560D5AE7.9060405@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> Message-ID: Hi, I'm interested in doing a talk. Title: Introduction to pgcli and mycli Description: Pgcli is a modern command line interface for Postgresql database that can do auto-completion of sql statements and syntax highlighting. This talk will be a walkthrough of the tool and introduce the various libraries that made this tool possible. Mycli is the mysql equivalent of pgcli. Both the tools are open source and they are written in Python. Cheers! Amjith On Thu, Oct 1, 2015 at 9:10 AM, Vijay Kumar wrote: > Hi Everyone, > The next meetup is on 24th Oct, the 4th Saturday of this month. The > meetup will consist of short talks (20 min maximum). If you are > interested in doing a talk at the meetup, please send in a talk > title and short description. > > Regards, > Vijay > _______________________________________________ > 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 Tue Oct 6 02:00:53 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 06 Oct 2015 05:30:53 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> Message-ID: <56130F35.4030905@bravegnu.org> On Monday 05 October 2015 02:16 PM, Sumanth Vepa wrote: > > Could you confirm if the location for the meet is as listed on your website (http://chennaipy.org/tag/events.html). I was hoping to attend. > We will be confirming the location shortly. But it is most likely to be IMSc. Regards, Vijay From vijaykumar at bravegnu.org Tue Oct 6 02:26:05 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 06 Oct 2015 05:56:05 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> Message-ID: <5613151D.9030707@bravegnu.org> On Monday 05 October 2015 06:14 PM, Amjith Ramanujam wrote: > Hi, > > I'm interested in doing a talk. > > Title: Introduction to pgcli and mycli > > Description: Pgcli is a modern command line interface for Postgresql > database that can do auto-completion of sql statements and syntax > highlighting. This talk will be a walkthrough of the tool and introduce > the various libraries that made this tool possible. Mycli is the mysql > equivalent of pgcli. Both the tools are open source and they are written > in Python. Sounds Great! I have added it to the talk list. I guess you are also the author of these tools that have received ~4000 stars on GitHub! Regards, Vijay From amjith.r at gmail.com Tue Oct 6 05:04:46 2015 From: amjith.r at gmail.com (Amjith Ramanujam) Date: Mon, 5 Oct 2015 20:04:46 -0700 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <5613151D.9030707@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <5613151D.9030707@bravegnu.org> Message-ID: On Mon, Oct 5, 2015 at 5:26 PM, Vijay Kumar wrote: > Sounds Great! I have added it to the talk list. I guess you are also the > author of these tools that have received ~4000 stars on GitHub! > Yes. I'm the author of the tool. It has a lot of stars because I posted it on HackerNews and it got famous for a day. I don't think it's indicative of users. :) I'm visiting my family here in Chennai and found out about ChennaiPy via twitter. So I thought this will be a great opportunity to meet fellow pythonistas from hometown. :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From shakthimaan at gmail.com Tue Oct 6 07:54:37 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Tue, 6 Oct 2015 11:24:37 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <56130F35.4030905@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> Message-ID: Hi, If there is a 20m slot available for the October meet-up, I'd be happy to present the "Pretty Printing in Python" talk [1], for those who couldn't make it to PyCon India 2015. The audience can now ask all questions related to #3dprinting :) Thanks! SK [1] Pretty Printing in Python. https://in.pycon.org/cfp/pycon-india-2015/proposals/pretty-printing-in-python/ -- Shakthi Kannan http://www.shakthimaan.com From vijaykumar at bravegnu.org Tue Oct 6 18:12:41 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 06 Oct 2015 21:42:41 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> Message-ID: <5613F2F9.5090001@bravegnu.org> On Tuesday 06 October 2015 11:24 AM, Shakthi Kannan wrote: > Hi, > > If there is a 20m slot available for the October meet-up, I'd be happy > to present the "Pretty Printing in Python" talk [1], for those who > couldn't make it to PyCon India 2015. The audience can now ask all > questions related to #3dprinting :) Hi Shakthi, do you think this will be repetitive for people who have already attended the previous meetup? Regards, Vijay From haripriyabaskar at gmail.com Tue Oct 6 18:36:45 2015 From: haripriyabaskar at gmail.com (haripriya baskar) Date: Tue, 6 Oct 2015 22:06:45 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <5613F2F9.5090001@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> Message-ID: Hi, I would like to present my project work on image processing using OpenCV for clinical GAIT Analysis Title: Image Processing Using OpenCV Description: OpenCV is popular computer vision library for image and video processing in real-time. On Tue, Oct 6, 2015 at 9:42 PM, Vijay Kumar wrote: > On Tuesday 06 October 2015 11:24 AM, Shakthi Kannan wrote: > >> Hi, >> >> If there is a 20m slot available for the October meet-up, I'd be happy >> to present the "Pretty Printing in Python" talk [1], for those who >> couldn't make it to PyCon India 2015. The audience can now ask all >> questions related to #3dprinting :) >> > > Hi Shakthi, do you think this will be repetitive for people who > have already attended the previous meetup? > > Regards, > Vijay > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -- *Best Regards,* *Haripriya Baskar* *5th year Dual Degree/ Engineering Design* *Indian Institute of Technology Madras* *+91 9487950530* -------------- next part -------------- An HTML attachment was scrubbed... URL: From shakthimaan at gmail.com Tue Oct 6 19:42:13 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Tue, 6 Oct 2015 23:12:13 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <5613F2F9.5090001@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> Message-ID: Hi, --- On Tue, Oct 6, 2015 at 9:42 PM, Vijay Kumar wrote: | Hi Shakthi, do you think this will be repetitive for people who | have already attended the previous meetup? \-- No. I didn't present everything in the previous meetup. People will now be able to get the bigger picture on where and how the previous two talks fit in the printing process. SK -- Shakthi Kannan http://www.shakthimaan.com From vijaykumar at bravegnu.org Wed Oct 7 03:13:12 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 07 Oct 2015 06:43:12 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> Message-ID: <561471A8.2010704@bravegnu.org> On Tuesday 06 October 2015 11:12 PM, Shakthi Kannan wrote: > Hi, > > --- On Tue, Oct 6, 2015 at 9:42 PM, Vijay Kumar wrote: > | Hi Shakthi, do you think this will be repetitive for people who > | have already attended the previous meetup? > \-- > > No. I didn't present everything in the previous meetup. People will > now be able to get the bigger picture on where and how the previous > two talks fit in the printing process. OK. So I guess it will be a quick review, of what has been covered in the previous meetups, plus the role of MQTT in the printing process. Is that correct? Regards, Vijay From vijaykumar at bravegnu.org Wed Oct 7 03:16:11 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 07 Oct 2015 06:46:11 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> Message-ID: <5614725B.60802@bravegnu.org> On Tuesday 06 October 2015 10:06 PM, haripriya baskar wrote: > Hi, > > I would like to present my project work on image processing using OpenCV > for clinical GAIT Analysis > > Title: Image Processing Using OpenCV > Description: OpenCV is popular computer vision library for image and > video processing in real-time. Thanks Haripriya. Your talk has been added. Regards, Vijay From shakthimaan at gmail.com Wed Oct 7 03:25:05 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Wed, 7 Oct 2015 06:55:05 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <561471A8.2010704@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> <561471A8.2010704@bravegnu.org> Message-ID: Hi, --- On Wed, Oct 7, 2015 at 6:43 AM, Vijay Kumar wrote: | OK. So I guess it will be a quick review, of what has been covered in | the previous meetups, plus the role of MQTT in the printing process. | Is that correct? \-- No. There is material that I haven't covered yet. For example: Printrun, MTConnect, MeshLab. SK -- Shakthi Kannan http://www.shakthimaan.com From vijaykumar at bravegnu.org Wed Oct 7 03:23:18 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 07 Oct 2015 06:53:18 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> <561471A8.2010704@bravegnu.org> Message-ID: <56147406.3000509@bravegnu.org> On Wednesday 07 October 2015 06:55 AM, Shakthi Kannan wrote: > Hi, > > --- On Wed, Oct 7, 2015 at 6:43 AM, Vijay Kumar wrote: > | OK. So I guess it will be a quick review, of what has been covered in > | the previous meetups, plus the role of MQTT in the printing process. > | Is that correct? > \-- > > No. There is material that I haven't covered yet. For example: > Printrun, MTConnect, MeshLab. OK then, please do provide a talk title and a description for the talk. Regards, Vijay From shakthimaan at gmail.com Wed Oct 7 03:56:38 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Wed, 7 Oct 2015 07:26:38 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <56147406.3000509@bravegnu.org> References: <560D5AE7.9060405@bravegnu.org> <8C0580C5-248F-4D76-B7CC-8FE5A4D4F26D@milestone42.com> <56130F35.4030905@bravegnu.org> <5613F2F9.5090001@bravegnu.org> <561471A8.2010704@bravegnu.org> <56147406.3000509@bravegnu.org> Message-ID: Hi, --- On Wed, Oct 7, 2015 at 6:53 AM, Vijay Kumar wrote: | OK then, please do provide a talk title and a description for the talk. \-- Thank you. Topic: "Pretty printing in Python" [1] Description: This talk shares the experience of creating a part from an art using Printrun [2] and Skeinforge [3] with the Prusia i3 3D printer [4]. MTConnect standard is used to obtain data from the 3D printer. I shall also address the challenges in validating the printed object ("Part to Art") using Python tools. Time: 20 minutes SK [1] Pretty Printing in Python. https://in.pycon.org/cfp/pycon-india-2015/proposals/pretty-printing-in-python/ [2] Printrun. http://www.pronterface.com/ [3] Skeinforge. http://reprap.org/wiki/Skeinforge [4] Prusa i3. http://reprap.org/wiki/Prusa_i3 -- Shakthi Kannan http://www.shakthimaan.com From vijaykumar at bravegnu.org Fri Oct 9 18:38:36 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Fri, 09 Oct 2015 22:08:36 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: References: <560D5AE7.9060405@bravegnu.org> <5613151D.9030707@bravegnu.org> Message-ID: <5617ED8C.2010609@bravegnu.org> On Tuesday 06 October 2015 08:34 AM, Amjith Ramanujam wrote: > > On Mon, Oct 5, 2015 at 5:26 PM, Vijay Kumar > wrote: > > Sounds Great! I have added it to the talk list. I guess you are also the > author of these tools that have received ~4000 stars on GitHub! > > > Yes. I'm the author of the tool. It has a lot of stars because I posted > it on HackerNews and it got famous for a day. I don't think it's > indicative of users. :) It sure is an interesting project. Looking forward to your talk! Regards, Vijay From mugunthan.masti at gmail.com Fri Oct 9 07:53:56 2015 From: mugunthan.masti at gmail.com (Mugunthan Latchoumanane) Date: Fri, 9 Oct 2015 11:23:56 +0530 Subject: [Chennaipy] Inviting for "Will the real internet please stand up: on internet.org and Digital India" Discussion In-Reply-To: References: Message-ID: Kindly follow this link to register... http://www.meetup.com/Free-Software-Foundation-TamilNadu/events/225917923/?fromEmail=225917923 On 9 October 2015 at 11:06, Mugunthan Latchoumanane < mugunthan.masti at gmail.com> wrote: > Dear Friends, > > Free Software Foundation Tamil Nadu and Catalyst Study circle are happy to > welcome you to a discussion titled: > > > *Will the real internet please stand up: on internet.org > and Digital India* > > A few weeks ago, we saw thousands of people on Facebook change their > profile pictures to resemble the Indian flag as part of the social media > giant's initiative to support Prime Minister Narendra Modi's Digital India > project. > > This phase also saw a lot of criticism of Facebook, especially with > reference to its internet.org (now renamed as Free Basics), on the issue > of net neutrality and issues such as privacy and data storage. Only a few > months ago, internet.org had again been the subject of a controversy > during the debate on net neutrality in India. > In this discussion, we not only look at net neutrality and Facebook's > initiative but also, the larger context of the Digital India project and > the role companies such as Facebook have to play in the project > > > Speaker: Mr.Srinivasan Ramani, > Deputy Editor, > The Hindu, > (he visited Facebook recently and interviewed Mark > Zuckerberg) > > Date: October 11th 2015 > > Time: 2.00 PM - 5.00 PM > > Venue: Asian College of Journalism, > 2nd Main Road, Behind M.S. Swaminathan Research Foundation, > Tharamani, > CIT Campus, Taramani, > Chennai, Tamil Nadu 600113. > Contact: 044-43504670, 9962943247 > > Map: https://www.openstreetmap.org/node/3615415200#map=16/12.9958/80.2474 > > > [image: Inline images 3] > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: realinternet?.png Type: image/png Size: 6589635 bytes Desc: not available URL: From mugunthan.masti at gmail.com Fri Oct 9 07:36:17 2015 From: mugunthan.masti at gmail.com (Mugunthan Latchoumanane) Date: Fri, 9 Oct 2015 11:06:17 +0530 Subject: [Chennaipy] Inviting for "Will the real internet please stand up: on internet.org and Digital India" Discussion Message-ID: Dear Friends, Free Software Foundation Tamil Nadu and Catalyst Study circle are happy to welcome you to a discussion titled: *Will the real internet please stand up: on internet.org and Digital India* A few weeks ago, we saw thousands of people on Facebook change their profile pictures to resemble the Indian flag as part of the social media giant's initiative to support Prime Minister Narendra Modi's Digital India project. This phase also saw a lot of criticism of Facebook, especially with reference to its internet.org (now renamed as Free Basics), on the issue of net neutrality and issues such as privacy and data storage. Only a few months ago, internet.org had again been the subject of a controversy during the debate on net neutrality in India. In this discussion, we not only look at net neutrality and Facebook's initiative but also, the larger context of the Digital India project and the role companies such as Facebook have to play in the project Speaker: Mr.Srinivasan Ramani, Deputy Editor, The Hindu, (he visited Facebook recently and interviewed Mark Zuckerberg) Date: October 11th 2015 Time: 2.00 PM - 5.00 PM Venue: Asian College of Journalism, 2nd Main Road, Behind M.S. Swaminathan Research Foundation, Tharamani, CIT Campus, Taramani, Chennai, Tamil Nadu 600113. Contact: 044-43504670, 9962943247 Map: https://www.openstreetmap.org/node/3615415200#map=16/12.9958/80.2474 [image: Inline images 3] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: realinternet?.png Type: image/png Size: 6589635 bytes Desc: not available URL: From mugunthan.masti at gmail.com Sat Oct 10 10:40:08 2015 From: mugunthan.masti at gmail.com (Mugunthan Latchoumanane) Date: Sat, 10 Oct 2015 14:10:08 +0530 Subject: [Chennaipy] Inviting for "Will the real internet please stand up: on internet.org and Digital India" Discussion In-Reply-To: References: Message-ID: ??????????? ??????? ?????????? ?????????? ????????? ??????? ??????????? ?????? ?????? ?????? ????????? ?????? ????????????? Internet.org ??????? ????????? ???????? ????????????????? ??????????? ???? ????????? ?????????. ????? ??? ???????????? ???? ??????? ??????????? ?????????? ??????? , ???????? ???????? ??????????? ?????????????? ??????? ???????????????????? ?????????. ???? ????? ??????? ???????? ???????? ????????? ??????? ????? ????????? ?????????? ??????? ?????????. ?????? ???????; Internet.org, ?????? ??????, ??????? ?????????, ????? ???????? ????? ??????? ???????????????? ????????. ??? ???????????? ???? ??????????? ?????? ?????? ?????? ??????????? Internet.org, ?????? ???? ?????????? ?????? ??? ??????? ????? ???????? ????????. ?? ???? ??????????????? ?????? ?????? ??????? ????????? ????????? ??????? ??????????, ?????? ?????? ????? ??????? ??????? ??????? ??????? ????? ??????????????? ????????? ????? ???? ?????? ????????? ??????? ????????????????. ?????????; ????. ??????????? ???? ??? ?????????????? ?? ????? ???? ; ???????? 11 2015 ????? ;?????? 2-???? 5 ???? ; ?????? ?????? ??? ????????? 2 ???? ?????? ????, ???.??? ???????????? ????????? ?????????? ???????? ????? ??????, ????? ??????, ????????? -600113 ??????? ; https://www.openstreetmap.org/node/3615415200? ??????????? 044-43504670, 9962943247 ??????????? tiny.cc/real-internet-discussion ????????? ?????: http://www.meetup.com/Free-Software-Foundation-TamilNadu/events/225917923/?fromEmail=225917923 On 9 October 2015 at 11:06, Mugunthan Latchoumanane < mugunthan.masti at gmail.com> wrote: > Dear Friends, > > Free Software Foundation Tamil Nadu and Catalyst Study circle are happy to > welcome you to a discussion titled: > > > *Will the real internet please stand up: on internet.org > and Digital India* > > A few weeks ago, we saw thousands of people on Facebook change their > profile pictures to resemble the Indian flag as part of the social media > giant's initiative to support Prime Minister Narendra Modi's Digital India > project. > > This phase also saw a lot of criticism of Facebook, especially with > reference to its internet.org (now renamed as Free Basics), on the issue > of net neutrality and issues such as privacy and data storage. Only a few > months ago, internet.org had again been the subject of a controversy > during the debate on net neutrality in India. > In this discussion, we not only look at net neutrality and Facebook's > initiative but also, the larger context of the Digital India project and > the role companies such as Facebook have to play in the project > > > Speaker: Mr.Srinivasan Ramani, > Deputy Editor, > The Hindu, > (he visited Facebook recently and interviewed Mark > Zuckerberg) > > Date: October 11th 2015 > > Time: 2.00 PM - 5.00 PM > > Venue: Asian College of Journalism, > 2nd Main Road, Behind M.S. Swaminathan Research Foundation, > Tharamani, > CIT Campus, Taramani, > Chennai, Tamil Nadu 600113. > Contact: 044-43504670, 9962943247 > > Map: https://www.openstreetmap.org/node/3615415200#map=16/12.9958/80.2474 > > > [image: Inline images 3] > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: realinternet?.png Type: image/png Size: 6589635 bytes Desc: not available URL: From tshrinivasan at gmail.com Tue Oct 13 01:06:38 2015 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Tue, 13 Oct 2015 04:36:38 +0530 Subject: [Chennaipy] Lightning Talk - Yet Another Lightning talk - PyCon India 2015 by Shakthimaan Message-ID: The best lightning talk about Python in PyCon India 2015 https://www.youtube.com/watch?t=12&v=QmScfOsdxqg by Shakthimaan. Dont miss it. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get Free Tamil Ebooks for Android, iOS, Kindle, Computer : http://FreeTamilEbooks.com From me at kirang.in Tue Oct 13 23:44:33 2015 From: me at kirang.in (Kiran Gangadharan) Date: Wed, 14 Oct 2015 03:14:33 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes Message-ID: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> Hey Everyone, Please find the meeting minutes below. Date: 26 September 2015 The September Edition of the ChennaiPy meetup started with Vijaykumar, the organizer, welcoming everyone and outlining the agenda for the evening. * Introduction to Django Rajkumar Rajendran started off the talk with some history of Django. After that, he did a quick walk through of installing Django and using it to setup a basic project structure with SQLite as the database. He then went on to illustrating how a web server works and concluded with a small demo on setting up a hello world project with the framework. * Django REST Framework It looks like the audience had a good dose of Django this time, thanks to the talk by Jagadish Kumar. He started off by talking about API's as a bridge between a client and server and then went on to explain the basic components of the Django REST framework. He then demoed a simple TODO application and showed us how he was able to easily add/remove functionality from the API by using Mixins that the framework provided, thus illustrating the concepts of a loosely coupled architecture. * Networking Tea Break sponsored by Clay Labs * Using G-Code Vis tools I'm pretty sure that a lot of people were baffled by the title of this talk by Shakthi Kannan. But to all our surprise, it turned out to be an interesting insight into the jargons and processes in the world of 3D printing. Shakthi started out by explaining the basic components of a 3D printer. He talked about how one would go about printing something using an STL file. The STL file would be first converted into G-Code which could then be executed on a 3D printer to actually print the object. He then gave a quick explanation about various gcode instructions and metrics that could be fine-tuned by the user. He then showed us how an object shaped like a pyramid would be printed using YAGV(Yet Another G-Code Viewer). He also showed us how the final object would appear, using Blender. The generated model data using G-Codes could be compared with the actual data obtained from the printer to determine the accuracy of the process itself. He then concluded with a short and sweet Q&A session with the audience. * Building a Sublime Plugin using Python Text Editors are amongst the biggest contributors of programmer productivity, and in this session, Gaurav Sehrawat talked about how one could extend the functionalities of Sublime Text, by building plugins for it in Python. Gaurav started off by demonstrating a few tips and tricks that make Sublime Text an awesome editor. He then went on to explain what Window/Text command was and how one could leverage them to build simple plugins for the editor. He demoed an event based API to search Google for autocompletion when typing something into the editor and concluded with a demo of printing better debug statements for python variables which included the displayed filename and line number along with the variable. * Python, Guido and Snakes I guess that after a bunch of serious talks for the evening, Vijay thought that it was time for something light and refreshing. His talk title was concise enough to pique our interest, but obscure enough to shroud us in mystery. He started off by talking about Python and it's creator Guido Van Rossum(BDFL). He talked about how the name "Python" was inspired by Guido's love for Monty Python. And to all our surprise, he even showed us a small sketch from Monty Python's "The Flying Circus", which left us all laughing out loud! * Vote of Thanks Vijay concluded the meeting by thanking the participants, speakers, volunteers, IMSc and the sponsors. -- Kiran Gangadharan http://kirang.in From me at kirang.in Wed Oct 14 00:22:20 2015 From: me at kirang.in (Kiran Gangadharan) Date: Wed, 14 Oct 2015 03:52:20 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> Message-ID: <1444774940.2171081.409439785.7C7DABB3@webmail.messagingengine.com> My apologies for the improper formatting. On Wed, Oct 14, 2015, at 03:14 AM, Kiran Gangadharan wrote: > Hey Everyone, > > Please find the meeting minutes below. > > > Date: 26 September 2015 > > The September Edition of the ChennaiPy meetup started with Vijaykumar, > the > organizer, welcoming everyone and outlining the agenda for the evening. > > * Introduction to Django > > Rajkumar Rajendran started off the talk with some history of Django. > After that, he did a > quick walk through of installing Django and using it to setup a basic > project > structure with SQLite as the database. He then went on to illustrating > how a web > server works and concluded with a small demo on setting up a hello world > project > with the framework. > > * Django REST Framework > > It looks like the audience had a good dose of Django this time, thanks > to the > talk by Jagadish Kumar. He started off by talking about API's as a > bridge > between a client and server and then went on to explain the basic > components of > the Django REST framework. He then demoed a simple TODO application and > showed > us how he was able to easily add/remove functionality from the API by > using > Mixins that the framework provided, thus illustrating the concepts of a > loosely > coupled architecture. > > * Networking Tea Break sponsored by Clay Labs > > * Using G-Code Vis tools > > I'm pretty sure that a lot of people were baffled by the title of this > talk by > Shakthi Kannan. But to all our surprise, it turned out to be an > interesting > insight into the jargons and processes in the world of 3D printing. > Shakthi > started out by explaining the basic components of a 3D printer. He > talked about > how one would go about printing something using an STL file. The STL > file would > be first converted into G-Code which could then be executed on a 3D > printer to > actually print the object. He then gave a quick explanation about > various gcode > instructions and metrics that could be fine-tuned by the user. He then > showed us > how an object shaped like a pyramid would be printed using YAGV(Yet > Another > G-Code Viewer). He also showed us how the final object would appear, > using > Blender. The generated model data using G-Codes could be compared with > the > actual data obtained from the printer to determine the accuracy of the > process > itself. He then concluded with a short and sweet Q&A session with the > audience. > > * Building a Sublime Plugin using Python > > Text Editors are amongst the biggest contributors of programmer > productivity, > and in this session, Gaurav Sehrawat talked about how one could extend > the > functionalities of Sublime Text, by building plugins for it in Python. > Gaurav > started off by demonstrating a few tips and tricks that make Sublime > Text an > awesome editor. He then went on to explain what Window/Text command was > and how > one could leverage them to build simple plugins for the editor. He > demoed an > event based API to search Google for autocompletion when typing > something into > the editor and concluded with a demo of printing better debug statements > for > python variables which included the displayed filename and line number > along > with the variable. > > * Python, Guido and Snakes > > I guess that after a bunch of serious talks for the evening, Vijay > thought that > it was time for something light and refreshing. His talk title was > concise > enough to pique our interest, but obscure enough to shroud us in > mystery. He > started off by talking about Python and it's creator Guido Van > Rossum(BDFL). He > talked about how the name "Python" was inspired by Guido's love for > Monty > Python. And to all our surprise, he even showed us a small sketch from > Monty > Python's "The Flying Circus", which left us all laughing out loud! > > * Vote of Thanks > > Vijay concluded the meeting by thanking the participants, speakers, > volunteers, > IMSc and the sponsors. > > -- > Kiran Gangadharan > http://kirang.in > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy -- Kiran Gangadharan http://kirang.in From igauravsehrawat at gmail.com Wed Oct 14 15:49:45 2015 From: igauravsehrawat at gmail.com (Gaurav Sehrawat) Date: Wed, 14 Oct 2015 19:19:45 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: <1444774940.2171081.409439785.7C7DABB3@webmail.messagingengine.com> References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> <1444774940.2171081.409439785.7C7DABB3@webmail.messagingengine.com> Message-ID: Nicely written. Cheers On Wed, Oct 14, 2015 at 3:52 AM, Kiran Gangadharan wrote: > My apologies for the improper formatting. > > On Wed, Oct 14, 2015, at 03:14 AM, Kiran Gangadharan wrote: > > Hey Everyone, > > > > Please find the meeting minutes below. > > > > > > Date: 26 September 2015 > > > > The September Edition of the ChennaiPy meetup started with Vijaykumar, > > the > > organizer, welcoming everyone and outlining the agenda for the evening. > > > > * Introduction to Django > > > > Rajkumar Rajendran started off the talk with some history of Django. > > After that, he did a > > quick walk through of installing Django and using it to setup a basic > > project > > structure with SQLite as the database. He then went on to illustrating > > how a web > > server works and concluded with a small demo on setting up a hello world > > project > > with the framework. > > > > * Django REST Framework > > > > It looks like the audience had a good dose of Django this time, thanks > > to the > > talk by Jagadish Kumar. He started off by talking about API's as a > > bridge > > between a client and server and then went on to explain the basic > > components of > > the Django REST framework. He then demoed a simple TODO application and > > showed > > us how he was able to easily add/remove functionality from the API by > > using > > Mixins that the framework provided, thus illustrating the concepts of a > > loosely > > coupled architecture. > > > > * Networking Tea Break sponsored by Clay Labs > > > > * Using G-Code Vis tools > > > > I'm pretty sure that a lot of people were baffled by the title of this > > talk by > > Shakthi Kannan. But to all our surprise, it turned out to be an > > interesting > > insight into the jargons and processes in the world of 3D printing. > > Shakthi > > started out by explaining the basic components of a 3D printer. He > > talked about > > how one would go about printing something using an STL file. The STL > > file would > > be first converted into G-Code which could then be executed on a 3D > > printer to > > actually print the object. He then gave a quick explanation about > > various gcode > > instructions and metrics that could be fine-tuned by the user. He then > > showed us > > how an object shaped like a pyramid would be printed using YAGV(Yet > > Another > > G-Code Viewer). He also showed us how the final object would appear, > > using > > Blender. The generated model data using G-Codes could be compared with > > the > > actual data obtained from the printer to determine the accuracy of the > > process > > itself. He then concluded with a short and sweet Q&A session with the > > audience. > > > > * Building a Sublime Plugin using Python > > > > Text Editors are amongst the biggest contributors of programmer > > productivity, > > and in this session, Gaurav Sehrawat talked about how one could extend > > the > > functionalities of Sublime Text, by building plugins for it in Python. > > Gaurav > > started off by demonstrating a few tips and tricks that make Sublime > > Text an > > awesome editor. He then went on to explain what Window/Text command was > > and how > > one could leverage them to build simple plugins for the editor. He > > demoed an > > event based API to search Google for autocompletion when typing > > something into > > the editor and concluded with a demo of printing better debug statements > > for > > python variables which included the displayed filename and line number > > along > > with the variable. > > > > * Python, Guido and Snakes > > > > I guess that after a bunch of serious talks for the evening, Vijay > > thought that > > it was time for something light and refreshing. His talk title was > > concise > > enough to pique our interest, but obscure enough to shroud us in > > mystery. He > > started off by talking about Python and it's creator Guido Van > > Rossum(BDFL). He > > talked about how the name "Python" was inspired by Guido's love for > > Monty > > Python. And to all our surprise, he even showed us a small sketch from > > Monty > > Python's "The Flying Circus", which left us all laughing out loud! > > > > * Vote of Thanks > > > > Vijay concluded the meeting by thanking the participants, speakers, > > volunteers, > > IMSc and the sponsors. > > > > -- > > Kiran Gangadharan > > http://kirang.in > > _______________________________________________ > > Chennaipy mailing list > > Chennaipy at python.org > > https://mail.python.org/mailman/listinfo/chennaipy > > > -- > Kiran Gangadharan > http://kirang.in > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jagadish123 at gmail.com Fri Oct 16 08:13:41 2015 From: jagadish123 at gmail.com (Jagadish Kumar Patnala) Date: Fri, 16 Oct 2015 11:43:41 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> <1444774940.2171081.409439785.7C7DABB3@webmail.messagingengine.com> Message-ID: very well described kudos Kiran :) -- Jagadish Kumar. Pipeline Programmer, Bot VFX India Ltd. -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Fri Oct 16 08:23:43 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Fri, 16 Oct 2015 11:53:43 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> Message-ID: <0692f97f42583a07360beef9d956a1cd.squirrel@gator3315.hostgator.com> On Wed, October 14, 2015 3:14 am, Kiran Gangadharan wrote: > Hey Everyone, > > > Please find the meeting minutes below. > Thanks Kiran. We need to add this to the website. Any takers? Regards, Vijay From shri2626 at yahoo.com Sun Oct 18 02:09:55 2015 From: shri2626 at yahoo.com (Shri Aditya Vagicherla) Date: Sun, 18 Oct 2015 00:09:55 +0000 (UTC) Subject: [Chennaipy] Beginner in python References: <514676425.1669569.1445126995866.JavaMail.yahoo@mail.yahoo.com> Message-ID: <514676425.1669569.1445126995866.JavaMail.yahoo@mail.yahoo.com> Hi,? For my project i am trying find item sets. I have been givena data file with data in the following form? lines with starts with letter A, those tells us the ID of the website and the Title? The line with ?C? separates users and the lines with ?V? are the websites they visited. A,1121,1,"Microsoft Magazine","/magazine" A,1083,1,"MS Access Support","/msaccesssupport" A,1145,1,"Visual Fox Pro Support","/vfoxprosupport" A,1276,1,"Visual Test Support","/vtestsupport" C,"10001",10001 V,1000,1 V,1001,1 V,1002,1 C,"10002",10002 V,1001,1 V,1003,1 C,"10003",10003 V,1001,1 V,1003,1 V,1004,1 ? I am supposed to classify and filter the data based on theuser and the websites he visited. But the entire data is in one file and myprogram reads the file line by line. I am not able to figure out how to processthe user and then the websites he visited to bucket them into a list in whicheach line consists of websites visited by that user alone. could someone help me with generating the output file which must have a list of buckets, each bucket with the sites visited by one user. For example "Support Desktop","Knowledge Base" "Support Desktop","Knowledge Base","Microsoft.com Search" "Norway" "misc" "Knowledge Base","Microsoft.com Search" "International IE content" "Microsoft.com Search" -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: project.py Type: application/octet-stream Size: 680 bytes Desc: not available URL: From me at kirang.in Sun Oct 18 06:15:14 2015 From: me at kirang.in (Kiran Gangadharan) Date: Sun, 18 Oct 2015 09:45:14 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: <0692f97f42583a07360beef9d956a1cd.squirrel@gator3315.hostgator.com> References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> <0692f97f42583a07360beef9d956a1cd.squirrel@gator3315.hostgator.com> Message-ID: <1445141714.3380354.413091537.5A460498@webmail.messagingengine.com> Hi, On Fri, Oct 16, 2015, at 11:53 AM, Vijay Kumar wrote: > On Wed, October 14, 2015 3:14 am, Kiran Gangadharan wrote: > > Hey Everyone, > > > > > > Please find the meeting minutes below. > > > > Thanks Kiran. > > We need to add this to the website. Any takers? > If you can't find anyone else by today, I can do it myself. > Regards, > Vijay > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy -- Kiran Gangadharan http://kirang.in From me at kirang.in Sun Oct 18 06:15:52 2015 From: me at kirang.in (Kiran Gangadharan) Date: Sun, 18 Oct 2015 09:45:52 +0530 Subject: [Chennaipy] September 2015 Meeting Minutes In-Reply-To: References: <1444772673.2161512.409406033.2B67A9E1@webmail.messagingengine.com> <1444774940.2171081.409439785.7C7DABB3@webmail.messagingengine.com> Message-ID: <1445141752.3380834.413091753.27E169A5@webmail.messagingengine.com> Hi, On Fri, Oct 16, 2015, at 11:43 AM, Jagadish Kumar Patnala wrote: > very well described > > kudos Kiran :) You're too kind :) > > > -- > Jagadish Kumar. Pipeline?Programmer, Bot VFX India?Ltd. > _________________________________________________ > Chennaipy mailing list Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy -- Kiran Gangadharan http://kirang.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From shakthimaan at gmail.com Sun Oct 18 07:56:09 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Sun, 18 Oct 2015 11:26:09 +0530 Subject: [Chennaipy] Beginner in python In-Reply-To: <514676425.1669569.1445126995866.JavaMail.yahoo@mail.yahoo.com> References: <514676425.1669569.1445126995866.JavaMail.yahoo@mail.yahoo.com> <514676425.1669569.1445126995866.JavaMail.yahoo@mail.yahoo.com> Message-ID: Hi, --- On Sun, Oct 18, 2015 at 5:39 AM, Shri Aditya Vagicherla via Chennaipy wrote: | For my project \-- Personal or office work? --- | I have been given a data file \-- Does the file roll over, or is it done when you are ready to process it? --- | lines with starts with letter A \-- You can do a two-pass on the file if it doesn't roll over. Read all the 'A' values in the first-pass, and create the list of buckets. --- | and my program reads | the file line by line. | ... | could someone help me with generating the output file which must have a list | of buckets, each bucket with the sites visited by one user. \-- You can do this in the second-pass. --- | For example | | "Support Desktop","Knowledge Base" | "Support Desktop","Knowledge Base","Microsoft.com Search" | "Norway" | "misc" \-- The output doesn't reflect the input example that you have given. When providing an example, please make sure you give the corresponding output so that we can understand your requirement. SK -- Shakthi Kannan http://www.shakthimaan.com From sureshkumarr.s at gmail.com Mon Oct 19 11:09:34 2015 From: sureshkumarr.s at gmail.com (S Suresh) Date: Mon, 19 Oct 2015 14:39:34 +0530 Subject: [Chennaipy] [Job] Python developer openings Message-ID: Hi, we have few python developer openings in our company(ALTEN CALSOFTLABS http://www.altencalsoftlabs.com/) , from junior to senior levels.. Requirements : Strong python knowledge Should be able to design, develop, automate & validate Should be fast learner & adaptive Capable of mentoring, guide the team Interface with clients & understand the requirements Desirable: HTML, Javascripts if you are interested, Please share your CV to my mail id sureshkumar.s at calsoftlabs.com Thanks suresh. From vijaykumar at bravegnu.org Wed Oct 21 03:14:01 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 21 Oct 2015 06:44:01 +0530 Subject: [Chennaipy] October Meetup (RSVP Required) Message-ID: <5626E6D9.6070505@bravegnu.org> # October Meetup ## Date & Time * 24th October (Saturday) * 3:00pm to 5:30pm ## Venue Ramanujan Auditorium, IMSc, C.I.T Campus, 4th Cross Street, Tharamani, Chennai. Location map: http://www.google.com/maps?q=12.994337,80.247170 ## Schedule * Postgresql Explain (20 min) by Abishek * Introduction to pgcli and mycli (20 min) by Amjith Ramanujan * Networking Tea Break sponsored by Zilogic Systems (30 min) * Image Processing Using OpenCV (20 min) by Haripriya Baskar * Pretty Printing in Python (20 min) by Shakthi Kannan * Lightning Talks (20 min) * Discussion (20 min) Only the talk titles are included here, for the sake of brevity. For details about the talks and the speakers, please visit http://www.meetup.com/Chennaipy/events/225633816/ ## RSVP Please RSVP on our Meetup page http://www.meetup.com/Chennaipy/events/225633816/ ## New to Python? If you are new to Python, you can make best use of the meetup, if you go through any of the following resources, before attending the meetup. * Invent Your Own Computer Games with Python, Chapters 1 - 9 http://inventwithpython.com/chapters/ * Google's Python Course (with Lecture Videos) https://developers.google.com/edu/python/ * How to Think Like a Computer Scientist, Chapters 1 - 12 http://www.greenteapress.com/thinkpython/ From satyaakam at gmail.com Wed Oct 21 12:53:12 2015 From: satyaakam at gmail.com (satyaakam goswami) Date: Wed, 21 Oct 2015 16:23:12 +0530 Subject: [Chennaipy] October Meetup (RSVP Required) In-Reply-To: <5626E6D9.6070505@bravegnu.org> References: <5626E6D9.6070505@bravegnu.org> Message-ID: > > * Postgresql Explain (20 min) > by Abishek > > * Introduction to pgcli and mycli (20 min) > by Amjith Ramanujan > > Hey, I have been watching the Topics being discussed in the meetups, So is this group ok with any FOSS topic and are not very hard headed on Python only Topics. i am referring to the PostgreSql talk. Is my understanding correct from what i have been observing from a distance on the list? ?cheers? -Satya Satyaakam.net | fossevents.in | -------------- next part -------------- An HTML attachment was scrubbed... URL: From amjith.r at gmail.com Wed Oct 21 13:32:02 2015 From: amjith.r at gmail.com (Amjith Ramanujam) Date: Wed, 21 Oct 2015 04:32:02 -0700 Subject: [Chennaipy] October Meetup (RSVP Required) In-Reply-To: References: <5626E6D9.6070505@bravegnu.org> Message-ID: I don't speak for the organizer, but I presume a certain relevance to the Python community would be needed. For instance Postgres database is the dominant choice of DB for Pythonistas (anecdotal evidence) and most Pythonistas are interested to learn about it. -Amjith On Wed, Oct 21, 2015 at 3:53 AM, satyaakam goswami wrote: > * Postgresql Explain (20 min) >> by Abishek >> >> * Introduction to pgcli and mycli (20 min) >> by Amjith Ramanujan >> >> > Hey, > > I have been watching the Topics being discussed in the meetups, So is > this group ok with any FOSS topic and are not very hard headed on Python > only Topics. > > i am referring to the PostgreSql talk. > > Is my understanding correct from what i have been observing from a > distance on the list? > > ?cheers? > > -Satya > Satyaakam.net | fossevents.in | > > > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shrayasr at gmail.com Wed Oct 21 13:34:28 2015 From: shrayasr at gmail.com (Shrayas rajagopal) Date: Wed, 21 Oct 2015 17:04:28 +0530 Subject: [Chennaipy] October Meetup (RSVP Required) In-Reply-To: References: <5626E6D9.6070505@bravegnu.org> Message-ID: Hi Satyaakam, On Wed, Oct 21, 2015 at 4:23 PM, satyaakam goswami wrote: > > I have been watching the Topics being discussed in the meetups, So is this group ok with any FOSS topic and are not very hard headed on Python only Topics. > > i am referring to the PostgreSql talk. > > Is my understanding correct from what i have been observing from a distance on the list? Yeah, we're not very stringent on having TOO much of a binding to python. We all are there since we are involved with python in some way or the other - That is a known fact. A few FOSS talks can do good. In this case, Knowledge of Postgres Explain can help a variety of developers. Also FWIW, Pgcli and Mycli I think are written in python :) From vijayapr at buffalo.edu Fri Oct 23 11:12:07 2015 From: vijayapr at buffalo.edu (vijayapr) Date: Fri, 23 Oct 2015 11:12:07 -0400 Subject: [Chennaipy] [Job] Python developer openings In-Reply-To: <688d8c200ec226b75b3a9d2b2917e8da@buffalo.edu> References: <688d8c200ec226b75b3a9d2b2917e8da@buffalo.edu> Message-ID: <4be2d45f13202197c6c06bc1b250dd7d@buffalo.edu> Please find the attached code.Thanks On 10/23/2015 11:11 am, vijayapr wrote: > Hi, > > I am newbie writing a simple code to count the button press when > .wav file plays. > > when i run .wav file using pygame in tkinter interface, I couldnot > able to access any key from keyboard. > I need to count the button press when audio is on. > > Can you help me with this? > > Thanks, > Vijay > > > On 10/19/2015 5:09 am, S Suresh wrote: >> Hi, >> >> we have few python developer openings in our company(ALTEN CALSOFTLABS >> http://www.altencalsoftlabs.com/) , from junior to senior levels.. >> >> Requirements : >> Strong python knowledge >> Should be able to design, develop, automate & validate >> Should be fast learner & adaptive >> Capable of mentoring, guide the team >> Interface with clients & understand the requirements >> Desirable: HTML, Javascripts >> >> if you are interested, Please share your CV to my mail id >> sureshkumar.s at calsoftlabs.com >> >> Thanks >> suresh. >> _______________________________________________ >> Chennaipy mailing list >> Chennaipy at python.org >> https://mail.python.org/mailman/listinfo/chennaipy -------------- next part -------------- A non-text attachment was scrubbed... Name: counter7.py Type: text/x-python Size: 4551 bytes Desc: not available URL: From vijayapr at buffalo.edu Fri Oct 23 11:11:19 2015 From: vijayapr at buffalo.edu (vijayapr) Date: Fri, 23 Oct 2015 11:11:19 -0400 Subject: [Chennaipy] [Job] Python developer openings In-Reply-To: References: Message-ID: <688d8c200ec226b75b3a9d2b2917e8da@buffalo.edu> Hi, I am newbie writing a simple code to count the button press when .wav file plays. when i run .wav file using pygame in tkinter interface, I couldnot able to access any key from keyboard. I need to count the button press when audio is on. Can you help me with this? Thanks, Vijay On 10/19/2015 5:09 am, S Suresh wrote: > Hi, > > we have few python developer openings in our company(ALTEN CALSOFTLABS > http://www.altencalsoftlabs.com/) , from junior to senior levels.. > > Requirements : > Strong python knowledge > Should be able to design, develop, automate & validate > Should be fast learner & adaptive > Capable of mentoring, guide the team > Interface with clients & understand the requirements > Desirable: HTML, Javascripts > > if you are interested, Please share your CV to my mail id > sureshkumar.s at calsoftlabs.com > > Thanks > suresh. > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy From sakthirengaraj at gmail.com Sun Oct 25 22:48:40 2015 From: sakthirengaraj at gmail.com (Rengaraj D) Date: Mon, 26 Oct 2015 08:18:40 +0530 Subject: [Chennaipy] [Job] Python developer openings In-Reply-To: <688d8c200ec226b75b3a9d2b2917e8da@buffalo.edu> References: <688d8c200ec226b75b3a9d2b2917e8da@buffalo.edu> Message-ID: On 26 Oct 2015 04:17, "vijayapr" wrote: > > > Hi, > > I am newbie writing a simple code to count the button press when .wav file plays. > > when i run .wav file using pygame in tkinter interface, I couldnot able to access any key from keyboard. > I need to count the button press when audio is on. > Could you please post your doubt in a separate mail thread. You have replayed to a thread which is irrelevant to your question. When you are asking your doubt, if you attach your code it is easy for anyone to clarify your doubts. -------------- next part -------------- An HTML attachment was scrubbed... URL: From amjith.r at gmail.com Sun Oct 25 11:32:30 2015 From: amjith.r at gmail.com (Amjith Ramanujam) Date: Sun, 25 Oct 2015 08:32:30 -0700 Subject: [Chennaipy] Slides - Modern Commandline Message-ID: Hi, Here are the slides from my talk "Modern Command line". https://speakerdeck.com/amjith/modern-command-line Please feel free to ping me if you have any feedback. :) Cheers! Amjith -------------- next part -------------- An HTML attachment was scrubbed... URL: From shakthimaan at gmail.com Sun Oct 25 23:47:55 2015 From: shakthimaan at gmail.com (Shakthi Kannan) Date: Mon, 26 Oct 2015 09:17:55 +0530 Subject: [Chennaipy] Code to count button press was (Re: [Job] Python developer openings) Message-ID: Hi, --- On Fri, Oct 23, 2015 at 8:41 PM, vijayapr wrote: | I am newbie writing a simple code \-- In future, please send a separate e-mail for a new topic of discussion. Don't hijack an existing thread! Also use interleaved, trimmed bottom posting. This will help in following discussions in threads. Please refer: http://chennaipy.org/mailing-list-guidelines.html SK -- Shakthi Kannan http://www.shakthimaan.com From vijaykumar at bravegnu.org Tue Oct 27 12:06:50 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 27 Oct 2015 21:36:50 +0530 Subject: [Chennaipy] Chennai Python Conference: Meeting Message-ID: <562FA11A.2040305@bravegnu.org> Hi Everyone, We will be meeting again on 1st Nov (Sunday), between 11:00 AM and 1:00 PM at Zilogic Systems (see http://www.zilogic.com/contact.html for directions.) to further discuss the about PyCon Chennai. In continuation with the previous meeting, defining the "Core Values of the PyCon Chennai Team", will be the main agenda of the meeting. Regards, Vijay From tshrinivasan at gmail.com Tue Oct 27 07:38:52 2015 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Tue, 27 Oct 2015 17:08:52 +0530 Subject: [Chennaipy] Numpy cookbook - free ebook by packtpub Message-ID: Today's world of science and technology is all about speed and flexibility. When it comes to scientific computing, NumPy is on the top of the list ? giving you both speed and high productivity when you need it. Numpy Cookbook will teach you to write readable, efficient, and fast code that is as close to the language of Mathematics as much as possible with the cutting edge open source NumPy software library. With a host of recipes for every situation, be sure to grab this free eBook today before it?s gone! https://www.packtpub.com/packt/offers/free-learning -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free E-Magazine on Free Open Source Software in Tamil : http://kaniyam.com Get Free Tamil Ebooks for Android, iOS, Kindle, Computer : http://FreeTamilEbooks.com From bigbeliever at gmail.com Wed Oct 28 11:05:09 2015 From: bigbeliever at gmail.com (Abhishek) Date: Wed, 28 Oct 2015 20:35:09 +0530 Subject: [Chennaipy] [JOB] Python developer at Wildbox Technologies Message-ID: [Posting for a friend] Job description: *COMPANY* Wildbox Technologies *RESPONSIBILITIES* - Participate in architectural, design and product sessions - Develop innovative solutions based on product requirements and business challenges in both Python and Javascript - Ensure all Python code is suitable for automated unit testing and own code coverage - Interact with different stakeholders to gather feedback and clarification - Research and apply new technologies and best practices - Design and create efficient RESTful endpoints for internal consumption - Provide task estimations and deliver quality code on time *SKILLS AND EXPERIENCE NEEDED* - 2+ years of Python experience - 2+ years professional experience with enterprise architecture and developing highly scalable websites/services - 1+ years experience with database design and maintenance (MongoDB or any NoSQL database) - Proficiency administering large databases (MongoDB) - Proficiency with back and front end caching strategies (Redis) - Exposure to front end MVVM frameworks such as Backbone//Angular (we use Angular) - Hands-on experience developing, releasing, and maintaining large-scale software applications (web/mobile) - Must be a self-starter and enjoy working in a team with other passionate professionals ---- Contact person: Arun: *checkarun at gmail.com * Regards, Abhishek -------------- next part -------------- An HTML attachment was scrubbed... URL: From JakkampudiKiranKumar at Eaton.com Thu Oct 29 07:26:39 2015 From: JakkampudiKiranKumar at Eaton.com (JakkampudiKiranKumar at Eaton.com) Date: Thu, 29 Oct 2015 11:26:39 +0000 Subject: [Chennaipy] Query regarding pool Message-ID: <17FDE7AA545E5543B57F5C8F7EABEAAC082368C3@LOUTCSMB12.napa.ad.etn.com> Hi, I am using the Database MySQL DB, wx-python with the python version 2.4.4. There is a file called startup.py in which it imports the pool. But it is showing the error "Attribute error: No Module named pool ". Is there any individual module for pool like import pool without using multiprocessing, thread pool, MySQL pool. Can anyone please provide some info on pool I am getting the error as attached in the above screen shot. Please reply back with your idea on this. Thanks, Kiran -------------- next part -------------- An HTML attachment was scrubbed... URL: From sharmila.gopirajan at gmail.com Thu Oct 29 13:37:17 2015 From: sharmila.gopirajan at gmail.com (Sharmila Gopirajan) Date: Thu, 29 Oct 2015 23:07:17 +0530 Subject: [Chennaipy] Query regarding pool Message-ID: Is it possible to provide the code snippet where this error occurs and exact error trace? It will help to have some context to understand the problem. Date: Thu, 29 Oct 2015 11:26:39 +0000 > From: > To: > Subject: [Chennaipy] Query regarding pool > Message-ID: > < > 17FDE7AA545E5543B57F5C8F7EABEAAC082368C3 at LOUTCSMB12.napa.ad.etn.com> > Content-Type: text/plain; charset="us-ascii" > > Hi, > > > > I am using the Database MySQL DB, wx-python with the python version 2.4.4. > > There is a file called startup.py in which it imports the pool. But it is > showing the error "Attribute error: No Module named pool ". > > Is there any individual module for pool like import pool without using > > multiprocessing, thread pool, MySQL pool. > > > > Can anyone please provide some info on pool I am getting the error as > > attached in the above screen shot. Please reply back with your idea on > > this. > > > > Thanks, > > Kiran > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Sat Oct 31 08:22:22 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Sat, 31 Oct 2015 17:52:22 +0530 Subject: [Chennaipy] Chennai Python Conference: Meeting In-Reply-To: <562FA11A.2040305@bravegnu.org> References: <562FA11A.2040305@bravegnu.org> Message-ID: <5634B27E.3080601@bravegnu.org> Just wanted to remind people about the meeting tomorrow. Regards, Vijay On Tuesday 27 October 2015 09:36 PM, Vijay Kumar wrote: > Hi Everyone, > We will be meeting again on 1st Nov (Sunday), between 11:00 AM and > 1:00 PM at Zilogic Systems (see http://www.zilogic.com/contact.html > for directions.) to further discuss the about PyCon Chennai. > > In continuation with the previous meeting, defining the "Core Values > of the PyCon Chennai Team", will be the main agenda of the meeting. > > Regards, > Vijay