Page 181 - Ai Book - 10
P. 181
3 3 Advance P
Advance Pythonython
u Introduction to Anaconda u Introduction to Python
u Installing Anaconda u Python Basics
u Jupyter Notebook u Python Indentation
u Jupyter Notebook Interface
In the previous class, you have learnt the basics of Python. In this chapter, we will learn Python programming
using Jupyter notebook.
INTRODUCTION TO ANACONDA
Anaconda is a free and open source distribution of the Python programming language which is used for scientific
computing. It is developed and maintained by Anaconda, Inc., which was founded by Peter Wang and Travis
Oliphant in 2012.
Anaconda Prompt is an Anaconda’s command line interface used for writing Python programs in different virtual
environments.
Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda distribution that allows
users to launch applications and manage conda packages, environments and channels without using command-
line commands. It is available for Windows, MacOS and Linux.
The following applications are available by default in Navigator:
u JupyterLab u Spyder u RStudio
u Jupyter Notebook u Glue
u QtConsole u Orange
Knowledge Botwledge Bot
Kno
Jupyter Notebook is a client-server application that allows editing and running notebook documents
via a web browser.
55
55