On Sunday, September 27, 2015 at 2:53:58 PM UTC-7, Silvius do Brasil wrote: > > Boa noite pessoal, > > Estou iniciando na linguagem python, mas já programo em java e tenho um > projeto desenvolvido em java + flex pra informatizar as redes municipais de > educação. Gostaria de migrar meu projeto para python usando web2py. Jà > consegui arranhar algumas coisas, comprei um layout na web, e preciso > colocar esse layout para funcionar pelo menos um cadastro, de forma correta > para que eu possa ter um rumo certo para concluir o meu projeto. > > Caso alguém possa me ajudar ou se já programa, orçar pra mim quanto > ficaria para colocar esse meu projeto para rodar com um cadastro, um > relatório, pesquisas, acesso de usuário e configuração de email para > recuperação de senha. >
Automated translation: <quote> Good night folks, I'm starting in the python language, but already I program in Java and have a project developed in java + flex to computerize the municipal education networks. I would like to migrate my project to python using web2py. Already managed to scratch some things, I bought a layout on the web, and need to put this layout to work at least one register, correctly so I can have a track to complete my project. If someone can help me or have program budget for me would be to put that as my project to run on a record, report, research, user access and email configuration for password recovery. </quote> (I think there's a Portugese/Brazilian web2py forum; I seem to recall that it's one of the stronger non-English siblings) Which hosting service have you chosen? Most of them are pretty equivalent, as I understand it, but some details do vary. Also, web2py development can easily be done on your local machine (even a laptop ... that's how Massimo demonstrates web2py when he gives a talk). It might be easier to start there while you waiting to get the hosting service set up. The first step I would take would be defining the tables, and doing a simple display of a record by selecting a row by ID. Working through the first couple of examples in the book would also be good, so you can see how the pieces come together. I think book examples are at <URL:web2py.com/books/default/chapter/29/03/overview> but I can't drill down there while the hosting service's load balancer is out of sorts (PythonAnywhere, Error code: 504-loadbalancer) and my hardcopy is at home. /dps -- 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.

