hello again i m googling a web much about web2py i have used it to make simple app from http://killer-web-development.com/ just to get the taste of it, but can we create a website like ( Scribd / Slideshare / youtube etc i mean big / large)
On Tue, Jul 3, 2012 at 10:15 PM, Bruce Wade <[email protected]> wrote: > Well that depends, if you mean master it in knowing how to create models, > views, and actions, how urls map, ajax etc... then it will take 1) As long > as it takes you to read through the manual. 2) As long as it takes you to > practice what you learned. > > Using web2py is probably the easier python framework to use. > > For example if you want a site map like: > /about > /contact > /special > > In applications/welcome/default.py create 3 functions: > def about(): > return dict() > > def contact(): > return dict() > > def special(): > return dict() > > now going to > http://127.0.0.1:8000/about > http://127.0.0.1:8000/contact > http://127.0.0.1:8000/special > > will all work. > > On Tue, Jul 3, 2012 at 10:36 AM, ANIKET KADAM > <[email protected]>wrote: > >> thank you bruce but how much time period is needed to master web2py >> >> >> On Tue, Jul 3, 2012 at 10:02 PM, Bruce Wade <[email protected]> wrote: >> >>> No if you know HTML/CSS/Javascript you can do whatever you want to the >>> frontend very easily. >>> >>> On Tue, Jul 3, 2012 at 10:28 AM, ANIKET KADAM <[email protected] >>> > wrote: >>> >>>> is it very difficult to customize front end in web2py? >>>> >>>> >>>> On Tue, Jul 3, 2012 at 9:54 PM, Bruce Wade <[email protected]>wrote: >>>> >>>>> LOL all of web2py is python. I think he meant you don't need to have a >>>>> master level at python to use web2py for most basic projects. >>>>> >>>>> >>>>> On Tue, Jul 3, 2012 at 10:24 AM, ANIKET KADAM < >>>>> [email protected]> wrote: >>>>> >>>>>> u mean in web2py a very little python is used ( above sentence is my >>>>>> typo error ) >>>>>> >>>>>> >>>>>> On Tue, Jul 3, 2012 at 9:53 PM, ANIKET KADAM < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> u mean in web2py a very python is used >>>>>>> >>>>>>> >>>>>>> On Tue, Jul 3, 2012 at 8:56 PM, pbreit <[email protected]>wrote: >>>>>>> >>>>>>>> Very little. The Book's Python overview should be sufficient to get >>>>>>>> going and create most apps: >>>>>>>> http://web2py.com/books/default/chapter/29/2 >>>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> -- >>>>> Regards, >>>>> Bruce Wade >>>>> http://ca.linkedin.com/in/brucelwade >>>>> http://www.wadecybertech.com >>>>> http://www.fittraineronline.com - Fitness Personal Trainers Online >>>>> http://www.warplydesigned.com >>>>> >>>>> >>>> >>> >>> >>> -- >>> -- >>> Regards, >>> Bruce Wade >>> http://ca.linkedin.com/in/brucelwade >>> http://www.wadecybertech.com >>> http://www.fittraineronline.com - Fitness Personal Trainers Online >>> http://www.warplydesigned.com >>> >>> >> > > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.fittraineronline.com - Fitness Personal Trainers Online > http://www.warplydesigned.com > >

