AceLewis / my_first_calculator.py

my_first_calculator.py
4.07k stars 452 forks source link

Very RAM-eating program #142

Closed AlshaKrut9523-2 closed 3 years ago

AlshaKrut9523-2 commented 3 years ago

My Mem Reduct showed me 90% used RAM in a couple of seconds. I think that the RAM is filled up because the code does not process numbers by Python itself, and there are already a lot of ready-made answers to mathematical questions. Rewrite your code

AceLewis commented 3 years ago

To be clear, this repo is literally a joke. The code is supposed to be bad, this is not how you would create a calculator.

The README.md explains why I made the joke, and the generator (generator.py) that made my_first_calculator.py is in the repo.