0% found this document useful (0 votes)
4 views1 page

Cls10advpython 20072024 085121

Uploaded by

jainishu1503
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Cls10advpython 20072024 085121

Uploaded by

jainishu1503
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Class X

Unit - Advance Python

Q1 Define Jupyter Notebook?


Ans: The Jupyter Notebook is an incredibly powerful tool for interactively developing and presenting AI
related projects.
Jupyter Notebook is an open-source, web-based interactive environment, which allows you to create and
share documents that contain live code, mathematical equations, graphics, maps, plots, visualizations, and
narrative text. It integrates with many programming languages like Python, PHP, R, C#, etc

Q2 What are the advantages of Jupyter Notebook?


Ans: Advantages
 All in one place features
 Easy to convert- allows users to convert the notebooks into other formats such as HTML and PDF
 Easy to share
 Language independent

Q3 Define virtual environment?


Ans: A virtual environment is a tool that helps to keep dependencies required by different projects
separated, by creating isolated Python virtual environments for them. This is one of the most important
tools that most of the Python developers use.

Q4 Why Python for AI?


Ans: Reasons
 Easy to learn, read and maintain
 A broad standard library
 Portability and compatibility
 Extendable
 Scalable

Q5 Mention the different Applications of Python?


Ans: applications
 Web and internet development
 Business applications
 Games & 3D graphics
 Software development
 Education

Important points to remember


 The easiest way to install and start using Jupyter Notebook is through Anaconda. Anaconda is the
most widely used Python distribution.
 A kernel provides programming language support in Jupyter. IPython is the default kernel for
Jupyter Notebook
 Python is a programming language which was created by Guido Van Rossum

You might also like