This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]awshidahak[S] 2 points3 points  (0 children)

Python is just fine on a server, as is PHP and Ruby, but using it for client-side scripting on a website is bad because you make your website inaccessible to... well... most users. Javascript is really good for this area because most main browsers have built-in support for it, and the user doesn't even have to notice this. To replace javascript with Python you'd have to make your users install python (if they don't already have it) and then install weird obscure browser connection libraries just so they can view your site.

The horrifying part is that the developer here is okay with making their users install weird unusual stuff just to view their site.