DEV Community

Discussion on: Python in the browser

Collapse
 
sebastiannielsen profile image
Sebastian-Nielsen

But why?
What are the advantages?

Collapse
 
garador profile image
Garador

I personally find it appealing since I'm learning Python. Wouldn't take it to production, tough...

Collapse
 
lesha profile image
lesha 🟨⬛️

it's fun

Collapse
 
sebastiannielsen profile image
Sebastian-Nielsen

I mean, sure, I do like writing in Python more than JavaScript ... but other than that, what advantages are there?

Thread Thread
 
lesha profile image
lesha 🟨⬛️ • Edited

Mostly syntactic sugar i guess. I'd love to be able to use list/dict comprehensions, named arguments, but most of all, format strings.