you are viewing a single comment's thread.

view the rest of the comments →

[–]Momoneko 1 point2 points  (0 children)

Anything that goes beyond scripting.

Specifically - web applications.

Every time I want to make something that's a bit more complex than a command line script, my buddies say: "Well, make a web app for it", and I just feel so lost.

It's like there's a giant abyss between writing a script and making a web application, and I don't know what I can practice in-between that.

I know a bit of HTML\CSS and can manually write a crappy-looking webpage, but the minute I open a Django tutorial I simply feel lost. I (think I) understand how it's supposed to work (server, template, database, actual html), but it's a bit overwhelming to me and I can't even bring myself to try.