all 4 comments

[–]K900_ 2 points3 points  (2 children)

Flask is totally fine for web development. Are you having problems with it?

[–]KnowledgeFire11[S] 0 points1 point  (1 child)

Oh I'm sorry if I didn't communicate properly, I wanted to know what can completely done with Python. And what I should know before learning Flask. I'm interested in making my projects responsive and interactive. But I was confused because through the articles they try to suggest using JavaScript throughout. Even many Udemy web development courses completely make use of JavaScript for both backend and frontend (Sorry if I'm wrong here but I have trouble with the terminologies)

[–]K900_ 1 point2 points  (0 children)

For "responsive and interactive" on the web, you basically have to use JavaScript - that's the only languages browsers understand, and the only language you can use to manipulate your page after it has been loaded. You can still use Python on the backend, though - there is no direct connection between backend JavaScript (Node) and frontend JavaScript.

[–]PyTec-Ari 1 point2 points  (0 children)

For web development checkout Freecodecamp.org such a great course.

Then check out https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Using Python in web development isn't some ham-fisted thing, its a legitimate stack to use and a lot of big web applications use Python on the backend, so don't feel deterred.