Skip to content

Instantly share code, notes, and snippets.

View tpgmartin's full-sized avatar

Tom Martin tpgmartin

View GitHub Profile
@tpgmartin
tpgmartin / nltk_download.py
Created December 19, 2019 11:42
Disable SSL to install nltk dependencies
import nltk
import ssl
def download_dependencies(package_name=None):
try:
_create_unverified_https_context = ssl._create_unverified_context
except AttributeError:
pass
else:
@tpgmartin
tpgmartin / prompt_with_mutations.md
Created October 28, 2023 16:15
Example Prompt with Mutations

Example Prompt with Mutations

Base Prompt

Name two steps to increase the visibility of a website on search engines.

Add Constraints

In the context of a newly launched e-commerce website selling handmade jewelry, name two specific steps, along with the associated tools or techniques, to increase its visibility on search engines like Google.