From shri2626 at yahoo.com Mon Dec 7 22:31:37 2015 From: shri2626 at yahoo.com (Shri Aditya Vagicherla) Date: Tue, 8 Dec 2015 03:31:37 +0000 (UTC) Subject: [Chennaipy] hope everyone is safe!! References: <290062501.14493820.1449545497163.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <290062501.14493820.1449545497163.JavaMail.yahoo@mail.yahoo.com> Hi guys,?Im just checking with everyone in chennai right now. I hope all of you are fine and some kind of relief material has reached you. Praying for you!!!? -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Tue Dec 15 00:33:53 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 15 Dec 2015 11:03:53 +0530 Subject: [Chennaipy] Talks for the Next Meet Message-ID: <9f7c5fe0f29800ae87c8685ddc1d1268.squirrel@gator3315.hostgator.com> Hi Everyone, The December meetup is on the 26th of this month. We are checking with the speakers who had signed for doing a talk in the previous meetup. If there are others interested in doing a talk, please do send in your talk title, and short description. We will see if it can be accommodated in this meetup. Regards, Vijay From gashok2 at gmail.com Tue Dec 15 23:21:48 2015 From: gashok2 at gmail.com (Ashok Govindarajan) Date: Wed, 16 Dec 2015 09:51:48 +0530 Subject: [Chennaipy] Talks for the Next Meet In-Reply-To: <9f7c5fe0f29800ae87c8685ddc1d1268.squirrel@gator3315.hostgator.com> References: <9f7c5fe0f29800ae87c8685ddc1d1268.squirrel@gator3315.hostgator.com> Message-ID: Hi Vijay, If there is a slot, I can give an introduction to MIMO (Multiple input Multiple Output) systems. *Short description:* Basicallly, MIMO is about Multi-antenna communication systems. This topic would be discussed under the context of base stations (4G, WiMAX, HSPA+), where multiple antennae are being deployed. The primary focus would be to : - Define SISO (Single input single output systems) - Provide a simple analogy to faciliate the understanding of SISO - Motivate the idea of MISO (Multiple input single output) and MIMO - Present some comparison results between SISO and MIMO. A basic introductory article is present in the following link: http://gizmodo.com/5941066/what-is-mimo Rgds, Ashok On Tue, Dec 15, 2015 at 11:03 AM, Vijay Kumar wrote: > Hi Everyone, > The December meetup is on the 26th of this month. We are checking with the > speakers who had signed for doing a talk in the previous meetup. If there > are others interested in doing a talk, please do send in your talk title, > and short description. We will see if it can be accommodated in this > meetup. > > 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 JakkampudiKiranKumar at Eaton.com Wed Dec 16 04:07:41 2015 From: JakkampudiKiranKumar at Eaton.com (JakkampudiKiranKumar at Eaton.com) Date: Wed, 16 Dec 2015 09:07:41 +0000 Subject: [Chennaipy] Query regarding the pool Message-ID: <17FDE7AA545E5543B57F5C8F7EABEAAC0AC3B76C@LOUTCSMB12.napa.ad.etn.com> Hi, I am using the wx python,Mysqldb,odbc connector. Is there any python package which individually imports pool. Script is as follows Import pool db_connection_pool = pool.Pool(lambda:db.open_connection(db=dbtouse)) I am trying to build the code but the application is not triggering the database and the application is leaving a traceback attribute error: module object has no attribute 'Pool' Can any one suggest me how to resolve the issue crept in my python application? Thanks, Kiran -------------- next part -------------- An HTML attachment was scrubbed... URL: From kracethekingmaker at gmail.com Wed Dec 16 09:25:02 2015 From: kracethekingmaker at gmail.com (kracekumar ramaraju) Date: Wed, 16 Dec 2015 19:55:02 +0530 Subject: [Chennaipy] Query regarding the pool In-Reply-To: <17FDE7AA545E5543B57F5C8F7EABEAAC0AC3B76C@LOUTCSMB12.napa.ad.etn.com> References: <17FDE7AA545E5543B57F5C8F7EABEAAC0AC3B76C@LOUTCSMB12.napa.ad.etn.com> Message-ID: On Wed, Dec 16, 2015 at 2:37 PM, wrote: > > > Hi, > > > > I am using the wx python,Mysqldb,odbc connector. > > > > Is there any python package which individually imports pool. > > > > Script is as follows > > > > Import pool > > db_connection_pool = pool.Pool(lambda:db.open_connection(db=dbtouse)) > > > > I am trying to build the code but the application is not triggering the > database and the application is leaving a traceback attribute error: module > object has no attribute ?Pool? > > > > Can any one suggest me how to resolve the issue crept in my python > application? > SQLAlchemy comes with Connection pool [0]. Did you try it ? Any specific reason for separate library ? [0]: http://docs.sqlalchemy.org/en/latest/core/pooling.html > > Thanks, > > Kiran > > _______________________________________________ > Chennaipy mailing list > Chennaipy at python.org > https://mail.python.org/mailman/listinfo/chennaipy > > -- *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus Torvaldshttp://kracekumar.com * -------------- next part -------------- An HTML attachment was scrubbed... URL: From JakkampudiKiranKumar at Eaton.com Wed Dec 16 09:45:41 2015 From: JakkampudiKiranKumar at Eaton.com (JakkampudiKiranKumar at Eaton.com) Date: Wed, 16 Dec 2015 14:45:41 +0000 Subject: [Chennaipy] Query regarding the pool In-Reply-To: References: <17FDE7AA545E5543B57F5C8F7EABEAAC0AC3B76C@LOUTCSMB12.napa.ad.etn.com> Message-ID: <17FDE7AA545E5543B57F5C8F7EABEAAC0AC3B7AF@LOUTCSMB12.napa.ad.etn.com> Can you suggest package index used to connect like this pool.Pool(lambda: get function, dbname = ?test?) in pooling? From: Chennaipy [mailto:chennaipy-bounces+jakkampudikirankumar=eaton.com at python.org] On Behalf Of kracekumar ramaraju Sent: Wednesday, December 16, 2015 7:55 PM To: Chennai Python User Group Mailing List Subject: Re: [Chennaipy] Query regarding the pool On Wed, Dec 16, 2015 at 2:37 PM, > wrote: Hi, I am using the wx python,Mysqldb,odbc connector. Is there any python package which individually imports pool. Script is as follows Import pool db_connection_pool = pool.Pool(lambda:db.open_connection(db=dbtouse)) I am trying to build the code but the application is not triggering the database and the application is leaving a traceback attribute error: module object has no attribute ?Pool? Can any one suggest me how to resolve the issue crept in my python application? SQLAlchemy comes with Connection pool [0]. Did you try it ? Any specific reason for separate library ? [0]: http://docs.sqlalchemy.org/en/latest/core/pooling.html Thanks, Kiran _______________________________________________ Chennaipy mailing list Chennaipy at python.org https://mail.python.org/mailman/listinfo/chennaipy -- Thanks & Regards kracekumar "Talk is cheap, show me the code" -- Linus Torvalds http://kracekumar.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From venkatesh20 at gmail.com Fri Dec 18 15:20:44 2015 From: venkatesh20 at gmail.com (Venkatesh U) Date: Sat, 19 Dec 2015 01:50:44 +0530 Subject: [Chennaipy] Please contribute to the Water Logger. In-Reply-To: References: Message-ID: > Hi Guys, > > let me introduce Waterlog. An android application that can be used to record the water logging information using google maps. I have been reading recently, post chennai floods, that the chennai corporation does not have even reliable data about water logging or storm water drains locality wise. I decided to try building an app that can help gather this information through crowd sourcing. > > The first version of the water logger application is ready. I am releasing it to only few people at the moment. This app currently gets information regarding waterlogging, captures the gps coordinates and store it in a backend. I strongly believe that this data will be of immense help to city planners. > > To try the app, install the apk from this location. ( please check if the size is > 3Mb after download, if you get installation issues) > > https://www.dropbox.com/s/87mn6qzghnkf08m/app-debug.apk?dl=0 > > The backend provides a simple rest api to post the water logging information. It is developed using python (pyramid) and is hosted in openshift.com. > > I sincerely request you to try this app, provide feedback. I am inviting contributions from everyone of you. > > The project is being managed in trello and you can see the the list of items that can be done to improve the app. Please offer a helping hand if you can. > https://trello.com/b/38Lyp99k/waterlogging > > I would very much appreciate any small help that you can offer. > > Thanks, > Venki > venkatesh20 [att] gmail[dot]com > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tshrinivasan at gmail.com Fri Dec 18 17:21:07 2015 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Sat, 19 Dec 2015 03:51:07 +0530 Subject: [Chennaipy] Please contribute to the Water Logger. In-Reply-To: References: Message-ID: Good effort. Release it as a free/open source software. Thanks for such initiatives. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shrayasr at gmail.com Fri Dec 18 22:30:08 2015 From: shrayasr at gmail.com (Shrayas rajagopal) Date: Sat, 19 Dec 2015 09:00:08 +0530 Subject: [Chennaipy] [OT] Fwd: [Chennai Trekking Club] Fwd: Chennai Beach Cleanup - Dec 27 2015 (6-9am) Message-ID: Hi All, This is quite a change from what I would share in this group. So apologies upfront if this is unacceptable. I feel that the Chennai rains taught us all something. All those in Chennai were affected in one way or the other. Chennai has been a home for us, be it long term or short term and I'm sure that each of you has found something in this city that kindled your interest :) I think it makes sense for us to give back to the city when it needs us? It would be nice to have a large bunch of Chennaipy volunteers helping clean up the beach. We all love Python the language and that has brought us together. But something that I strongly feel about is the human connect that exists above all of that. Do let me know your thoughts and apologies once again if this mail is irrelevant to the group. Have a happy weekend. Regards, Shrayas ---------- Forwarded message ---------- From: Peter Van Geit Date: Fri, Dec 18, 2015 at 9:56 PM Subject: [Chennai Trekking Club] Fwd: Chennai Beach Cleanup - Dec 27 2015 (6-9am) To: The Chennai Trekking Club ---------- Forwarded message ---------- From: "Vinodh Sundar" Date: 18 Dec 2015 9:46 pm Subject: Chennai Beach Cleanup - Dec 27 2015 (6-9am) To: "Peter Van Geit" Cc: Register *here* if you are interested to join forces with us !!! The recent rains in Chennai has flushed out tonnes of garbage from the city's rivers and other water bodies into the ocean, which got thrown back by The Sea, onto our once beautiful beach shores. Not only the streets of Chennai but the beaches are also now filled with tonnes of garbage. These garbage will slowly mix into the ocean and affect the lives of sea animals and birds, which have a direct impact on our eco-system. What goes around comes around. Also it will significantly affect the coming turtle nesting season, if our shores aren't cleaned up by that time. Chennai Trekking Club is planning a major beach cleanup drive on Dec 27th Sunday morning 6 am - 9 am. We are calling out to volunteers to join forces with us to restore the beauty of Chennai's beaches and give a helping hand to those beautiful Ridley Turtles which return every year to our coast to breed. Both individuals and Groups/NGOs/Corporates are welcome to join us. Gloves and other necessary materials will be provided to Individuals and NGO's. Corporates has to procure the necessary materials for their employees. Details of things that need to be procured will be shared with registered corporates. As a initial step we are planning to conduct this cleanup in two beaches. Broken Bridge and Foreshore Estate. Both of which is piled with tonnes of garbage. Basically North and South of Adyar river where lots of city garbage got flushed into the sea and thrown out back onto the shores. Spread the word with your friends & colleagues and make them join forces. Lets show the true spirit of Chennai to the whole world once again. Register *here* if you are interested to join forces with us !!! * Required Name * (Group or Company Name in case of non-individuals) Joining as * - an Individual Volunteer - a Group (NGO's and other volunteering groups) - a Corporate Company - Other: Email ID * (Incase of Groups/Corporates you can enter comma separated email ids) Phone # * (Incase of Groups/Corporates enter comma separated mobile numbers) Joining at * - Cleanup Location : Broken Bridge. Assembling point : Besant Nagar Beach. (05:45am) - Cleanup Location : Foreshore Estate. Assembling Point : Bus Stop (05:45am) Headcount Estimate (Only for non-individuals) Any other queries, comments or suggestions ? Never submit passwords through Google Forms. Powered by [image: Google Forms] This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Additional Terms -- You received this message because you are subscribed to the Google Groups "The Chennai Trekking Club" group. To unsubscribe go to http://groups.google.com/group/sachennaitrekkingclub/subscribe --- You received this message because you are subscribed to the Google Groups "The Chennai Trekking Club" group. To unsubscribe from this group and stop receiving emails from it, send an email to sachennaitrekkingclub+unsubscribe at googlegroups.com. Visit this group at https://groups.google.com/group/sachennaitrekkingclub. For more options, visit https://groups.google.com/d/optout. -------------- next part -------------- An HTML attachment was scrubbed... URL: From praba230890 at gmail.com Sun Dec 20 02:36:50 2015 From: praba230890 at gmail.com (Prabakaran Santhanam) Date: Sun, 20 Dec 2015 13:06:50 +0530 Subject: [Chennaipy] [OT] [JOB] Python developer at EthicsTech (P) Ltd Message-ID: We, EthicsTech (P) Ltd [1], hiring FRESHERS for the post of Python Developers to join with our IOT(Internet Of Things) and web development team. Key Responsibilities :: - Understanding the project requirement. - Developing IOT applications by using Python/JS for our IOT embedded boards. - Developing web applications by using Python to interact with remote devices. - Testing and debugging the applications. - Our IOT product will be released under open source license. You will be responsible for interacting with open source community and promoting this product by conducting workshops, seminars & training. Expected skillsets :: - Excellent programming knowledge on Python programming. - Excellent knowledge of Javascript, Jquery, HTML & CSS. - Excellent knowledge of using any one of Linux operating systems like Ubuntu. - Knowledge of REST architecture will be added advantage. - Programming knowledge of HTML5 & NodeJS should be added advantage. - Passionate in open source softwares. - Excellent communication skills. - Passionate in self learning. - Cooperate with team members. Job location : Chennai Job type : Full time If you are the right candidate, kindly send your resume to me or jobs_AT_ethicstech_DOT_in Add "Application for the post of Python Developers" in the subject line. [1] http://ethicstech.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From sunil at planmytour.in Mon Dec 21 05:43:04 2015 From: sunil at planmytour.in (Sunil Gupta) Date: Mon, 21 Dec 2015 16:13:04 +0530 Subject: [Chennaipy] [JOB] Python/Django and ReactJS Message-ID: Hi We are looking for a few madly passionate guys with Python/Django and ReactJS resource for our company, PlanMyTour. PlanMyTour is working on cutting edge technology for connecting the traveler with local travel agents. We are moving towards the concept to "destroy your office" for local travel agents. Location: Bangalore Key Responsibilities :: - Coding - Partying Expected skillsets :: - Excellent programming knowledge on Python programming. - Excellent knowledge of Javascript, Jquery, HTML & CSS. - Excellent knowledge of using any one of Linux operating systems like Ubuntu. - Knowledge of REST architecture will be added advantage. - Programming knowledge of HTML5 & ReactJS should be added advantage. - Passionate in open source softwares. - Excellent communication skills. - Passionate in self learning. - Cooperate with team members. About Plaour: https://planmytour.in/ *Thanks* *Sunil Gupta* Mobile: 09008524726 Founder and CEO, PlanMyTour a unit of BiRam Technologies Pvt Ltd PlanMyTour is a NASSCOM & 10000 Startups company -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Mon Dec 21 17:09:52 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 22 Dec 2015 03:39:52 +0530 Subject: [Chennaipy] December Meetup (RSVP Required) Message-ID: <567878B0.9090103@bravegnu.org> # December Meetup ## Date & Time * 26th December (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 * Developing Odoo Modules (20 min) by Sri Ramdas * Python Byte Code Hacking (20 min) by Vijay Kumar * Networking Tea Break sponsored by Clay Labs (30 min) * Introduction to MicroPython (20 min) by Babu Subash Chandar * Introduction to MIMO Systems (20 min) by Ashok Govindarajan * 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/227394570/ ## RSVP Please RSVP on our Meetup page http://www.meetup.com/Chennaipy/events/227394570/ ## 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 tshrinivasan at gmail.com Mon Dec 21 20:02:04 2015 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Tue, 22 Dec 2015 06:32:04 +0530 Subject: [Chennaipy] Need a help to fix my program Message-ID: Hi all, I am working on ta.wiktionary.org team to help them to upload words and their meanings automatically. Wiki has its own syntax and we have for format the text to suit with the syntax. Here is a requirement. There is a text file. https://github.com/tshrinivasan/tools-for-wiki/blob/master/replace-first-dot/sample-text.txt We have to replace first DOT . in sentence with #:{{?.??}} Example: Source : #???. ????? ?????????? ({{????.}} 1662) Replace as : #??? #:{{?.??}} ????? ?????????? ({{????.}} 1662) Only the first . should be replaced. Not the DOTs inside the ({ }) #?????? ({{????.}}) #???????????. ?????? ???????? ({{?????.}} 1178) This line should be left as it is. There are several hundreds of lines like this. I am trying something. Here is the code https://github.com/tshrinivasan/tools-for-wiki/blob/master/replace-first-dot/replace-first-dot.py But, I cant work on this as I am in travel for few days. Can anyone take this and help to give a solution? There are many such tasks for tamil wikipedia. Write to me if you are interested to contribute. Thanks. -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at zilogic.com Tue Dec 22 02:16:22 2015 From: vijaykumar at zilogic.com (vijaykumar at zilogic.com) Date: Tue, 22 Dec 2015 12:46:22 +0530 (IST) Subject: [Chennaipy] Need a help to fix my program In-Reply-To: References: Message-ID: <40688.198.58.112.207.1450768582.squirrel@pike.zilogic.com> > Hi all, > > I am working on ta.wiktionary.org team to help them to upload words and > their meanings automatically. > > Wiki has its own syntax and we have for format the text to suit with the > syntax. > > Here is a requirement. > > There is a text file. > https://github.com/tshrinivasan/tools-for-wiki/blob/master/replace-first-dot/sample-text.txt > > We have to replace first DOT . in sentence with #: I don't think I have understood the requirement completely. Anyway here is an implementation https://gist.github.com/bravegnu/03acfa2473c97911d252 Regards, Vijay From tshrinivasan at gmail.com Tue Dec 22 04:53:49 2015 From: tshrinivasan at gmail.com (Shrinivasan T) Date: Tue, 22 Dec 2015 15:23:49 +0530 Subject: [Chennaipy] Need a help to fix my program In-Reply-To: <40688.198.58.112.207.1450768582.squirrel@pike.zilogic.com> References: <40688.198.58.112.207.1450768582.squirrel@pike.zilogic.com> Message-ID: > I don't think I have understood the requirement completely. Anyway here is > an implementation https://gist.github.com/bravegnu/03acfa2473c97911d252 > > Thanks Vijay for the quick solution. It works as expected. :-) -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Tue Dec 22 20:37:18 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 23 Dec 2015 07:07:18 +0530 Subject: [Chennaipy] Help Spread the Word Message-ID: <5679FACE.5010803@bravegnu.org> Hi Everyone, This time around, we have another great set of talks on various topics, Odoo module development, Python byte codes, MicroPython, ... Please spread the word about the meetup, so that people can benefit from these talks. The meetup poster is available at: https://www.dropbox.com/s/dh7rfc1h6ejxwtl/dec-2015-meetup.pdf?dl=1 Do consider posting it to a notice board at your organization / institution. You can also share the meetup event page http://www.meetup.com/Chennaipy/events/227394570/ on Facebook, Twitter, local mailing lists and other social networking sites. Regards, Vijay From vasanthramu at gmail.com Mon Dec 28 03:36:14 2015 From: vasanthramu at gmail.com (Vasanth Ramachandran) Date: Mon, 28 Dec 2015 14:06:14 +0530 Subject: [Chennaipy] JOB Message-ID: Hello all, This is Vasanth UI/UX Designer from Chennai. I'm currently doing a project named Popsical an IOS application. We are looking for a Freelance Python Developer for our project. Can you please contact me. If you guys interested in working with us? *Requirements* - Python developer of 2+years experience - Web service frame works ( flask/ Django/ web2py ) - NoSql ( MongoDB / DynamoDB / Etc ) - Amazon web services ( EC2 ) Thanks, Vasanth Ph : +91-9941217243 -------------- next part -------------- An HTML attachment was scrubbed... URL: From vijaykumar at bravegnu.org Tue Dec 29 11:50:25 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Tue, 29 Dec 2015 22:20:25 +0530 Subject: [Chennaipy] December Meetup Minutes Message-ID: <5682B9D1.4060603@bravegnu.org> Hi Everyone, The December meetup minutes is available at http://chennaipy.org/december-2015-meet-minutes.html Thanks to Ashok Govindarajan, for contributing the minutes. Thanks to Babu Subash Chandar and Vengatesh for the photos. Regards, Vijay From me at kirang.in Tue Dec 29 13:38:57 2015 From: me at kirang.in (Kiran Gangadharan) Date: Tue, 29 Dec 2015 22:38:57 +0400 Subject: [Chennaipy] JOB In-Reply-To: References: Message-ID: <1451414337.3555004.478612922.3BD73C3F@webmail.messagingengine.com> Hi Vasanth, Kindly use a more appropriate subject like "Looking for a Freelance Python Developer" next time. It makes it look more legitimate and professional :) On Mon, Dec 28, 2015, at 12:36 PM, Vasanth Ramachandran wrote: > Hello all, > > This is Vasanth UI/UX Designer from Chennai. > > I'm currently doing a project named Popsical an IOS application. We > are looking for a Freelance Python Developer for our project. Can you > please contact me. If you guys interested in working with us? > > > *Requirements* > > - Python developer of 2+years experience > - Web service frame works ( flask/ Django/ web2py ) > - NoSql ( MongoDB / DynamoDB / Etc ) > - Amazon web services ( EC2 ) > > > > Thanks, > > Vasanth Ph : +91-9941217243 > > > _________________________________________________ > 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 vijaykumar at bravegnu.org Tue Dec 29 13:48:38 2015 From: vijaykumar at bravegnu.org (Vijay Kumar) Date: Wed, 30 Dec 2015 00:18:38 +0530 Subject: [Chennaipy] JOB In-Reply-To: <1451414337.3555004.478612922.3BD73C3F@webmail.messagingengine.com> References: <1451414337.3555004.478612922.3BD73C3F@webmail.messagingengine.com> Message-ID: <5682D586.6070801@bravegnu.org> On Wednesday 30 December 2015 12:08 AM, Kiran Gangadharan wrote: > Hi Vasanth, > Kindly use a more appropriate subject like "Looking for a Freelance > Python Developer" next time. It makes it look more legitimate and > professional :) To add to that, the [JOB] prefix should be used as shown below, in the subject line. [JOB] Looking for a Freelance Python Developer Regards, Vijay