good if the project is small right ?
I think anything under 300 lines is safe to do in python. But that's just my arbitrary limit. I also use Python for bigger projects, but I find it hard to maintain when it reaches a certain size, due to the lack of real typing support and the amount of flexibility you've got. If you don't handle a lot of data at once, Python will be fine. It all depends on how much data you have to put through your application imo. Best practices for scalability etc still apply in any language, so there's no real winner there. It think you have to compare more than raw execution speed to dtermine if Java or python is right for you. Imo, java's ecosystem and tooling is a mess and I find it hard to prototype in java. But then again it might be more maintainable than python.
Обсуждают сегодня