Skip to content

Instantly share code, notes, and snippets.

@anikishov
Created September 21, 2019 09:02
Show Gist options
  • Save anikishov/22c9237aa68098c620fd70f179723267 to your computer and use it in GitHub Desktop.
Save anikishov/22c9237aa68098c620fd70f179723267 to your computer and use it in GitHub Desktop.
save_python_session
# enter this when you end the session
import readline
readline.write_history_file('last_session.py')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment