Skip to content

Instantly share code, notes, and snippets.

@acstrahl
Last active October 1, 2024 21:32
Show Gist options
  • Save acstrahl/713d1ba1fc4abefcd272bd55e0e0c1f8 to your computer and use it in GitHub Desktop.
Save acstrahl/713d1ba1fc4abefcd272bd55e0e0c1f8 to your computer and use it in GitHub Desktop.
This is a sample GitHub Gist

This is a description of my project. The goal of this project is to:

  • Demonstrate GitHub Gists
  • Highlight the importance of a README file

Takeaways

Throughout this project I learned that GitHub Gists are awesome.

Next Steps

If I were to continue this project, I'd showcase even more abilities of GitHub and incorporate more Markdown features into my README file to make the file more readable for my audience.

import pandas as pd
def sample_project(name):
print(f"This is my project named {name}")
sample_project("Test Project")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment