Python is a high-level, interpreted, general-purpose programming language that can be used to build almost any type of application with the right tools and libraries. As a general-purpose language, Python supports objects, modules, threads, exception-handling and automatic memory management which help in modeling real-world problems and building applications to solve these problems.
Download as ODT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
18 views
Python Question1
Python is a high-level, interpreted, general-purpose programming language that can be used to build almost any type of application with the right tools and libraries. As a general-purpose language, Python supports objects, modules, threads, exception-handling and automatic memory management which help in modeling real-world problems and building applications to solve these problems.
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. What is Python?
Python is a high-level, interpreted, general-purpose programming language. Being a general-
purpose language, it can be used to build almost any type of application with the right tools/libraries. Additionally, python supports objects, modules, threads, exception-handling and automatic memory management which help in modelling real-world problems and building applications to solve these problems.