Is Python Front-end or Back-end?
The question is about front-end,back-end
Answer:
Python is primarily used for Back-end development. Python is used in server-side development for everything, from the database to server logic and API implementation. Two of the most popular frameworks for developing a Back-end application using Python are Django and Flask. Python can also be used for Front-end development, though it is very uncommon. For example, the libraries Brython and packages like PyScript will run Python in the browser.