Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1043729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:42:55+00:00 2026-05-16T15:42:55+00:00

I got a project in mind that makes it worth to finally take the

  • 0

I got a project in mind that makes it worth to finally take the plunge into programming.

After reading a lot of stuff, here and elsewhere, I’m set on making Python the one I learn for now, over C# or java. What convinced me the most was actually Paul Graham’s excursions on programming languages and Lisp, though Arc is in the experimental stage, which wouldn’t help me do this web app right now.

As for web app fast, I’ve checked out Django, Turbo Gears and Py2Web. In spite of spending a lot of time reading, I still have no clue which one I should use.

1) Django certainly has the nicest online presence, and a nicely done onsite tutorial, they sure know how to show off their thing.

2) Web2Py attracted me with its no-install-needed and the claim of making Django look complicated. But when you dig around on their website, you quickly find content that hasn’t been updated in years with broken external links… There’s ghosts on that website that make someone not intimately familiar with the project worry if it might be flatlining.

3) Turbo Gears …I guess its modular too. People who wrote about it loved it… I couldn’t find anything specific that might make it special over Django.

I haven’t decided on an IDE yet, though I read all the answers to the Intellisense code completion post here. Showing extra code snippets would be cool too for noobs like me, but I suppose I should choose my web frame work first and then pick an editor that will work well with it.

Since probably no framework is hands down the best at everything, I will give some specifics on the app I want to build:

It will use MySQL, it needs register/sign-in, and there will be a load of simple math operations on data from input and SQL queries. I’ve completed a functional prototype in Excel, so I know exactly what I want to build, which I hope will help me overcome my noobness. I’ll be a small app, nothing big.

And I don’t want to see any HTML while building it 😉

PS: thanks to the people running Stackoverflow, found this place just at the right moment too!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T15:42:56+00:00Added an answer on May 16, 2026 at 3:42 pm

    You should look at the web2py online documentation (http://web2py.com/book). It comes with a Role Based Access Control (the most general access control mechanism) and it is very granular, you can grant access for specific operation on specific records. It comes with a web based IDE but you can use WingIDE, Eclipse and PyCharm too. It comes with helper system that allows you to generate HTML without using HTML. Here is an example of a complete app that requires users to register/login/post messages:

    db.define_table('message',Field('body'),Field('author',db.auth_user))
    @auth.requires_login()
    def index():
        db.message.author.default=auth.user.id
        db.message.author.writable=False
        return dict(form=crud.create(db.message),
                    messages=db(db.message.id>0).select())
    

    The web2py project is very active as you can see from the list of changes http://code.google.com/p/web2py/source/list

    If you have web2py related questions I strongly suggest you join the web2py mailing list:
    http://groups.google.com/group/web2py/topics

    We are very active and your questions will be answered very quickly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I got into a mini-argument with my boss recently regarding project failure. After three
I've currently got a project on google code that I'd like to incorporate into
I've got a project that was written in BASIC. I'm not sure of the
I've got a project coming up that will involve connecting to one to many
I just got Java5 project that has this error, i tried using Java5 and
I've got a unfinished project that a developer just didn't finish and didn't leave
I've got a django project that contain some apps. The main urls.py includes the
I've got a project where we'll need to generate a lot of fixed-length random
I just got IE6 sprung on me for a project that is going out
I've got a project that I need to get working with 3 compilers (Borland,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.