Everything you're concerned about is easily possible with web2py. Since you 
have no specific questions it's hard to give you a more detailed answer.
2. this is done automatically if you use the Auth module
3. you can write native queries or (better) use the DAL, e.g.
db(db.auth_user.income > 50000).count()

I think it's best to read the reference manual and then start with some 
small examples/tests.

Alex

Am Montag, 2. September 2013 17:21:39 UTC+2 schrieb Muzaffar:
>
> Hello, I am seeking advice if web2py is a suitable choice for rebuilding a 
> web application that I maintain at work. The web app consists of 7 steps, 
> each being a form for the user to fill out. All the data is save in a 
> database.  A user can come back anytime and complete the steps and update 
> the forms as well.  My concerns for picking up web2py are the following:
>
> 1.  If a user doesnt have a section or certain piece of data filled out, 
> then display X and if so, then display Y
> 2.  How to handle user management, such as cookies so the user can stay 
> logged in
> 3.  Being able to run simple analytics against the database. For example 
> being able to run a query that says "show me all the users that dont have 
> this X field filled out" or "How many users have an income of over 50,000 
> dollars"
> 4.  Being able to style pages with CSS/images
>
> I do know the basics of python and have made some simple programs with it, 
> such as a mini game with Pygame.
>

-- 

--- 
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/groups/opt_out.

Reply via email to