Created
October 25, 2019 14:14
-
-
Save CatChenal/212771fe694fa150785a459236afc24d to your computer and use it in GitHub Desktop.
Gist is neat!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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