Skip to content

Instantly share code, notes, and snippets.

@CatChenal
Created October 25, 2019 14:14
Show Gist options
  • Save CatChenal/212771fe694fa150785a459236afc24d to your computer and use it in GitHub Desktop.
Save CatChenal/212771fe694fa150785a459236afc24d to your computer and use it in GitHub Desktop.
Gist is neat!
idea = """
GitHub Gist can store code snippets, which can be called using their gist url...
This is going to be very handy for coding presentations especially when used in combination with
Steamlit (https://streamlit.io/).
Imagine: you are presenting at a major conference & to reduce your anxiety, you buy yourself
this free insurance by following these steps:
For each steps in your presentation, create a gist. Then, create another gist, i.e. confX_presentation.py that list each steps.
"""
print(idea)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment