The spider is the python code editor, which is equivalent to the simple black console of python. I just told you earlier that I can execute code here and promptly get the results. The good thing about a spider is that it also has an editor, which appears on the Left-hand side of the screen. The editor is where you can write scripts of code and execute them in advance.

If you do not know how to install the Spider, then read out our article on how to install Python via anaconda. 

how to install spider

So that is what I want to tell you about the Spider in this article. Let us see what else was installed with the Anaconda bundle to get a list of everything installed.

How to find the python libraries?

how to find the python libraries

Just go to the terminal through the command line and type the code list and what you see is the list of features that has been installed with anaconda. You can see Python among them and Spider as well as you see here we also have other libraries that were installed with anaconda on the very most serve for different purposes.

These libraries are like extensions that you may want to use for performing special operations.

For example, if you want to perform a musical analysis, the musical analysis library is not hereby default.

So I'll teach you later on how to install Extra libraries that are not included here but here you have some other libraries,

For example, we have Numpy here.

What is the Numpy library, and how to install it in Python?

Numpy is a library that allows you to perform numerical computations in Python and to use these libraries in Python to use the features of these libraries in Python. You have to import the library just like go to Ipython import the Numpy library.


You go back to the python console and write import Numpy. If you did not get any error here, that means the library Numpy has been successfully imported, and now you can use these features to make the program of your needs.

How to install libraries in python?

If you're interested in any particular library that is not installed by default when you install Python, I can show you the quickest way to install your desired library. Let us say you are interested in music audio analysis.

You have a particular library called PC sets. The PC sets library is a real library that stands for peach class and useful musical analysis.


Now to install the library, all you need to do is open your terminal and "Pip install Pc sets" the name of the library, which in this case is pc sets. The library has been successfully installed. 


So the trick here is done by the Pip library. So Pip is yet another python library that came installed by default with the Anaconda installation. The library does because it downloads the pc sets library from its online repositories than it is towards the library on your computer.

You can go ahead now and import the pc sets library in Python to see if it's working well. So that's how to get libraries very quickly.

And that's also what I wanted to teach you in this section up. Everything went well on your site. If not, feel free to drop a question in the comment section.