Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Python Django and Flask developer suit

Techlatest.net | 1.0.2

Linux/Unix, Ubuntu Ubuntu 18.04 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

3 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Palash S.

lightweight python based microframework and full stack framework for web Developoment

  • July 23, 2023
  • Review provided by G2

What do you like best about the product?
best about Django is that provides a lot of pre-built features for authentication as well as security while Flask is best for medium-sized projects.
What do you dislike about the product?
as it relies on a single-threaded server it cant be scalable, flask does not provide ORM, built in admin site as well as authentication system
What problems is the product solving and how is that benefiting you?
our team provides web-based data science and machine learning-based solutions to small-scale businesses using flask framework


    Jaspreet S.

API/Website Development

  • December 03, 2022
  • Review provided by G2

What do you like best about the product?
API can be initiated in a very quick way. It allows us to use python decorators above API function to define the API type (E.g. GET/PUT/POST)
What do you dislike about the product?
Django framework structure is a bit complex and needs some deep study to understand.
What problems is the product solving and how is that benefiting you?
They themselves give us a server on which our application runs. We no longer need a seperate application server like Apache anymore.


    Debashis O.

Fast to create web application which scales super well

  • November 01, 2021
  • Review provided by G2

What do you like best about the product?
One of the best things about Django is the python community, meaning every almost library available in the Python ecosystem you can use, you can use it in the Django project.
The Django ORM is steep but once you learn it properly with a little bit of thinking it is really powerful. Using Django ORM and admin app Django builds an Admin Panel automatically which saves a ton of time when developing projects and tuning it can also be used in a production environment.
And Flask is really simple to get started and so small that people can learn it in days.
What do you dislike about the product?
Currently, the async support for both of these projects is not well done. Although you can use other libraries to use those features however it's not easier as it should be.
What problems is the product solving and how is that benefiting you?
Here at my current company we create rest apis for frontend stack to consume. We also provide apis for external partners which might needs to scale to million users.
With djangos focus on rapid development and security we are being able to focus on the actual product and make the features as fast as possible and deliver within the timeline. Djangos ORM is really powerful so we almost never need to write raw SQL for our applications. And built in "authentication" system, "Admin" app means we didn't needed to focus on those part as well.
Recommendations to others considering the product:
Focus on Django basics, ORM and then dive deeper.


showing 1 - 3