wuster

↗ HN profile [ 80.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Understand Cloudflare's Container beta env (chamberspy.anthonywu.workers.dev)
  2. My weekend personal hackathon project. Hopefully useful to some of you. Uses requests, beautifulsoup4, docopt, and prettytable. `pip install vxapi`

  3. This is my unofficial Python client for the Clipper Card web service. pypi: http://pypi.python.org/pypi/clippercard/

  4. Ever get sick of this pattern in your web app? if <user exists>: .. do something with user else: .. show error message or redirect user to login over and over and over again in your routing handlers? With a…

  5. Python Enums for Humans (gist.github.com)

    I've been doing Python web apps for a few years. All of them have involved some pattern of declaring runtime vars to represent DB values, and also mapping those DB values to user-facing display values in your view…

  6. Does anyone have experience using: 1) http://pypi.python.org/pypi/icalendar/2.2 2) http://codespeak.net/icalendar/ or similar libs to interact with ics files in Python?