How to create simple web site with python?
        Posted  
        
            by Lukas Šalkauskas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lukas Šalkauskas
        
        
        
        Published on 2010-04-21T09:40:15Z
        Indexed on 
            2010/04/21
            9:43 UTC
        
        
        Read the original article
        Hit count: 411
        
How to create simple web site with python?
I mean really simple, f.ex, you see text "Hello World", and there are button "submit", which (onClick) will show ajax box "submit successful".
I want to start develop some stuff with Python, and I don't know where to start :)
© Stack Overflow or respective owner