You are on page 1of 3

2.

INTRODUCTION

Python is an interpreted, high-level, general-purpose programming language. Its high-


level built in data structures, combined with dynamic typing and dynamic binding, make it
very attractive for Rapid Application Development, as well as for use as a scripting or glue
language to connect existing components together. Its language concept and object-oriented
approach aim to help programmers write clear, logical code for small and large-scale
projects.

 Python is syntactically similar to the ABC programming language, and its


language constructs and object-oriented approach aim to help programmers
write clear, logical code for small and large-scale projects.
 Python is dynamically typed and has automatic memory management, making
it easy to use. It is also portable and can run on many different platforms.
 Python is a popular choice for web development, data science, machine
learning, and artificial intelligence. It is also used in many other fields, such as
scientific computing, GUI development, and game development.

Here are some of the features of Python:

*Powerful and versatile

*Portable and scalable

*Free and open-source

*Large and active community

Python is popular for several reasons. Here's a deeper look at what makes it versatile
and easy for coders to use.

*It has a simple syntax that mimics natural language, so it’s easier to read and
understand. This makes it quicker to build projects and faster to improve on them.
*It’s versatile. Python can be used for many different tasks, from web development to
machine learning.

*It’s beginner friendly, making it popular for entry-level coders.

*It’s open source, which means it’s free to use and distribute, even for commercial
purposes.Python’s archive of modules and libraries—bundles of code that third-party users
have created to expand Python’s capabilities—is vast and growing.

*Python has a large and active community that contributes to Python’s pool of modules
and libraries and acts as a helpful resource for other programmers. The vast support community
means that when coders need help, finding a solution is relatively easy; somebody has likely
encountered the same problem before.

ABOUT SQL:

Structured Query Language (SQL) is a programming language used to manage,


organize, and manipulate data in relational databases. SQL is a database language that can
perform actions on databases that are made up of tables with rows and columns.

SQL is used to:

*Create databases

*Define database structure

*Implement databases

*Perform functions on databases

*Access, maintain, and manipulate existing databases

*Enter, modify, and extract data in a database

Structured query language (SQL) is a programming language for storing and


processing information in a relational database. A relational database stores information in
tabular form, with rows and columns representing different data attributes and the various
relationships between the data values.

You might also like