+ 4

Web programming with Python

Is it possible to make website using Python? connect databases? manipulate images (like GD un PHP)? use APIs?

2nd Dec 2017, 10:12 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
10 odpowiedzi
2nd Dec 2017, 10:15 AM
Nithiwat
Nithiwat - avatar
+ 5
yes it's a good idea to use. I recommend flask if it's a small site. If it's important then go with what you know but otherwise if it's for learning I say stick with python (or something else like ruby on rails or a JavaScript backend)
2nd Dec 2017, 11:56 AM
Ahri Fox
Ahri Fox - avatar
+ 4
use the Pillow fork, S.K.LURK
2nd Dec 2017, 11:37 AM
Ahri Fox
Ahri Fox - avatar
+ 2
flask and Django for templates and databases. But what about images ? (my website uses PHP GD library)
2nd Dec 2017, 10:21 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
+ 1
python imaging library (PIL) is great for image manipulation.
2nd Dec 2017, 10:41 AM
Qwertiony
Qwertiony - avatar
+ 1
if you look for up-to-date support check Python Pillow its a PIL fork.
2nd Dec 2017, 11:03 AM
Qwertiony
Qwertiony - avatar
+ 1
you're right. I have 20 years experience with PHP, and large websites. Re-starting from scratch with python is probably hasardous in this case.
2nd Dec 2017, 12:00 PM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
+ 1
in case you find pythons libraries matching your image processing needs ill suggest creating a seperate service only to deal with image processing.
2nd Dec 2017, 12:13 PM
Qwertiony
Qwertiony - avatar
0
is PIL still supported? no update since 2009 :-/
2nd Dec 2017, 10:44 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar
0
so, is it a good Idea to make website with python? or is classic PHP a better choice?
2nd Dec 2017, 11:45 AM
S K Lurk //\●●/\\
S K Lurk //\●●/\\ - avatar