+ 2

Python for web development

I would like to know how Python fits in the web development area. I know a bit about html, css, js and php and did the tutorial on Python but how do you merge python with web stuff?

15th Sep 2018, 8:07 AM
J. Le Roux
J. Le Roux - avatar
2 odpowiedzi
+ 2
Python can be used for back-end (server-side) programming (i.e. the service part of web apps or API). There are some frameworks available to make Python do web things more easily (incredibly articulate, I know). But yeah, if web development were like building a house, you could think of front-end as everything "studs in" and back-end as everything else. That's the broad overview. If you have more specific questions, feel free to ask.
15th Sep 2018, 8:56 AM
Janning⭐
Janning⭐ - avatar
+ 6
https://wiki.python.org/moin/WebFrameworks
15th Sep 2018, 8:48 AM
Mert Yazıcı
Mert Yazıcı - avatar