(Please don't lob rocks at me. I love Python.)

Book cover: "Articifical Intelligence in BASIC" by Mike James
you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 1 year ago (2 children)

Python is phenomenal for prototyping IMO.

Once you need performance, its best to use another language (even partially).

But quickly banging out a concept, to me, is the big win for python.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 7 points 1 year ago

    But quickly banging out a concept, to me, is the big win for python.

    For me the best language for quickly banging out a concept has always been the one I'm most familiar with at the moment.

  • source
  • parent