Recent Posts

Making Money with Programming

5 minute read

How much do you know about Making money with programming in this decade? It is getting broader and more expansive. With the availability of a wide range of i...

Auto-encoders from Scratch in Python

6 minute read

Auto-encoders from scratch will be done over the concept of Neural Network from Scratch that I already did. You can find it on my following blogs. Feed Fo...

Finding DateTime in Text Using Python

6 minute read

Why do we need to find DateTime in the text? In the field of data science, we often have to deal with various kinds of data and one of the common is Text dat...

Basics of Stock Backtesting in Python

17 minute read

Stock Backtesting in Python is way of testing our strategy in a historical data to see if our strategy makes any money or not. Let’s start with a simple stor...

Basics of Multi-threading in Python

8 minute read

Multi-threading in Python is often used when there are tasks related to I/O bound. But before going further, let’s take a few examples where multi-threading ...