python Typing Game using pygame Display the Typing Game boardThe first step is to learn the basics of pygame.import pygame as pgimport syspg.init()BOARD... 2022.05.05 python
python Pillow, OpenCV for watermarking an image I learned two ways to watermark an image in pythonWatermarking with PIllowWatermarking with OpenCV Watermarking with PIl... 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 function... 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 created... 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 resultA pandas newbie (ME) tried to use pandas in djang... 2021.07.08 djangopython