Here is a screen cast showing OMHE Microsyntax in action. It also illustrates identity verification and sending information to your physician. -Alan
Category: Python
Introducting Open Mobile Health Exchange (OMHE): A microsyntax.org project
I’m pleased to introduce Open Mobile Health Exchange (OMHE): A http://microsyntax.org project. Simply put, OMHE is a language for saying things over SMS, Twitter, and. . .
Fun with Bit.ly in Python
I was just playing with the bit.ly python library and wrote a quick function & command line utility to shorten URLs. Prerequisites = bitly.py, simplejson. . .
Simple Python Class Library and Command Line Utility for S3 Storage and Retrieval
Hello. This is based on the Python Boto library. I created a class with a couple functions for storing and retrieving information (either publicly or. . .
Installing MySQL for Python on Mac OS X (MySQLdb)
I was having issues setting up MySQL Python when I was setting up a Django development environment on Mac OS X. This works fine on. . .
How to create a MySQL database and users from the command line
Create the database with the mysqladmin tool. Don’t forget sure and add the bin folder to your path if you are on Windows or Mac! . . .
