Responding to "🚀 Real Work vs Fake Work" Hey friend, I read your Sunday Snippets email...
Quick! You need to get a shell command to do what it's supposed to do for you and you don't have time...
Hello! I'm working on a video where I will use Python to send myself emails to help me sleep...
I have recently found a neat new (to me) resource for learning Python. It's called futurecoder and...
Hello Dev community. I've recently felt renewed excitement about my YouTube Channel. I've been making...
I just completed v1 of my cloud resume challenge. It's available at erikresume.com. I say v1 because...
I'm back at it again! Here's another video solution to a Codewars Kata.
I'm back at it! Here's another video solution to a Codewars Kata.
Hi. Here's the fruit of my newest project: I'm working through the tutorial that ships with Sonic...
Sonic Pi is "The Live Coding Music Synth for Everyone". It lets your make music through code. I'm so...
I'm trying a new thing (again) here: making videos for YouTube where I walk through the solution to a...
https://youtu.be/M016woop34c For starters, there's a youtube video, or you can just read below, if th...
I've benefited greatly from Cookiecutter Data Science, but I have not found it very beginner friendly...
I've come to the end of the first or zero-eth week of the Metis Data Science Bootcamp. As I go over m...
About 15 days ago, I gave up on Advent of Code for this year. Partly because I wanted to focus on fin...
I'm implementing a red black tree in python, with the aim of learning about data structures and algor...
... And you can play with it here: https://repl.it/@ErikKrisotferA/Red-Black-Tree Later I'll write a...
Live: implementing a red black binary search tree https://youtu.be/5TbF5hauluQ via @YouTube
I'll start by getting to the point: What should I emphasize/de-emphasize in this background as I move...
Check it out here: twitch.tv/19bit
In the past two episodes in this series, we defined a Node class, complete with __init__ and __str__...
Check it out at twitch.tv/19bit
I've been volunteering as a mentor on exercism.io. It's a website for doing mentored code exercises,...
I'm almost at one thousand followers (993 and counting), and I'm unreasonably excited about it. Inter...
I've been inspired by Nityesh Agarwal and his Build to Learn community to build a data science projec...
Computer scientists have funny names for things. A treap is a tree and a heap. Specifically a binary...
In the previous post, I started by making a Node class. I also included an __init__ method, to make...
I'm not clear on the difference between a virtual machine and a container. They both seem to be tryin...
Recently in my computer science course I implemented a singly linked list for an assignement. To soli...
I'm curious about the implementation of dictionary in python. I'm learning about hash tables in my co...