User email confirmations with Flask-Security-Too
Requiring user confirmation via email is traditionally not a simple thing to do. Flask extension Flask-Security-Too makes it much simpler.
Requiring user confirmation via email is traditionally not a simple thing to do. Flask extension Flask-Security-Too makes it much simpler.
Query string arguments allow clients to send us extra data in the URL. Learn how to access query string arguments in a plain Flask route and in a Flask-Smorest API.
Learn how to easily add user login and signup to any Flask app using the popular extension Flask-Security-Too!
We've finally published our latest course: FastAPI for Beginners. It's a free course to help you get started with FastAPI.
If you need to install multiple Python versions, going the ol' installer route isn't the best idea. In this article I show you how I manage multiple Python versions, using pyenv.