Setup
Let's talk about some of the useful python packages for this let's assume you have basic knowledge of Python or You know what python is and how it works. So packages are a bunch of python code written in python to achieve a specific task. In this section, we just talked about setup and in another section, you can learn these different packages Pandas Numpy Before this, we have to have any IDE or we can say text editors in our system to code, there are many famous IDE present for coding such as Atom, Visual Studio Code, Sublime Text, Jupyter Notebook etc but I highly recommend you to use Jupyter Notebook, because it is very easy to understand and we can see output line by line which make it different. So let's Install Jupyter Notebook into our system Installing Jupyter: Jupyter Notebook is a third-party library. We can install Jupyter Notebook by PIP so Please install Jupyter Notebo...