Web Page Construction in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SUBHABRATA

    Web Page Construction in Python

    Dear Group,
    I am getting some questions on doing Web Pages in Python.
    I have some interactive codes in python for which I like to make web
    pages.
    I am trying to use kid.
    Kid I learnt, and is easy, too.
    My questions are:
    i) Am I going correct?
    ii) Is there any language other than kid?
    iii) The worked out examples of kid are not opening properly, is there
    any other URL where I can see them.
    iv) Can cgi scripting be done with kid?
    If any one can spend time on my questions.
    Best Regards,
    Subhabrata.
  • Diez B. Roggisch

    #2
    Re: Web Page Construction in Python

    SUBHABRATA schrieb:
    Dear Group,
    I am getting some questions on doing Web Pages in Python.
    I have some interactive codes in python for which I like to make web
    pages.
    I am trying to use kid.
    Kid I learnt, and is easy, too.
    My questions are:
    i) Am I going correct?
    ii) Is there any language other than kid?
    iii) The worked out examples of kid are not opening properly, is there
    any other URL where I can see them.
    iv) Can cgi scripting be done with kid?
    If any one can spend time on my questions.
    I suggest you take a look at TurboGears. It's a web-framework that uses
    KID (or genshi, which is extremely similar) to render pages, and makes
    web-development considerably easier.



    Diez

    Comment

    • martinskou@gmail.com

      #3
      Re: Web Page Construction in Python

      Also, look at:

      The web framework for perfectionists with deadlines.


      /Martin

      Comment

      Working...