August 2018

2018-08-16 06:07 (7 years ago)
Notes on Installing chromedriver

Strip 4-byte characters (emoji, some kanji) from a Python 3 `requests` response — useful when storing into MySQL utf8 (3-byte) columns.

2018-08-14 06:45 (7 years ago)
When python3.6 -m venv Errors Occur on Ubuntu

If `python3.6 -m venv venv` fails on Ubuntu, the `python3.6-venv` package is missing — install it via apt to enable virtual environment creation.

Categories

Archive