If you find yourself waiting for the moment when you finally feel like you know everything there is to know about coding, know this: the day you’re waiting for will never come. And that is a wonder...
import logging logging.basicConfig( level=logging.DEBUG, format="%(asctime)s %(levelname)s %(message)s", datefmt="%Y-%m-%d %H:%M:%S", # filename="log.txt", # set this will log to f...
This article will introduce three typical two dimensional img layout. The difficulty to achieve is from easy to hard. code for this article I will use Vue to achieve, using vanilla JS is basi...
This article will introduce basic usage about alembic for migration about SQLAlchemy. I’m in windows 10 and python 3.11.2 Setup I’m currently in a new folder named alembic-example folder. C...
time from datetime import datetime, timedelta, timezone import time 'get readable_time or timestamp' readable_time_without_timezone = datetime.utcnow() # 2023-05-14 15:10:37.228020 readable_time_...
A new version of content is available.