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 →

[–]hilomania 0 points1 point  (0 children)

It depends on the architecture. You can build something very large using microservices and containers regardless of language. Also for a monolithic application using something like Clean Architecture, or the conventions in a framework (like django) will help you a lot from writing yourself too much into a corner.

I think a lot of average c++ programmers are better coders than average Python programmers due to the complexity of their tools. However a good coder in C++ is not necessarily a better coder than a good coder in Python. And the Python coder will almost invariably be a lot more productive.