Bope
Posts: 71
Joined: Sat Jul 06, 2019 2:57 am

Thonny vs Terminal

Mon Oct 28, 2019 1:05 pm

I have a project with a Pi Zero that checks the status of a couple GPIO pins every 5 minutes. So most of the time the system is idle. Is there any benefit running the program from Thonny vs Terminal?

User avatar
topguy
Posts: 6491
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: Thonny vs Terminal

Mon Oct 28, 2019 1:08 pm

Quite the opposite I would think... most people dont run their programs from the development environment.

Bope
Posts: 71
Joined: Sat Jul 06, 2019 2:57 am

Re: Thonny vs Terminal

Mon Oct 28, 2019 6:57 pm

That is what I was wondering is if either environment had an advantage over the other for running the finished code.

jahboater
Posts: 5759
Joined: Wed Feb 04, 2015 6:38 pm
Location: West Dorset

Re: Thonny vs Terminal

Mon Oct 28, 2019 7:22 pm

Bope wrote:
Mon Oct 28, 2019 6:57 pm
That is what I was wondering is if either environment had an advantage over the other for running the finished code.
No. Running the IDE will use extra resources (extra memory mostly) to no purpose.
Furthermore its harder to run the program, you have to start thonny first.

Return to “Beginners”