How do I write or edit Python files? -
when open python there no file, edit, format, run, or of other options. blank screen default text.
if you're running python shell terminal, there aren't of options. running shell gives blank interpreter respond every line of code type instantly.
python scripts run opening them in terminal. however, first need write 1 using ide, text editor, , saving .py file. can run file navigating directory in terminal or command window.
on mac command be: python myfile.py