Documentation :
Documentation :
Introduction
Python has become the most popular interpreted programming language for data analysis and scientific
computing.it is a straightforward language that everyone can understand. this guide will help you get started with Python.
setting up your environment
For writing a program or visualizing the data firstly we need to set up the environment to perform
any specific task. we recommend using Anaconda comes with Python and Jupiter Notebook.
to install anaconda
We need to go to the Anaconda website to get the download option Click on the download option.
Once Anaconda is installed, you can launch Jupiter Notebook.
Conclusion
There are a few essential libraries for data analysis in Python, such as Pandas, Matplotlib, seaborn, etc. All these libraries can be imported.

Comments
Post a Comment