0
New To Python
Hi all. I am new to Python and would like to have a better understanding of it. If: HTML is the content, CSS is the style of the content, PHP makes the content dynamic and JavaScript makes the styles dynamic, then what does Python do? Does a Python file replace any of the files above? i.e. can Python be used as an alternative to any of the above? Where would a python file typically fit into a modern day website? Many thanks.
2 Answers
+ 3
Yes, python can replace PHP files. There's a framework called "Django" which can be used to program server-side files using python!
For a better understanding, visit this website:
https://www.djangoproject.com
+ 1
Awesome!! I appreciate your help. I know a bit of PHP so understanding the role of a Python file helps me out a lot. Iâll do a bit more reading as suggested.