Fell in love with a dumb machine that does exactly what I instruct it to do, when and how. Hoping our relationship makes the world a better place. || SOFTWARE ENGINEER
Recursion is a building block every programmer should have in their abilities to be able to solve problems. We can write a solution to a…
Continue Reading →Contributing to open-source, is it worth it? In this article, I will share with you why, as a software engineer, you should contribute to…
Continue Reading →Pandas is an open-source library built on top of NumPy. It allows fast data analysis, data cleaning and preparation. It also has built-in…
Continue Reading →Numpy (Numerical Python) is a linear Algebra Library for python programming. Numpy helps with scientific computation with python. It is…
Continue Reading →Before Object Oriented Programming we have procedural programming which has a lot of disadvantages such as the inability to reuse code…
Continue Reading →