Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# --- 1.必要なライブラリのインポート
import urllib
import cv2
import os
import numpy as np
import matplotlib.pyplot as plt
from bs4 import BeautifulSoup
<html>
<head></head>
<body>
<br>
<canvas id="canvas1" style="margin-top:20px;"></canvas>
<script type="text/javascript" src="hue.js"></script>
<script type="text/javascript" src="color.js"></script>
</body>
</html>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#! /usr/bin/python
# -*- coding: utf-8 -*-
from HTMLParser import HTMLParser
import urllib2
def parse_ranking(ranking_html):
id_list = []
class WordParser(HTMLParser):# HTMLパーサ