Building an open source Python application the right way
by Kiran Gangadharan (speaking)
Objective
This talk focuses on general guidelines/tips that one must follow when open sourcing a Python application.
Description
The world is moving towards open-source, yet a lot of folks don't really know the right way of writing an open source application. This talk focuses on general guidelines/tips that everyone must follow when open sourcing a Python application.
~ What does "the right way" mean ?
It means making your application easier to setup, use, develop and contribute.
Requirements
Python 2.x
Speaker bio
My name is Kiran Gangadharan. I currently work as a developer at WalletKit, Inc. Apart from that, I do open source development and read a lot about different technologies.
I love to learn a lot about computers and try hard to write simple, clean code that solves sensible/real world problems.
Currently in love with Python, and doing most my development with it.
1
▼
I loved your speaker deck presentation :) Looking forward to it.
The title sounded familiar to me, went through my bookmarks to find this:
http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
1
▼
I'm glad you liked it.
There are a lot more blog posts on the same topic. The problem here is that many developers still don't follow them. So just contributing my 2 cents to help out :)