Also, if you know PHP and have a successful portal (e.g. resources)
then you might want to investigate  WingIDE - an integrated
development / debugging environment where you can inspect variables
and structures as you go along (no better way to learn a language than
to see how what is happening compares with what you expect to be
happening).

You should generally find python structure readable if you are
accustomed to PHP.  There are a few key precepts (lists and
"dictionaries" - e.g. associative lists - are used a log;  you will
also want to grasp the concept of decorators, as that is how you will
use authentication, etc.

When you're ready, ask for some links to online tutorials about decorators.

Regards,
- Yarko

On Mon, Aug 31, 2009 at 7:47 AM, Alexey Nezhdanov<snak...@gmail.com> wrote:
> 1. Yes, if you want to port your application to python then you definitely
> have to learn the language.
> 2. Since this maillist is most 'web2py developer rich' place probably it is
> safe to ask here if Massimo doesn't mind.
>
> On Mon, Aug 31, 2009 at 4:41 PM, Markus <prakash...@gmail.com> wrote:
>>
>> Hello
>>
>> I run a successful ecommerce portal. We use PHP.
>>
>> I am planning to use Web2py and GAE to remove the 'scaling' worries.
>>
>> Where should i start, learn python before starting web2py?
>>
>> Please advise.
>>
>> Also where can i find web2py developers to work on my project?
>>
>> Prakash
>>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to