PDA

View Full Version : What is python Language ..?



pihu147741
11-07-2019, 01:41 AM
Hello friends,

I Want to know that What is python Language ..?

Maria Jonas
11-07-2019, 01:46 AM
You have an astrology business, what would you do with Python?

rickylarson
11-07-2019, 01:56 AM
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse



Professional SEO Services
(https://www.solutionsurface.com/seo-services/)

WoodsPainting
11-07-2019, 02:17 AM
Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks.

vashilove
11-07-2019, 02:47 AM
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

sophiawils59
11-07-2019, 03:09 AM
@pihu147741 this is not a programming language forum category. Please post a thread that is related to the category.

RH-Calvin
11-07-2019, 09:17 AM
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

jayam
02-07-2020, 06:09 AM
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. ... Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse.

GeethaN
02-07-2020, 06:53 AM
Can Python be used to replace PHP? - Yes
Is Python used to connect to databases like PHP? - Yes
Why would people use Python? - Simple to use, start and maintain
How would it benefit a dynamic website? - Use it with a suitable framework like Django or Flask. For front end you can use Javascript & jQuery stuffs just as you do with PHP
Is it made/used for dynamic websites? - Of course. Try learning Python 2.7 and Django 1.8. It's really awesome combination.

yuva12
02-07-2020, 08:34 AM
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.

ritesh3592
02-08-2020, 01:31 AM
Enough answers are given, I think @op should close the thread now!!

dombowkett
02-10-2020, 10:24 AM
Python is a coding language which is used to design websites & online applications.

Sherin
05-22-2020, 01:56 AM
Python is a popular programming language. It was created by Guido van Rossum, and released in 1991.

It is used for:

web development (server-side),
software development,
mathematics,
system scripting.

What can Python do?
Python can be used on a server to create web applications.
Python can be used alongside software to create workflows.
Python can connect to database systems. It can also read and modify files.
Python can be used to handle big data and perform complex mathematics.
Python can be used for rapid prototyping, or for production-ready software development.

GeethaN
05-22-2020, 12:37 PM
Python is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.