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.

20th Nov 2017, 9:01 AM
Code_acc
Code_acc - avatar
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
20th Nov 2017, 9:06 AM
Witty Phantom
Witty Phantom - avatar
+ 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.
20th Nov 2017, 10:44 AM
Code_acc
Code_acc - avatar