0
Can i create a web page front end using python code ? Explain me me how to do it ?
4 Answers
+ 8
You can use brython. It's a Python 3 implementation written in Javascript for client side programming.
http://brython.info
+ 3
You can use brython!
+ 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!
+ 1
Thanks pal