Running python on the consol.
How do I do that on my hp. I am a novice in this area and I'd love to try it as well. I understand we won't be running python on it.
1 answers ( 0 marked as helpful)
Hello Martin,
Are you referring to the Spyder IPython console? When you type your code there, it will run right away when you press enter. Unless you're inside a conditional (IF-ELIF-ELSE), a loop (FOR, WHILE), or you are defining a function, it will run when it detects that you're about to exit that block.