python

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...
python

Pillow, OpenCV for watermarking an image

I learned two ways to watermark an image in pythonWatermarking with PIllowWatermarking with OpenCV Watermarking with PIl...
Flask

Authentication with Flask

Search for Authentication with Flask and refer to blogs and videos to implement registration, login, and logout function...
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...
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 ...
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...