Page 167 - AI_Ver_3.0_class_11
P. 167
Step 5: Click on the Install Now button.
Step 6: Follow the instruction given on the Installation Wizard that will guide you through the installation process.
After completing the installation process, Python will be installed on your system.
Brainy Fact
Python is widely used by numerous major companies, including Google, Facebook, and Amazon.
Variety of Python Editors
Python offers a wide range of editors and integrated development environments (IDEs) that cater to different needs and
preferences. Some of the popular ones are described as follows:
• Python IDLE: IDLE (Integrated Development and Learning Environment) is Python’s default IDE that comes bundled
with the standard distribution of Python.
• PyCharm: PyCharm is a professional IDE developed by JetBrains, available in both free (Community) and paid
(Professional) versions.
• Anaconda: Anaconda is a distribution of Python and R for scientific computing and data science. It includes a
package manager (conda) and many pre-installed libraries.
• Spyder: Spyder (Scientific Python Development Environment) is an open-source IDE that comes with Anaconda.
• Jupyter Notebook: Jupyter Notebook is an open-source web application that allows you to create and share
documents containing live code, equations, visualisations, and narrative text.
Let us learn about Jupyter Notebook in detail.
Jupyter Notebook
Jupyter Notebook is a powerful and versatile tool that revolutionises the way programmers and data scientists work
with code and data. By providing an interactive environment where code execution and rich media can coexist. Jupyter
Notebook facilitates a more dynamic and intuitive approach to programming. Users can write and run code in segments,
view the results immediately, and combine these outputs with formatted text and visualisations. It is widely used in data
science, scientific computing, and education.
Features of Jupyter Notebook are as follows:
• • Interactive Computing—Live Code Execution: Write and execute code in real-time, and see the results immediately
within the same document.
Python Programming 165

