KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

How is Python useful for the following applications? Explain in brief.

(a) Game Development

(b) Artificial Intelligence

Getting Started

1 Like

Answer

(a) Game Development — Like Java and C++, Python also has various modules that support the development of video and 3D games. For example, PySoy is a 3D game engine which enables the users to develop interactive games. Some popular games which have been built using Python are Disney's ToonTown Online, Vega Strike, etc.

(b) Artificial Intelligence — Artificial Intelligence is the technology that makes use of machines, like computer systems or robots, to think and learn like the human mind. This can be done by developing computer system and algorithms that are capable of learning from data, reasoning, understanding natural language, perceiving their environment and adapting to new situations. Python is widely used in Artificial Intelligence due to its simplicity, readability and the availability of extensive libraries.

Answered By

1 Like


Related Questions