With a (questionable) mathematics background and naturally interested in computer science, I'm exploring how code can change the world. I love Python, sci-fi, puzzles and turning complexity into simplicity. Current obsession: AI, Reinforcement learning.
Find meOverall, graph search can fall either under the uninformed or the informed category. The difference between the two is that the first one (uninformed) is naive or blind - meaning it has no knowledge of where the goal could be, while the second one (informed) uses heuristics to guide the...
I’ve always been a simple person. I appreciate clean lines as a minimalist would, and my thought patterns have always been like a reverse binary tree. Starting from the bottom and finding the top; deductive; focused on the big picture. And so it’s in my nature to appreciate simplicity, minimalism...
Python’s os.walk() is a method that walks a directory tree, yielding lists of directory names and file names. If you’re not close friends though, it can appear tricky to control. It may flood your screen with hidden files or generally have poor boundaries! This is my effort for you guys...
If you’re trying to get your blog set up with Jekyll there is a very likely case that at some point you will find yourself facepalming in despair. Well, I’m here to save you some time and address some of the problems you might bump into. Assuming you have installed...