Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #105176 > unrolled thread

E-commerce system in Python

Started byArshpreet Singh <arsh840@gmail.com>
First post2016-03-17 21:25 -0700
Last post2016-03-23 13:31 +0100
Articles 4 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  E-commerce system in Python Arshpreet Singh <arsh840@gmail.com> - 2016-03-17 21:25 -0700
    Re: E-commerce system in Python Arshpreet Singh <arsh840@gmail.com> - 2016-03-20 12:59 -0700
    Re: E-commerce system in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-03-20 23:15 +0000
    Re: E-commerce system in Python Nicolas Évrard <nicoe@altern.org> - 2016-03-23 13:31 +0100

#105176 — E-commerce system in Python

FromArshpreet Singh <arsh840@gmail.com>
Date2016-03-17 21:25 -0700
SubjectE-commerce system in Python
Message-ID<8c9f662d-7faa-4bb5-9670-13899f6a8762@googlegroups.com>
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?

[toc] | [next] | [standalone]


#105308

FromArshpreet Singh <arsh840@gmail.com>
Date2016-03-20 12:59 -0700
Message-ID<859211fc-e155-4293-a3c9-7a7f87f68d6e@googlegroups.com>
In reply to#105176
On Friday, 18 March 2016 21:44:46 UTC+5:30, Chris Warrick  wrote:
 
> 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.

Yes Flask is low level so it comes before for me.

[toc] | [prev] | [next] | [standalone]


#105315

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2016-03-20 23:15 +0000
Message-ID<mailman.415.1458515780.12893.python-list@python.org>
In reply to#105176
On 18/03/2016 04:25, Arshpreet Singh 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?
>

Not yet production ready but you might at least find this 
http://www.defuze.org/archives/385-an-asynchronous-cherrypy-server-based-on-asyncio.html 
interesting.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [prev] | [next] | [standalone]


#105549

FromNicolas Évrard <nicoe@altern.org>
Date2016-03-23 13:31 +0100
Message-ID<mailman.54.1458736713.2244.python-list@python.org>
In reply to#105176
* Arshpreet Singh  [2016-03-18 05:25 +0100]: 
>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?

You could build your own e-commerce system using Tryton and
flask-tryton.

http://www.tryton.org/
https://pypi.python.org/pypi/flask_tryton

We're in the process of adding basic cart functionalities to the ERP.
It will probably be included in the near future.

-- 
Nicolas Évrard - B2CK SPRL
E-mail/Jabber: nicolas.evrard@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web