Jump to content

python and website creation

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Goeasy

Goeasy

    Newbie

  • Members
  • Pip
  • 4 posts
is it possible to use python to create a website? I try to use it but I've some problems, please help me to solve my problem[.
tank to reply.

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
I have written two blog posts on the subject: this one is dealing with templating with Cheetah, and this one with how to use CherryPy, which is a webdevelopment framework for Python. Another option is to do simple CGI-programming with the module cgi (and eventually, cgitb).

This is what the official website of Python says about webprogramming.