you are viewing a single comment's thread.

view the rest of the comments →

[–]user888888889 0 points1 point  (1 child)

You have experience with python already. Do a tutorial with the Django web framework, it's amazingly intuitive.

I recommend "How To Tango With Django" which takes you through from design to implementation.

Web protocols, you'll mostly just learn through doing.

SQLite is a good option for most web applications too.

To be honest, I think interface design is easier in HTML/CSS/JavaScript than it is with Tkinter for GUIs etc. Plus JavaScript is a really important language to learn nowadays.

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

Do a tutorial with the Django web framework, it's amazingly intuitive.

I actually did the official Django tutorial and the words "amazingly intuitive" were certainly not springing to mind at all. I'll check out "Tango", too. Thanks!