Skip to content

Instantly share code, notes, and snippets.

@anthonywu
Last active January 3, 2016 22:19
Show Gist options
  • Save anthonywu/8527696 to your computer and use it in GitHub Desktop.
Save anthonywu/8527696 to your computer and use it in GitHub Desktop.
programming library search

Before writing any in-house code, it is wise to check if there already exists a published library for the task at hand. If you're interacting with a service, chances are the developers of the service had taken time to develop official libraries for the more popular programming languages. If it's a task that you suspect is a solved problem, chances are someone has taken the initiative to open source their solution.

Here are the resources to discover libraries and tools for your programming task.

Python

$ pip search twilio | grep django
django-otp-twilio         - A django-otp plugin that delivers tokens via Twilio's SMS service.
django-twilio             - A simple library for building twilio-powered Django webapps.
django-twilio-sms         - Twilio integration for SMS-based Django apps

JavaScript

@anthonywu
Copy link
Author

Suggestions are welcome, I'll be happy to incorporate them into the document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment