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

  • SEARCH
  • Home
  • 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 455571
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:23:03+00:00 2026-05-12T22:23:03+00:00

First, a little background : I have written a little application in python with

  • 0

First, a little background: I have written a little application in python with SQLAlchemy, which is roughly an improved RSS reader: it selects links that should interest the user, and shows them to him. I already have a very simple command-line interface, and I envision a variety of interfaces: web, instant-messaging, desktop…

For now I’d like to create a simple web interface, but I have absolutely zero experience in the matter (appart from making a simple php forum 5 or 6 years ago…). So I’m comming here for advice on where to start:

  1. Is there a good tutorial on HTML/CSS/Javascript focused on making a website look good simply? I know about w3schools, but it’s a terrible tutorial IMHO, since it teaches you about HTML/CSS but doesn’t show you how to use them.
  2. Should I use a javascript library? Which one?
  3. Should I use a web framework? I’m guessing either not or a very lightweight one, since I already have an application core with a database and SQLAlchemy, and I don’t want to drop it.
  4. Any other advice?

Thanks!

  • 1 1 Answer
  • 1 View
  • 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-12T22:23:04+00:00Added an answer on May 12, 2026 at 10:23 pm

    Just like everyone else here, I’ll chime in with “Use my favorite framework, because it’s what I use….”

    I would start with small goals for a web interface. Get something simple up and running that to make sure you understand how things work.

    Write an app that responds to the following url and returns something.

    http://localhost:8000/my_links

    Once you understand the little bit of machinery it takes to make that possible, what is handed to you as far as information about the request, and what you need to produce to return to the caller, it should be come clear how to fill in the blanks to get from your existing application to data thrown at the web browser.

    Learn WSGI for no other reason than most of the libraries that will help you build a web application utilize this to some degree.

    One of the links from the above page that I found extremely beneficial in understanding how all this works. was Ian Bickings article “A Do-it Yourself Framework”

    Once you get a grasp of that stuff, you may find that dealing with WSGI at such a low level is maybe a little too cumbersome. That’s when you’ll probably want something like WebOb
    which is just one of several ways people have come up with for abstracting away the low level details of the request/response cycle into some convenient objects. In a sense encompassing the HTTP protocol without trying to make it make sense to someone who doesn’t want to know what HTTP is.

    Depending on the complexity of your application you may decide that handling a request, looking at the path and dispatching off to one of many functions is a drag you’d rather not deal with. This is where everyone’s favorite framework starts to be beneficial. And I would suspect that you would know enough by this point to better assess the frameworks that are out there and determine which fits your needs and goals.

    Lots prefer django, maybe you will too. Others prefer Turbogears, and or Pylons, maybe bfg, maybe grok, maybe zope, maybe plone. But no one here knows what you want your application to do.

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

Sidebar

Related Questions

Visual Studio 2010 Express, Windows Forms. Have made myself my first little application which
First, a little background. I have written a custom HTTP compression module for ASP.NET.
First a little background: I have already managed to connect to a Microsoft SOAP
First, a little background. I have strings that resemble the following: ((Foo.Bar.StartsWith(A)) && (Foo.Bar.EndsWith(B)))
First a little bit of background: I have a REST service in WCF 4
First a little background info: I have UIViewController that contains a UITableView. In the
First, a little background (greatly simplified): I have two classes, one called Entity and
First, a little background. I have two ASP.NET web applications that use SQLServer session
First a little background: I have an Event model that has various event_type s.
First, a little background: We have an intranet site based on WSS 3.0 that

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.