I am reminded of this scene from Portal 2: https://www.youtube.com/watch?v=JR4H76SCCzY The difference between computation and intelligence is interesting from both a practical and a philosophical perspective. It is not…
Use C or C++ or Rust or even Java and you don't have to worry about any of this. You can just write the obvious thing with your normal set of tools and it will be good enough.
You would think that, wouldn't you? But every time I've worked on a Python code base I have torn out Pandas and replaced it with simple procedural code, getting at least an order of magnitude. Pandas is spectacularly…
I am reminded of this scene from Portal 2: https://www.youtube.com/watch?v=JR4H76SCCzY The difference between computation and intelligence is interesting from both a practical and a philosophical perspective. It is not…
Use C or C++ or Rust or even Java and you don't have to worry about any of this. You can just write the obvious thing with your normal set of tools and it will be good enough.
You would think that, wouldn't you? But every time I've worked on a Python code base I have torn out Pandas and replaced it with simple procedural code, getting at least an order of magnitude. Pandas is spectacularly…