The Types of Data Engineers

Overview

We all know that in the last few years the position of data engineer, together with data science, has been in high demand on the market.

However, we can still observe in the market a certain discrepancy in the technical profile of a data engineer. I’m talking about this point specifically for the Latin American region, maybe elsewhere in the world this is more advanced.

Building a Small Bank With Clojure

Clojure is a passionate language that uses strong mathematical expressions for you to write code. While I am not a language expert, in any language, in fact, I have a general profile. Therefore, I decided to create a small banking application for studying and testing purposes.

Before begin, I have three book recommendations:

How to Write MatLab Functions in Python

Overview

Recently in my work, I was re-writing algorithms developed in MatLab to Python, some functions are not so simple to adapt, especially the array functions that are called Cell Arrays.

MatLab has an API where you can call MatLab functions via Python. The idea, however, was not to use MatLab, but the same algorithm works the same way using only Python and NumPy, and the GNU Octave also has an API similar to that of MatLab.