New Blog Entry

This is my first try at using github pages to host my blog. I've never used it before, but I think it would be a better way to show what I'm learning.

The following is some python code:

my_list = [1, 2, 3, 4]
new_list = [i * 2 for i in my_list]

links

social