Skip to content

Instantly share code, notes, and snippets.

@santosh
Created August 18, 2015 20:43
Show Gist options
  • Select an option

  • Save santosh/477fc4c1eec50b2d3bc1 to your computer and use it in GitHub Desktop.

Select an option

Save santosh/477fc4c1eec50b2d3bc1 to your computer and use it in GitHub Desktop.
Take care of these things in a Python based project.

Development Phase

  • PEP-0008
  • Follow the hierarchy by distribute module
  • Implement argparse if it's a command line program

Publicity Phase

  • Post it on comp.lang.python with some masala
  • obviously on social networking sites, specially Geeklist, Reddit
  • Choose appropriate audience for app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment