PinnedCho Zin ThetPython ProgrammingIf you are new to Python, read this motivation articleAug 20, 2021Aug 20, 2021
Cho Zin ThetSending Email with Python using Gmail APIPreparing in Google Cloud Console,Sep 30, 20212Sep 30, 20212
Cho Zin ThetPython Environment VariablesEnvironment Variables are variables that stored outside of the program. Mostly used for security. In our program, secret key, database url…Sep 29, 2021Sep 29, 2021
Cho Zin ThetAuthentication with Flask-LoginAuthentication is a basic security for website. Difference between Authentication and Authorization is, Authentication is how user can pass…Sep 29, 2021Sep 29, 2021
Cho Zin ThetFlask-WTFormsWTForms protect Cross-Site Request Forgery Attack by creating random token in every time the browser refresh. And it also supports input…Sep 24, 2021Sep 24, 2021