E-commerce system in Python

Chris Warrick kwpolska at gmail.com
Fri Mar 18 12:14:16 EDT 2016


On 18 March 2016 at 05:25, Arshpreet Singh <arsh840 at gmail.com> wrote:
> I am looking for an E-commerce system in python to sell things things online, which can also be responsive for Android and IOS.
>
> A  quick Google search brought me  http://getsaleor.com/ it uses Django, Is there any available one using Flask or newly born asyncio based framework?
> --
> https://mail.python.org/mailman/listinfo/python-list

asyncio is, as you said, brand new — probably nothing exists.
Why not use the existing Django solution though? What is your problem
with it? It’s a great framework that does a lot of the hard work for
you. Flask is low-level.

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16



More information about the Python-list mailing list