6 Answers
+ 8
1ď¸âŁ Is it possible to use Python scripts in HTML?
=> Yes It is possible âď¸đ
This is an example code of using python scripts in HTML, you can also apply css on python script đ
Code : [https://code.sololearn.com/WfF3xuhZEPKI/?ref=app]
â ď¸ code takes too long to run
For more information âšď¸ about py-script
Visit : [https://pyscript.net/]âď¸
------------------------------------------------------------
2ď¸âŁ How can I develope the backend of a website with python?
=> Check this site it can help you đ
Visit : [https://www.freecodecamp.org/news/backend-web-development-with-python-full-course/]âď¸
â
+ 6
Siavash Kardar Tehran
Read this post for more information âšď¸ =>
[https://betterprogramming.pub/running-JUMP_LINK__&&__python__&&__JUMP_LINK-script-on-the-web-using-pyscript-the-next-big-thing-8ace9543d75?gi=53651f14e798]
You will get complete information about py script
+ 5
What language is the best for developing the backends of websites and applications?
Python or PHP or Node.js or ...?
+ 1
Yes there is wrappers, more about it here: https://www.bleepingcomputer.com/news/technology/embed-JUMP_LINK__&&__python__&&__JUMP_LINK-scripts-in-html-with-pyscript/
But you can not just include it in standard html.
If you want to use python in html it is called pyscript, link to their own page here: https://pyscript.net/
+ 1
Siavash Kardar Tehran I would say that best for backend depends what you want to do. And also how much energy you are willing to spend.
I would say that PHP might me one of the better choices because it is well documented and very popular. But then you have really fast alternatives as C that might be a little more pain to write in.
Another option for a fast backend is Rust. It's a "new" programming language that does not have the same deep stack overflow history. But rust does have a really good community and very good documentation.
But I would guess that what you are looking for is either php or maybe python for the easyness