Labaran Adam

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-- A misunderstood- Topic

September 12, 2020

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 →

Is It Worth Contributing To Open-Source!

July 9, 2020

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 →

Data Analysis With Panda

April 13, 2020

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 →

Ultimate Guide To Numpy For Machine Learning

March 27, 2020

Numpy (Numerical Python) is a linear Algebra Library for python programming. Numpy helps with scientific computation with python. It is…

Continue Reading →

Object Oriented Programming Concept

February 12, 2020

Before Object Oriented Programming we have procedural programming which has a lot of disadvantages such as the inability to reuse code…

Continue Reading →