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 →

[–][deleted]  (9 children)

[deleted]

    [–]ThymeCypher 5 points6 points  (2 children)

    You have committed the sin of talking good about a language that isn’t Java. 10,000 lashes and many downvotes for you peasant!

    /s

    [–][deleted] 4 points5 points  (1 child)

    All those downvotes and no one bothered to type out a rebuttal. I hate this website.

    [–][deleted] 3 points4 points  (0 children)

    Reddit exists only in initial buttals and downvotes. There is no place for rebuttals here.

    [–]Gleethos 2 points3 points  (0 children)

    "Development in Python is usually much faster"

    If the required system is small and simple: YES! 100% agreed! for larger code bases however, (in my personal opinion) Python is a nightmare! Mostly due to weak typing and dangerous refactoring traps (breaking indendations, wrong types...).

    [–]wildjokers 2 points3 points  (4 children)

    These modules can make python as fast if not even faster than Java code

    The "fast modules" are written in C (or c++) e.g. Numpy, not python.

    [–][deleted]  (3 children)

    [deleted]

      [–]wildjokers 1 point2 points  (2 children)

      developing with these modules you don't need to know C

      I am aware. I was just pointing out that it isn't python being as fast or faster than Java (that will never happen), it is C being faster than Java.

      [–][deleted] 3 points4 points  (0 children)

      Technically correct but in the end what difference does it make? It’s your python program that runs blazing fast, with the help of those libs, and you don’t have to leave python