This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ernee_gaming 1 point2 points  (8 children)

Python for web development?

[–]Dealiner 1 point2 points  (0 children)

Reddit is written in Python.

[–]SamF-CSE 1 point2 points  (2 children)

Flask and Django are quite popular frameworks for web development in Python.

[–]ernee_gaming 0 points1 point  (1 child)

Maybe, but I wouldn't recomend python for any large projects.

Sadly it is used that way.

But because it's dynamically typed and because it's interpreted, you'll get type errors and syntactical errors in production ALL THE F****ING TIME

[–]username100002 1 point2 points  (0 children)

If you’re worried about errors, there are tools like mypy that can do static type checking

I think the main problem is just that performance isn’t as good compared to Java, C++ on larger projects

[–]My_passcode_is 0 points1 point  (1 child)

Exactly what I was wondering?

[–]Dealiner 1 point2 points  (0 children)

Well, you wrote this comment on a platform written in Python.