Pythonpage1b

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

B)

AIM: To write a program intentionally to raise indentation error.

Software Used: Jupyter Notebook(Google Colab)

Introduction:

Python is a high-level, interpreted programming language that is widely used in various fields such as
scientific computing, data analysis, web development, artificial intelligence, and more. It was created by
Guido van Rossum and first released in 1991. Python is known for its clear and concise syntax, which
makes it easy to read and write code, as well as its vast standard library and active community of
developers. Python is an object-oriented language that supports various programming paradigms such as
procedural, functional, and imperative programming. It is also dynamically typed, meaning that data types
are determined at runtime rather than at compile time, which makes it more flexible than statically typed
languages. Python offers a wide range of libraries and tools that make it easier to work with laboratory
data, including NumPy for numerical computations, Pandas for data manipulation, Matplotlib for data
visualization, and SciPy for scientific computing. It also has powerful machine learning libraries such as
TensorFlow and PyTorch that allow researchers to build and train sophisticated models. Overall, Python
is a versatile and powerful programming language that can be used for a wide range of applications. Its
simplicity, ease of use, and large community make it an excellent choice for beginners and experienced
programmers alike. Python is an interpreted language, which means that it can be run without the need
for compiling. This allows researchers to test their code quickly and iterate on their ideas faster.
Additionally, Python is cross-platform and can be run on various operating systems, making it easy for
researchers to work on their preferred platform.

Source Code and Output:


a)
-

You might also like