steven
.codes

I'm Steven. I write about a slice of the things I'm doing and put them here. Feel free to reach out via YouTube direct message.

Curses Tutorial

Learn the basics of Python's curses library.

This was written for some CS10 students.

Hello World in HOtMEfSPRIbNG

My take on Hello World in this esoteric metaphor-oriented language.

This language is really crazy.

How to Get 97% on MNIST with KNN

Reaching a pretty good MNIST score on Kaggle with K-nearest-neighbors.

Google Sheets DB Tutorial

I walk through how to utilize Google Sheets as a simple backend.

Flipping Tables: A Custom Bash Prompt

Making the prompt text a function of exit status leads to fun results.
Use it or come up with your own.

Constraint Satisfaction With Sudoku

Solving sudoku using constraint satisfaction.