0

Can i create a web page front end using python code ? Explain me me how to do it ?

11th May 2019, 5:36 PM
Ashhar Muhammed
Ashhar Muhammed - avatar
4 Respostas
+ 8
You can use brython. It's a Python 3 implementation written in Javascript for client side programming. http://brython.info
11th May 2019, 6:05 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 3
You can use brython!
11th May 2019, 9:19 PM
CodeFu
CodeFu - avatar
+ 1
Unfortunately what your asking would require far too much information to put in an answer here. What you need is a tutorial on Django or flask. Flask is light and simple but has less features while Django is far more comprehensive and includes many more features. Which is right for you will depend on your site needs. Flask Tutorial: https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world Django Tutorial: https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html I wish you the best of luck!
11th May 2019, 5:54 PM
Brian Petry
Brian Petry - avatar
+ 1
Thanks pal
11th May 2019, 5:55 PM
Ashhar Muhammed
Ashhar Muhammed - avatar