Hey! I'm Edgar Ramírez, a Chemical Engineer working on Python backend applications, data engineering and packaging.
Below is the list of all my blog posts.
Exploring Google's ortools - Part 1
Introduction to linear programming and optimization with ortools.
TIL: Ferret and FQL
Where I explore Ferret, a cool declarative approach to web scraping!
Make Array Consecutive
Bob has statues of different sizes, each statue having a non-negative integer size. He wants to arrange them so that each statue will be bigger than the previous one exactly by 1. He may need some additional statues to be able to accomplish that. Help him figure out the minimum number of additional statues needed.
Based on a Javascript challenge by @PizzaPokerGuy.