Seems that Python lacks e-commerce solutions compared to PHP and C#. Any production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?

EDIT:

  1. http://github.com/johnboxall/django-paypal
  2. http://www.djangosnippets.org/snippets/969/
  3. E-commerce: http://www.satchmoproject.com/
  4. http://code.activestate.com/recipes/456361/
  5. http://code.google.com/p/django-cart/
  6. http://www.chickenwingsw.com/paypal-on-python
link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

You might look into Satchmo's source code. Satchmo is an open source e-commerce app for Django, and I'm pretty sure that it has support for a variety of payment gateways.

Their payment modules appear to work with at least PayPal and Authorize.Net from the list you gave, among others.

link|improve this answer
3  
The satchmo payment processing code is also being broken out into its own project. bitbucket.org/bkroeze/django-bursar – istruble Feb 19 '10 at 19:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.