Basic Programming Using Python (KV Teacher 10 June)


Saving Scripts

Lessons (Click on lesson name to open lesson)

Saving Python scripts and running them using IPython and Python.

    • Using %hist and %save.
    • Creating new Python scripts on an editor.
    • Running scripts in IPython using %run.
    • Running scripts from the terminal with python.