Can Python be used for client side web development?

client-side, python

Solution

Have you seen Skulpt?

Skulpt is an entirely in-browser implementation of Python.

No preprocessing, plugins or server-side support required, just write Python and reload.

Problem

If yes are there any frameworks/Tutorials/tips/etc recommended? N00b at Python but I have tons of PHP experience and wanted to expand my skill set. I know Python is great at server side execution, just wanted to know about client side as well.

Original source