View Single Post
Capt'n Corrupt's Avatar
Posts: 3,524 | Thanked: 2,958 times | Joined on Oct 2007 @ Delta Quadrant
#33
Originally Posted by javispedro View Post
No, you don't mean HTML then. You position the elements using a GUI, and that's where the easiness comes from.
Umm, excuse me? It wasn't implied anywhere that I use a GUI to generate HTML.


Originally Posted by javispedro View Post
I code HTML and Javascript by hand and I can tell Python is waaaaaay easier (and nicer!). I'd even consider C to be easier.
'Easier' is a matter of experience and skill. They're all just languages that have the exact same control of flow statements, and roughly the same syntax. Generally the 'difficulty' comes not from the language, but the that you're trying to implement, and the tools available to you.

That said Javascript/DOM is not the best environment for all apps. But it's a great environment for *many* apps. It carries a number of advantages including easy development, easy testing, instant distribution, no installation, etc.

I believe the OP was referring to this when he mentioned Javascript, as its generally synonymous with browsers these days.

Originally Posted by javispedro View Post
So, wait for a proper PySide GUI instead.
Uhhhh... Thanks for the tip, but no.

}:^/~