Skip to content

Instantly share code, notes, and snippets.

View edwardfung123's full-sized avatar

Edward FUNG edwardfung123

  • Hong Kong
  • 22:44 (UTC +08:00)
View GitHub Profile
@chan-lee
chan-lee / sample_etag_memcache.py
Last active November 21, 2016 22:17
using etag and memcache with webapp2 in app engine
# -*- coding: utf-8 -*-
import webapp2
from model import *
from google.appengine.api import memcache
import hashlib
import logging
import random
import string
import json