Guidance on E-commerce in a Python Framework
Posted
by
Ant
on Stack Overflow
See other posts from Stack Overflow
or by Ant
Published on 2012-06-07T21:48:59Z
Indexed on
2012/06/07
22:40 UTC
Read the original article
Hit count: 159
I am looking for guidance in making decisions on using Python for E-commerce. My reasoning to use Python in the first place is i do a lot of 3D so it's a real help to use Python for web server side as well as 3D so I do not need to learn a new language.
When I say E-commerce i mean the logic behind displaying products and a check out system that is Robust....and yes I really want to build this myself so I can change it. I do not want to use an out the box solution that costs a lot of money every month. I want control of server side, data bases, e-commerce etc.
My questions are: What Frameworks are out there? I looked at previous questions on stackoverflow but only found old posts about Sachmo and Get paid.
What is the learning path, I do not want to make a mistake that costs six months of studying? Python then Django?
How long if I spent 10 hours a day studying this would it take to get up and running? I write javaScript badly, so I am not a complete noob, I understand the basics of programming languages.
many thanks in advance
© Stack Overflow or respective owner