Skip to content

Instantly share code, notes, and snippets.

View Nine-H's full-sized avatar
🤠
Who needs linkedin?

Nine Nine-H

🤠
Who needs linkedin?
View GitHub Profile
@acdha
acdha / get-unicode-blocks.py
Created June 12, 2015 22:32
Ways to get the name of a Unicode block for a character in Python
#!/usr/bin/env PYTHONIOENCODING=utf-8 python
# encoding: utf-8
from __future__ import absolute_import, print_function, unicode_literals
import os
import re
import requests