October 2022

Python
2022-10-31 12:43 (3 years ago)
A Python Script to Automatically Update ChromeDriver

I wrote a script to download the version of chromedriver that matches the currently installed version of Chrome.

2022-10-25 00:04 (3 years ago)
Retrieve Google Spreadsheet Content as a List of Dictionaries using GAS

Here is the code to retrieve the contents of a spreadsheet as a list of dictionaries when aggregating data in Google Apps Script (GAS).

Django
2022-10-17 11:24 (3 years ago)
Manually Creating a Password Reset URL in Django AllAuth

Here is the code to create a password reset URL using Django all_auth.

2022-10-10 01:47 (3 years ago)
Template Code for Starting an App with Python Bottle (and Combining with Vue CDN)

Here is a template code for creating a simple HTML application using Bottle.

Python
2022-10-09 02:16 (3 years ago)
Code for Creating a Logger When Making Python Command Line Tools

Here is a memo on the code for creating a logger, which is used when making a simple daemon app in Python.

Categories

Archive