2022-11-28
|~2 min read
|357 words
My goal is to be a competent command line programmer. I knew that in order to make that happen, I would have to get very comfortable reading…
2022-11-28
|~3 min read
|601 words
Lists in Python are similar to arrays, though there are some idiosyncrasies to how the methods work in Python (at least relative to…
2022-11-28
|~4 min read
|627 words
When you manage a web-app fully with React, it’s easy to forget that there’s HTML involved. You add the tag to the body, give it a as a…