<span id="mailbox-conversation"><div>+1</div></span><div class="mailbox_signature">
<br><br></div>
<br><br><div class="gmail_quote"><p>On Sat, Dec 13, 2014 at 2:11 PM, chennaipy-request@python.org <span dir="ltr"><<a href="mailto:chennaipy-request@python.org" target="_blank">chennaipy-request@python.org</a>></span> wrote:<br></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p>Send Chennaipy mailing list submissions to
<br>      chennaipy@python.org
<br><br>To subscribe or unsubscribe via the World Wide Web, visit
<br>      https://mail.python.org/mailman/listinfo/chennaipy
<br>or, via email, send a message with subject or body 'help' to
<br>      chennaipy-request@python.org
<br><br>You can reach the person managing the list at
<br>      chennaipy-owner@python.org
<br><br>When replying, please edit your Subject line so it is more specific
<br>than "Re: Contents of Chennaipy digest..."
<br><br><br>Today's Topics:
<br><br>   1. Re: Python Projects (Vijay Kumar)
<br>   2. Re: Python Projects (Shrayas rajagopal)
<br>   3. Re: Python Projects (Rengaraj D)
<br>   4. Re: Python Projects (Abdul Hussain)
<br>   5. Re: Python Projects (Chintu Philips Koshy)
<br>   6. Re: Python Projects (Vishal Subbiah)
<br>   7. Re: Python Projects (kailash kanaka)
<br><br><br>----------------------------------------------------------------------
<br><br>Message: 1
<br>Date: Sat, 13 Dec 2014 08:36:31 +0530
<br>From: Vijay Kumar <vijaykumar@bravegnu.org>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID: <548BAD37.7010902@bravegnu.org>
<br>Content-Type: text/plain; charset=UTF-8; format=flowed
<br><br>On Saturday 13 December 2014 06:48 AM, Kiran Gangadharan wrote:
<br>>
<br>> On Sat, Dec 13, 2014 at 6:24 AM, Vijay Kumar <vijaykumar@zilogic.com
<br>> <mailto:vijaykumar@zilogic.com>> wrote:
<br><br>[clip]
<br>>     I propose to start a project, on GitHub, that will be based on a
<br>>     program in the book "Invent with Python". Since the book is for
<br>>     beginners, the code is not very elegant. We will improve to make it
<br>>     look more professional, add unit test cases, document it, package it,
<br>>     release it, etc. Newbies can easily start with it, because the
<br>>     initial code is completely explained in the book!
<br>>
<br>>
<br>> So, what you're saying is that we take every problem in Invent With
<br>> Python and create a seperate repo for it, incorporating all the best
<br>> pratices of a production python package ?
<br><br>We will be taking only one program, say for example the Tic-Tac-Toe
<br>game, and will be creating a project for it. We will then make it a
<br>professional quality python package.
<br><br>$ pip install tictactoe
<br><br>Regards,
<br>Vijay
<br><br><br>------------------------------
<br><br>Message: 2
<br>Date: Sat, 13 Dec 2014 10:56:25 +0700
<br>From: Shrayas rajagopal <shrayasr@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CAEkH89PrShWHzC5PhwiD65czU=9k+iCRfU9xE8FnovM+YV53BQ@mail.gmail.com>
<br>Content-Type: text/plain; charset=UTF-8
<br><br>On Sat, Dec 13, 2014 at 7:54 AM, Vijay Kumar <vijaykumar@zilogic.com> wrote:
<br><br>[...]
<br><br>> What do you guys think? Will it be helpful to you?
<br><br>[...]
<br><br>Sounds great. Its a great way for people of all levels to learn
<br>something. If this takes of well, we can take some time out at every
<br>meetup to discuss about the direction of the project and the like :)
<br><br>Ambitious but really interesting. Maybe someday ChennaiPy can start
<br>solving some problems in Chennai as a community!
<br><br>+1 from me.
<br><br><br>------------------------------
<br><br>Message: 3
<br>Date: Sat, 13 Dec 2014 09:37:30 +0530
<br>From: Rengaraj D <sakthirengaraj@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CANgAyd7Q8+kn39iBEELHF2U1YddJ8KLH-+gws0R13Q29cq9Crg@mail.gmail.com>
<br>Content-Type: text/plain; charset="utf-8"
<br><br>[----]
<br><br>> What do you guys think? Will it be helpful to you? If you think this
<br>> will be useful to you, please reply with a +1. If there are atleast
<br>> three +1s, I will create the project on GitHub.
<br>>
<br>>
<br> +1
<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...
<br>URL: <http://mail.python.org/pipermail/chennaipy/attachments/20141213/dca43785/attachment-0001.html>
<br><br>------------------------------
<br><br>Message: 4
<br>Date: Sat, 13 Dec 2014 10:01:22 +0530
<br>From: Abdul Hussain <hussain6001@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CAKFo4cXgDBw_X+_nJN=SzTYk6yM-UdVMdT+VSrkqZBXvO_Otow@mail.gmail.com>
<br>Content-Type: text/plain; charset="utf-8"
<br><br>+1
<br>On 13-Dec-2014 6:27 am, "Vijay Kumar" <vijaykumar@zilogic.com> wrote:
<br><br>> Hi Everyone,
<br>> One way to learn Python is to read through a book on Python. But most
<br>> books do not cover things like
<br>>
<br>>   * Coding style
<br>>   * Best Practices
<br>>   * Application of Design Patterns
<br>>   * Writing Docstrings
<br>>   * Organizing code for unit testing
<br>>   * Setting up a CI
<br>>   * Buidling Documentation
<br>>   * Packaging
<br>>   * Changelogs
<br>>   * Version Numbering
<br>>   * Supporting multiple Python versions
<br>>
<br>> These are things people acquire, in the course of working on a
<br>> project, developing code and by reading code written by other people.
<br>>
<br>> But not many open source projects are suitable for newbies.
<br>>
<br>> I propose to start a project, on GitHub, that will be based on a
<br>> program in the book "Invent with Python". Since the book is for
<br>> beginners, the code is not very elegant. We will improve to make it
<br>> look more professional, add unit test cases, document it, package it,
<br>> release it, etc. Newbies can easily start with it, because the
<br>> initial code is completely explained in the book!
<br>>
<br>> Project mentor(s) will be creating issues on the project, for each
<br>> task to be done, whoever is interested can submit a pull request
<br>> against the issue. The project mentor(s) will review the pull request
<br>> and provide suggestions for improvement. To start, I can play that
<br>> role, hope other mentors to join in :-)
<br>>
<br>> In my opinion such a project will be useful both beginners and
<br>> intermediate users. Even advanced users can learn a thing or two from
<br>> it.
<br>>
<br>> What do you guys think? Will it be helpful to you? If you think this
<br>> will be useful to you, please reply with a +1. If there are atleast
<br>> three +1s, I will create the project on GitHub.
<br>>
<br>> Regards,
<br>> Vijay
<br>> _______________________________________________
<br>> Chennaipy mailing list
<br>> Chennaipy@python.org
<br>> https://mail.python.org/mailman/listinfo/chennaipy
<br>>
<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...
<br>URL: <http://mail.python.org/pipermail/chennaipy/attachments/20141213/6528054e/attachment-0001.html>
<br><br>------------------------------
<br><br>Message: 5
<br>Date: Sat, 13 Dec 2014 10:59:34 +0530
<br>From: Chintu Philips Koshy <chintukoshy@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CAMe-_0q5bN2y=JMeF3v=7rv+FaSB8qXoD3Nv9j+0cXzA7q6Pwg@mail.gmail.com>
<br>Content-Type: text/plain; charset="utf-8"
<br><br>+1
<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...
<br>URL: <http://mail.python.org/pipermail/chennaipy/attachments/20141213/c559b7c3/attachment-0001.html>
<br><br>------------------------------
<br><br>Message: 6
<br>Date: Sat, 13 Dec 2014 12:57:46 +0530
<br>From: Vishal Subbiah <subbiahvishal@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CAFpV4RrYWw4D+gJqodBGVDsObaCXYaKe7uRFM8DE78Q-f6Ov0A@mail.gmail.com>
<br>Content-Type: text/plain; charset="iso-8859-1"
<br><br>+1
<br><br>Regards,
<br>Vishal Subbiah
<br>Department of Metallurgy and Materials Engineering
<br>Third Year Undergraduate
<br>IIT Madras
<br><br>On Sat, Dec 13, 2014 at 10:59 AM, Chintu Philips Koshy <
<br>chintukoshy@gmail.com> wrote:
<br>>
<br>> +1
<br>>
<br>> _______________________________________________
<br>> Chennaipy mailing list
<br>> Chennaipy@python.org
<br>> https://mail.python.org/mailman/listinfo/chennaipy
<br>>
<br>>
<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...
<br>URL: <http://mail.python.org/pipermail/chennaipy/attachments/20141213/322f1977/attachment-0001.html>
<br><br>------------------------------
<br><br>Message: 7
<br>Date: Sat, 13 Dec 2014 14:11:34 +0530
<br>From: kailash kanaka <kailashsk631@gmail.com>
<br>To: Chennai Python User Group Mailing List <chennaipy@python.org>
<br>Subject: Re: [Chennaipy] Python Projects
<br>Message-ID:
<br>      <CAHZ0s9x-UzKZufjpsnGb3FfPs=PQ-YiYxybcga-XofDMC1B9Kw@mail.gmail.com>
<br>Content-Type: text/plain; charset="utf-8"
<br><br>+1
<br><br>Regards
<br>Kailash K
<br><br>On Sat, Dec 13, 2014 at 12:57 PM, Vishal Subbiah <subbiahvishal@gmail.com>
<br>wrote:
<br>>
<br>> +1
<br>>
<br>> Regards,
<br>> Vishal Subbiah
<br>> Department of Metallurgy and Materials Engineering
<br>> Third Year Undergraduate
<br>> IIT Madras
<br>>
<br>> On Sat, Dec 13, 2014 at 10:59 AM, Chintu Philips Koshy <
<br>> chintukoshy@gmail.com> wrote:
<br>>>
<br>>> +1
<br>>>
<br>>> _______________________________________________
<br>>> Chennaipy mailing list
<br>>> Chennaipy@python.org
<br>>> https://mail.python.org/mailman/listinfo/chennaipy
<br>>>
<br>>>
<br>> _______________________________________________
<br>> Chennaipy mailing list
<br>> Chennaipy@python.org
<br>> https://mail.python.org/mailman/listinfo/chennaipy
<br>>
<br>>
<br>-------------- next part --------------
<br>An HTML attachment was scrubbed...
<br>URL: <http://mail.python.org/pipermail/chennaipy/attachments/20141213/df88c106/attachment.html>
<br><br>------------------------------
<br><br>Subject: Digest Footer
<br><br>_______________________________________________
<br>Chennaipy mailing list
<br>Chennaipy@python.org
<br>https://mail.python.org/mailman/listinfo/chennaipy
<br><br><br>------------------------------
<br><br>End of Chennaipy Digest, Vol 16, Issue 15
<br>*****************************************
<br></p></blockquote></div><br>