> > I have this side job, jewelry shop, right now it has only 50 products to > sell, but will expand maybe to 300-500 in the future. My question is, is > this the right thing to do in web2py?
Yes you could do it in web2py and it is fine. But I wouldn't. For that project you could easily just use something like wordpress + woocommerce, prestashop, shopify, etc. E-commerce is a solved problem, and given that your client is a jewelry shop I doubt he will be needing the kind of custom made development where web2py really shines at. > I know Python is powerfull in many fields, but is it ok to focus on > webapps and base your career on that, and start with web2py? I would say yes. I think webapps are the past, the present, and the future since people don't even install mobile apps anymore. The way I see it, the future is progressive web apps, webapps you can install in your phone directly from the browser. It's perfectly OK to start with web2py, I personally love it, but, if later the down road, you "dislike" it, it's easy enough to switch to one of the many other python web frameworks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

