Skip to content

Instantly share code, notes, and snippets.

View philipkiely's full-sized avatar
⌨️
Writing programming tutorials

Philip Kiely philipkiely

⌨️
Writing programming tutorials
View GitHub Profile
@philipkiely
philipkiely / getideas_wfsd.py
Created June 8, 2020 15:36
A fun script by Liam Niehus-Staab
#!/usr/bin/env python
"""
The 9 questions for technical article idea generation.
Implemented by Liam Niehus-Staab, April 2020
Rights assigned by Liam Niehus-Staab to Philip Kiely, April 2020, as a birthday present
Released with MIT License by Philip Kiely, June 2020
"""
import sys
questions = ["What programming languages do you know well enough to write about?",