Help me to refer the books for Python-CGI and webs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhakaranr
    New Member
    • Dec 2006
    • 24

    Help me to refer the books for Python-CGI and webs

    hi all,

    I am a beginner in python. I knew the concepts of python and i want to implement the python-cgi programs.

    But i dont know where to start?

    So anyone help me to refer the books for Python-CGI and webs?


    Thanks in advance
  • dshimer
    Recognized Expert New Member
    • Dec 2006
    • 136

    #2
    I don't do any Python CGI but, have a couple of books that I can look through. I'll insert links to view these books, though I check them out at the library and really go through them before deciding if they are keepers.

    I remember a friend letting me look over "Web Programming in Python" when I was first getting started, and it had a good intro to python along with all the web stuff.

    "Python Phrasebook" has about 36 pages of good examples in this category.

    "Python Cookbook" is one of the best libraries of everyday examples I have found and it has 20 pages on web and CGI

    Comment

    • sudhakaranr
      New Member
      • Dec 2006
      • 24

      #3
      Thanks!!!!

      Comment

      • bvdet
        Recognized Expert Specialist
        • Oct 2006
        • 2851

        #4
        Originally posted by sudhakaranr
        hi all,

        I am a beginner in python. I knew the concepts of python and i want to implement the python-cgi programs.

        But i dont know where to start?

        So anyone help me to refer the books for Python-CGI and webs?


        Thanks in advance
        This would be a good place to start: http://docs.python.org/lib/module-cgi.html

        Comment

        Working...