How to: HTML contact form with Flask and Resend
Learn how to create an HTML contact form, add it to your Flask website, and have it send you an email when someone submits it!
Learn how to create an HTML contact form, add it to your Flask website, and have it send you an email when someone submits it!
Get started with FastAPI by building a time-tracking API, including database connectivity, Pydantic models, GET and POST requests, and more!
Add tests to your Python code with pytest. Let me show you how to write simple, effective tests!
In this post we show you how to deploy your Flask and MongoDB app for free to Render.com and MongoDB Atlas.
When you add login, signup, or other features with Flask-Security-Too, you get some unstyled plain HTML pages. Learn how to customise and style them in this article.