Flask Tutorial - The Interactive way, Ask Me Anything
Hello Coders,
My (nick) name is Sm0ke and I'm using Flask for more than 5 years to code almost anything: simple one-page projects, API's and eCommerce-based platforms. The deployments were made starting with Apache, Nginx, Gunicorn, and uWSGI .. etc. Regarding this Flask Tutorial, the content will be provided based on your questions, starting with just a few links.
Thanks in advance for your ... questions!
I'm accessing Codementor almost daily and I'm always glad to help (especially beginners) to start faster their projects - Here is a short-list with suggested topics:
- Deployment on CentOS, Ubuntu using Apache/Nginx
- Start app using Gunicorn, uWSGI
- What is WSGI
- How to structure a project
- ORM - how to use it and manage DB information with ease
- Migrations - using Flask Migration
- Flask Admin - using roles in a Flask application
- Protecting routes in Flask
- Session-based authentication via Flask-Login
- Using the Flask CLI
- Create custom (CLI) commands using Click
- Create tables dynamically - at first request
Some Flask-related links:
- Flask - official website
- Flask Tutorial - (Github) Content provided by experienced developers.
- Flask - A list of useful “HOW TO’s”
- Flask Cheat Sheet - And FREE samples
Thank you!
Can you help me in Async in flask using http post method API
Hello,
Sorry, I just started to use FastAPI. I’m afraid I’m not the right person to assist or teach someone else on Async processes.
Let me know if I can help you with other Python-related patterns.