Page 176 - AI Ver 1.0 Class 10
P. 176
UNIT 3
ADVANCE PYTHON
Learning Outcomes
• Introduction to Anaconda • Understanding Jupyter Notebook
• What is a Virtual Environment? • Working with Jupyter Notebook
• Introduction to Python • Why Python for Artificial Intelligence
• Applications of Python • Recap of Python Basics
As we have learnt about basic of Python in the previous class. Now, in this chapter we will learn about some
more about Python. We will learn about Anaconda, Jupyter Notebook.
Introduction to Anaconda
Anaconda is developed and maintained by Peter Wang and Travis Oliphant founders of Anaconda, Inc., in 2012.
It is a popular, free and open-source distribution of Python and R for Windows, Linux, and macOS. It has a
Python interpreter and a large collection of packages used for Data Science, Machine Learning, Deep Learning
that simplifies the process of package management and deployment. It gives you the facility of working on all
Domains of AI at one place by installing many packages with a single installation process.
Anaconda Prompt is an Anaconda's Command Line Interface used for Python programming by creating different
virtual environments and using the installed packages. You can open this Anaconda Prompt by writing “Anaconda
Prompt” in the windows search bar.
Anaconda Navigator is an alternative to the Anaconda Prompt. It is a desktop graphical user interface included
in Anaconda that allows you to configure, install, and launch tools such as Jupyter Notebook. Jupyter notebook
can easily be accessed using the Anaconda Prompt with the help of a local host.
Follow the given steps to install Anaconda for Windows.
1. Visit the web site: https://www.
anaconda.com/distribution
174 Touchpad Artificial Intelligence-X

