Console? good, GUI? good, game dev? use Godot engine with its similar language Gdscript, but what else? Ive been seeing AI, Data Science stuff, but whats the point if ita slow?

  • terabyterex@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    define slow.

    my life has been in C style languages but even i kniw python us a great general purpose language. are you going to use it for high frequency trading? no but most things dont need that speed.

    yes its used a lot in ai but also for a ton of linuc scripting. i dont think anyone uses perl anymore.

    so in what way was it slow when you used it? what micro seconds were you lookong for?

    • CarlLandry357@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      29 days ago

      I wrote a console tictactoe game with primitive AI opponent using both Python and C++ and python takes more time in the background process before making a move than in C++.