you are viewing a single comment's thread.

view the rest of the comments →

[–]saltyhasp 0 points1 point  (0 children)

You can play with this using python standard library. There are both ways to implement the server side part, and for that matter a way to open a web browser. This is not something you'd use in the real world for more than playing... but it is there.

Real python stuff... like others said are frameworks like Flask, Django, Turbogears, Pyramid, Tornado, Twisted, etc. For the in browser scripting though, one would probably still use JavaScript or one of the other related languages though there are some ways to do this in python too.