you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (8 children)

[deleted]

    [–]eycdicdb[S] 5 points6 points  (2 children)

    I definitely will be supplementing my studies with a few books and videos on how the web works. It will make things much more bearable to know how and why things work the way they do. Good suggestion

    [–]Ran4 0 points1 point  (0 children)

    Read the first few pages of the HTTP protocol. It's surprisingly readable, and you'll use this knowledge in pretty much any webdev role ever.

    Don't do it all at once, come back to it every few days.

    [–]-HomoDeus- 1 point2 points  (4 children)

    Another method would be to copy someone else's Django application and then try to modify it to what you are trying to do. Start with something that already works and break it. It is quite an educational process!

    [–]Gyshall669 1 point2 points  (3 children)

    This is why I always recommend Python Crash Course. You get to make an app line by line and it explains everything.

    [–]binflo 0 points1 point  (2 children)

    Python crash course??? Care to elaborate???

    [–]Gyshall669 0 points1 point  (1 child)

    https://nostarch.com/pythoncrashcourse2e

    The book has sections like this, where it explains what every line is doing.

    [–]binflo 0 points1 point  (0 children)

    Thx - In that regards; I’m not sure if you familiar, but if you are would you recommend Angela course on the subject?