Erik Anderson

Erik Anderson @datadeverik

About: Better living through programming

Location:
Illinois
Joined:
Jul 18, 2019

Erik Anderson
articles - 44 total

Open Letter No. 1 To Ali Abdaal, Or, I Feel Personally Called Out

Responding to "🚀 Real Work vs Fake Work" Hey friend, I read your Sunday Snippets email...

Learn More 0 0Sep 4 '23

tldr: A Delightful Command Line Tool For Programmers In A Hurry

Quick! You need to get a shell command to do what it's supposed to do for you and you don't have time...

Learn More 0 3Aug 22 '23

How To Send Email With Python, Simply

Hello! I'm working on a video where I will use Python to send myself emails to help me sleep...

Learn More 2 0Aug 21 '23

Learn Python From Scratch - with futurecoder

I have recently found a neat new (to me) resource for learning Python. It's called futurecoder and...

Learn More 1 1Jul 15 '23

What do You want to see on YouTube?

Hello Dev community. I've recently felt renewed excitement about my YouTube Channel. I've been making...

Learn More 0 1Jul 15 '23

Cloud Resume Challenge: Some things I learned

I just completed v1 of my cloud resume challenge. It's available at erikresume.com. I say v1 because...

Learn More 1 0Feb 16 '23

A Video Solution to "Counting Sheep...", a Codewars Kata

I'm back at it again! Here's another video solution to a Codewars Kata.

Learn More 3 0May 5 '22

A Video Solution to 'Mumbling', a Codewars Kata

I'm back at it! Here's another video solution to a Codewars Kata.

Learn More 0 2Jul 23 '21

Live Coding (music) - The Sonic Pi Tutorial, section 1.1

Hi. Here's the fruit of my newest project: I'm working through the tutorial that ships with Sonic...

Learn More 0 0Jul 19 '21

I just discovered Sonic Pi

Sonic Pi is "The Live Coding Music Synth for Everyone". It lets your make music through code. I'm so...

Learn More 0 0Jul 19 '21

Video Solution(s) to List Filtering - a Codewars Kata

I'm trying a new thing (again) here: making videos for YouTube where I walk through the solution to a...

Learn More 1 0Mar 4 '21

Uber Surge Predicted with Machine Learning | Chicago

https://youtu.be/M016woop34c For starters, there's a youtube video, or you can just read below, if th...

Learn More 6 0Feb 12 '20

Cookiecutter Data Science for Dummies

I've benefited greatly from Cookiecutter Data Science, but I have not found it very beginner friendly...

Learn More 4 1Feb 4 '20

Week 0 Wrap

I've come to the end of the first or zero-eth week of the Metis Data Science Bootcamp. As I go over m...

Learn More 4 0Jan 13 '20

Lessons From Advent of Code: Tuple Unpacking

About 15 days ago, I gave up on Advent of Code for this year. Partly because I wanted to focus on fin...

Learn More 8 4Dec 25 '19

Investigating tree height of a red black tree

I'm implementing a red black tree in python, with the aim of learning about data structures and algor...

Learn More 3 2Dec 12 '19

I'm implementing a Red Black Tree in Python

... And you can play with it here: https://repl.it/@ErikKrisotferA/Red-Black-Tree Later I'll write a...

Learn More 4 2Dec 12 '19

I'm streaming coding live!

Live: implementing a red black binary search tree https://youtu.be/5TbF5hauluQ via @YouTube

Learn More 3 0Dec 11 '19

What to do with an eclectic background?

I'll start by getting to the point: What should I emphasize/de-emphasize in this background as I move...

Learn More 6 3Dec 1 '19

I'm streaming live coding challenges on twitch in 5 minutes!

Check it out here: twitch.tv/19bit

Learn More 7 0Nov 30 '19

Bug Squashing: A singly linked list python implementation | Part 3

In the past two episodes in this series, we defined a Node class, complete with __init__ and __str__...

Learn More 6 0Nov 29 '19

I'm streaming code wars right now

Check it out at twitch.tv/19bit

Learn More 3 1Nov 28 '19

A lesson in in-place sorting: the difference between sorted() and .sort() and why it matters.

I've been volunteering as a mentor on exercism.io. It's a website for doing mentored code exercises,...

Learn More 14 0Nov 28 '19

Counting down to 1K followers

I'm almost at one thousand followers (993 and counting), and I'm unreasonably excited about it. Inter...

Learn More 4 0Nov 28 '19

My Data Science Hello World

I've been inspired by Nityesh Agarwal and his Build to Learn community to build a data science projec...

Learn More 10 0Nov 28 '19

What, you may ask, is a Treap?

Computer scientists have funny names for things. A treap is a tree and a heap. Specifically a binary...

Learn More 5 0Nov 27 '19

Singly Linked List: A Python Implementation | Part 2 | __str__ Method

In the previous post, I started by making a Node class. I also included an __init__ method, to make...

Learn More 6 1Nov 26 '19

Why is a Docker container not a virtual macine?

I'm not clear on the difference between a virtual machine and a container. They both seem to be tryin...

Learn More 6 6Nov 25 '19

Singly Linked List: A Python Implementation

Recently in my computer science course I implemented a singly linked list for an assignement. To soli...

Learn More 23 6Nov 22 '19

Python Dictionary Implementation Question

I'm curious about the implementation of dictionary in python. I'm learning about hash tables in my co...

Learn More 4 5Nov 18 '19