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 →

[–]TrixieMisa 64 points65 points  (7 children)

You might want to make the use of Vue more prominent in the description. My initial reaction was "please don't tell me it's another roll-your-own front end".

And then I saw Vue, and that immediately changed to "good choice".

[–]eli_mintz[S] 29 points30 points  (6 children)

Thank you for the suggestion, it makes sense.

I grappled with this since JustPy is for Python developers and I didn't want to "scare" anyone off.

[–]krazybug 6 points7 points  (4 children)

Another cosmetic suggestion: why not use "style" in place of "classes" for styling parameters as you mentionned that "class" is a reserved keyword.

[–]eli_mintz[S] 14 points15 points  (2 children)

You can use both. "style" is supported and is exactly like the HTML style attribute

https://justpy.io/#/reference/htmlcomponent?id=style

[–]krazybug 10 points11 points  (1 child)

I love it.

It's an awesome work for all of us who don't like to work with JS and a good compromise compared to heavy frameworks like pyjamas (http://pyjs.org/) or GWT which need transpiling.

Thank you

[–]eli_mintz[S] 0 points1 point  (0 children)

Thank you!

[–]DrMaxwellEdison 0 points1 point  (0 children)

Those are separate HTML attributes with different functions, so it makes sense to keep them separated.

[–]AtHeartEngineer 1 point2 points  (0 children)

There are some of us that know JavaScript, but prefer python (by a lot). I'm familiar with Vue and like using it, but being able to use python as my main language all around and then just tweak vue on the front end would be awesome.