ProgrammingHero1 / security_cam

233 stars 107 forks source link

run(python) issue #7

Open robinlee109 opened 2 years ago

robinlee109 commented 2 years ago

python is too slow to start playing sound or takes time to run once you click the run button.any advice?

ghost commented 2 years ago

it's python itself, as it's an interpreted and not compiled language it's slower because it's going line by line - tldr, you can't fix it, it's just python. The alternative is that you modify the code yourself, it is open source my brother

OhJooli commented 2 years ago

@robinlee109, you must have a large amount of code trying to run, I suggest finding areas that can be modified to be shortened, as well and checking out potential other IDE's and online IDE's to see if they run slow as well.