Codementor Events

Flask Tutorial - The Interactive way, Ask Me Anything

Published Feb 07, 2021Last updated Mar 01, 2021
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:


Thank you!

Discover and read more posts from Adi Chirilov - Sm0ke
get started
post commentsBe the first to share your opinion
abhijeet tamang
3 years ago

Can you help me in Async in flask using http post method API

Adi Chirilov - Sm0ke
3 years ago

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.

Show more replies