Sometimes I get questions from C/C++ programmers about Python, and I found people are often confused by a few methods[…]
Read moreTag: 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 moreConvert ISO8601 time format to Python datetime with time zone
Working in web application sometimes we have the situation where we need to receive a time string and convert it[…]
Read more