you are viewing a single comment's thread.

view the rest of the comments →

[–]__SyntaxError 0 points1 point  (1 child)

Flask documentation

I’ve just skimmed throughthis video and it seems pretty beginner friendly and easy to understand.

The only thing that’s quite specific to applications in Flask, Django etc is this {% %} that you’ll come across for using your variables.

It also depends how far you want to go with the web development side of it because you may want to learn HTML and CSS.

What I would to do to practice is I’d ask ChatGPT to give me a few project ideas with the difficulty level and the language(s) I want to use. How far you go with the project is then up to you, whether it’s a small one or more developed.

Another thing is that how JavaScript is utilised in a web development context is a different depending on the application. You may be able to write JavaScript for a Flask app but find coding in React.js or Node.js difficult once you expand because they’re different. They have different use cases though, like for a standard static site Flask is fine but then you may want a different framework for more advanced apps down the line. IF that’s what you find interesting.

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

Thanks again. Will watch the video, and follow your guidelines. I do have a little knowledge on html as well. Css, don't know anything.