What does -i mean in Python? Can someone explain this command-line flag? Alternatively, for a more casual to

16 Replies, 1574 Views

yep, `-i` is a lifesaver for debugging.

run your script, and bam—you’re in the REPL with everything still loaded. no need to rerun stuff manually.

pro tip: pair it with `pdb` for extra debugging power.

Messages In This Thread



Users browsing this thread: 1 Guest(s)