Skip to content

Instantly share code, notes, and snippets.

View valj's full-sized avatar

Joseph Valente valj

View GitHub Profile
@Sumaxi
Sumaxi / Birthday Plugin
Last active December 22, 2015 02:09
Creating ( In Python ) a fully working google apps engine Birthday engine. Anyone that needed help on Udacity can look here.
import webapp2
import cgi
form="""
<form method="post">
What is your birthday?
<br>
<label>Month <input type="text" name="month" value="%(month)s">
</label>