Sometimes I get questions from C/C++ programmers about Python, and I found people are often confused by a few methods[…]
Read moreCategory: Python
How to localize flask app
If you have a webapp built by Flask, at some point you may need to localize the app and add[…]
Read moreHow to properly set default value of a DateField to today’s date in FlaskForm
This is a small problem I hit while building a Flask-powered website. I have a form that allows a user[…]
Read more