answersLogoWhite

0


Best Answer

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. 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. 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. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

OnlineITGuru Providing Python Online Training

Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.

User Avatar

mahesh reddy

Lvl 3
3y ago
This answer is:
User Avatar
More answers
User Avatar

mahesh reddy

Lvl 3
3y ago

Python is a high-level, general-purpose and a very popular programming language. Python programming language (latest Python 3) is being used in web development, Machine Learning applications, along with all cutting edge technology in Software Industry. Python Programming Language is very well suited for Beginners, also for experienced programmers with other programming languages like C++ and Java.

Python is a general-purpose coding language—which means that, unlike HTML, CSS, and JavaScript, it can be used for other types of programming and software development besides web development.

Python can be used for things like:

Back end (or server-side) web and mobile app development

Desktop app and software development

Processing big data and performing mathematical computations

Writing system scripts (creating instructions that tell a computer system to “do” something)

But don’t let Python’s broad range scare you. Just like those more familiar-sounding languages, Python is an easy to learn, in-demand programming language that can exponentially increase your chances of getting hired and income in a matter of months.

(back to top)

Who is Python Good For?

Python is a rising star in the programming world for two main reasons: the big range of tasks it can handle, combined with the fact that it’s actually a very beginner-friendly language. Python code syntax uses English keywords, and that makes it easy for anyone to understand and get started with the language. For example, take a look at the code you’d use to print the text “Hello World” on your screen using the programming language Java:

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you know about Python programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When was Core Python Programming created?

Core Python Programming was created in 2000.


How many pages does Core Python Programming have?

Core Python Programming has 1136 pages.


What is the ISBN of Core Python Programming?

The ISBN of Core Python Programming is 0-13-226993-7.


Which programming language will have demand in 2013?

python...


What is scientific programming language?

Python and Matlab


Where can you submit games coded in Python programming language?

If you are using Pygame submit them at pygame.org If you are using another library i do not know.


What is the difference between is BASIC vs. Python?

Feature-by-feature, how powerful is BASIC vs. Python programming


What is jython?

Jython is a version of the Python programming language that is integrated with the Java programming language, allowing you to mix Java and Python code and run both on the Java Virtual Machine.


Is python 2.2 a antivirus software?

Python is a programming language, it is used to make computer programs. so you could write an antivirus using python.


How do you fix a nameerror in python programming?

By typing the name correctly.


IN which Programming language is Cisco IOS made?

Python script?


What in computing is java python and c?

They are all programming languages.