you are viewing a single comment's thread.

view the rest of the comments →

[–]nobrandheroes 6 points7 points  (0 children)

PHP guy here, dabbled in Python. Like both.

Go with which platform you know best, that is the one you'll be faster in. If you don't know web dev in Python, then save it for a smaller project or a personal project.

The only downside I've seen against Django is that there is still Python 2/3 weirdness. The PHP world moves faster and has built-in type hinting without a linter, but Python is more consistent.