python Typing Game using pygame Display the Typing Game board The first step is to learn the basics of pygame. import pygame as pg import sys pg... 2022.05.05 python
python Pillow, OpenCV for watermarking an image I learned two ways to watermark an image in python Watermarking with PIllowWatermarking with OpenCV Watermar... 2021.09.08 python
Flask Authentication with Flask Search for Authentication with Flask and refer to blogs and videos to implement registration, login, and logout functio... 2021.08.26 Flaskpython
django README.md passed with cs50 Final Project README.md is often seen on github. I tried to find out who writes what, for what, and how. This time, I actually create... 2021.08.24 djangopython
django Django-import-export for csv While learning Django, I'm working hard on a student management app for the online English school I'm currently running... 2021.07.16 djangopython
django Difference between django-pandas and pandas Code comparison between Django-pandas and pandas to get the same result A pandas newbie (ME) tried to use pandas in ... 2021.07.08 djangopython