Hey! I usually just use `import` to run my scripts. Like, if it’s `script.py`, just do `import script` in the shell.
For debugging, I’d recommend using `pdb` or `ipdb` if you want something more interactive.
Also, if you’re looking for a tool, check out PyScripter. It’s lightweight and has a built-in debugger that’s pretty easy to use.
For debugging, I’d recommend using `pdb` or `ipdb` if you want something more interactive.
Also, if you’re looking for a tool, check out PyScripter. It’s lightweight and has a built-in debugger that’s pretty easy to use.
