Page 191 - Ai Book - 10
P. 191
S.No. Icon Name of Icon Description
4 Copy Selected Cell As its name implies, this icon is used to copy the selected
cell.
5 Paste Cells Below This icon is used to paste the copied cell contents below the
selected cells.
6 Move Selected Cells Up This icon is used to move the selected cells in the upward
direction.
7 Move Selected Cells Down This icon is used to move the selected cells in the downward
direction.
8 Run This icon is used to run the lines of code written by you.
9 Interrupt the Kernel This icon is used to break the execution of the selected cell.
10 Restart the Kernel This icon is used to restart the selected kernel.
11 Code List Box With the help of Code List Box icon, you can select the type
of a cell like Markdown, Raw NBConvert and Heading.
12 Open the Command Palette This icon will display all the features of Jupyter Notebook
on a single click.
INTRODUCTION TO PYTHON
Python is a programming language developed by Guido Van Rossum in 1991. It is widely used for Rapid Appli-
cation Development as it supports various kinds of modules and packages which enhance the modularity and
reusability of a program as it is an easy-to-learn, high-level, interpreted, interactive and object-oriented pro-
gramming language.
It is worldwide popular due to the following features:
u Easy-to-Use: Python is a compact and very easy to use programming language due to its simple structure
and clearly defined syntax.
u Cross-Platform Language: Python programming language can easily run well on various platforms such as
Windows, UNIX/LINUX etc.
u Interpreted: It is an interpreted language, i.e. the Python code is executed line by line at a time. This makes
Python an easy-to-debug language.
u Open Source: Python is an open source language which means you can make modifications in the source
code anytime.
u Object-Oriented language: As you know, Object oriented programming technique is a style or technique of
programming which is used to encapsulate code within objects. The concept of OOPs is a major feature of
Python.
65
65