0
Where, when & how can i implement or use python in website development?
5 Réponses
+ 1
Python web frameworks are only utilized in the backend for server-side technology, aiding in URL routing, HTTP requests and responses, accessing databases, and web security. While it is not required to use a web framework, it is extremely recommended because it helps you develop complex applications in significantly less time.
0
Please get rid of the irrelevant tags: "css", "html", "javascript".
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
Python is not used in Front-End Development, so if you want to use him in Websites, use in Back-End Development (in servers building for exemple), also, if you want a complete aswer, check the Martin Taylor aswer 👍🐍
0
You can start using it after learning HTML.
But if you wants to be a proper web developer then you should first learn HTML, CSS and JAVASCRIPT. You can learn CSS and JavaScript after PYTHON but you need HTML to make web pages.
You can learn basic concepts from Sololearn and then move to YouTube.