Introduction & Features Of Python
- Get link
- X
- Other Apps
The Python mediator and the broad standard library are openly accessible in source or paired structure for all significant stages from the Python Web webpage, http://www.python.org/, and might be unreservedly conveyed. A similar site likewise contains appropriations of and pointers to numerous free outsider Python modules, projects and apparatuses, and extra documentation.The Python mediator is handily stretched out with new capacities and information types carried out in C or C++ (or different dialects callable from C). Python is additionally appropriate as an augmentation language for adaptable applications.
In case you're an expert programming designer, you may need to work with a few C/C++/Java libraries however track down the standard thing compose/incorporate/test/re-assemble cycle is excessively lethargic. Maybe you're composing a test suite for such a library and discover composing the testing code a monotonous assignment. Or then again perhaps you've composed a program that could utilize an augmentation language, and you try not to need to plan and execute a totally different language for your application. Python is the perfect language for you
You could compose a Unix shell content or Windows clump documents for a portion of these errands, however shell scripts are best at moving around documents and changing content information, not appropriate for GUI applications or games. You could compose a C/C++/Java . program, yet it's anything but a ton of improvement time to get even a first-draft program. Python is less difficult to utilize, accessible on Windows, Mac OS X, and Unix working frameworks, and will assist you with taking care of business all the more rapidly.
Python is easy to utilize, however it's anything but a genuine programming language, offering significantly more construction and backing for enormous projects than shell scripts or clump records can offer. Then again, Python likewise offers significantly more blunder checking than C, and, being an undeniable level language, it has significant level information types worked in, it has high-level data types which is built in, such as dictionaries and flexible arrays. As a result of its more broad information types Python is pertinent to a lot bigger issue area than Awk or even Perl, however numerous things are in any event as simple in Python as in those dialects.
Python permits you to part your program into modules that can be reused in other Python programs. It's anything but an enormous assortment of standard modules that you can use as the premise of your projects—or as guides to begin figuring out how to program in Python. A portion of these modules give things like document I/O, and even interfaces to graphical UI tool compartments like Tk. Python is a deciphered..interpreted language, which can save you extensive time during program advancement on the grounds that no
compilation and linking is fundamental. The interpreter can be utilized intelligently, which makes it simple to try different things with highlights of the language, to compose discard programs, or to test capacities during base up program improvement. It's anything but a convenient work area mini-computer.
Python empowers projects to be composed minimalistically and lucidly. Projects written in Python are regularly a lot more limited than identical C, C++, or Java programs, for a few reasons:
•in a single statement the high-level data types allow you to express complex operations
• explanation gathering, indentation is finished by space as opposed to starting and finishing sections;
• no veriable or argument declaration are vital.
Python is extensible: on the off chance that you realize how to program in C it is not difficult to add another inherent capacity or module to the mediator, either to perform basic tasks at greatest speed, or to interface Python projects to libraries that may just be accessible in python libraries
Features Of Python :
1. Python is Simple to code:
Python is an very very easy and simple programming language. Python is not difficult to gain proficiency with the language when contrasted with different dialects like C, C#, Javascript, Java, and so on It is not difficult to code in python language and anyone can learn python rudiments in a couple of hours or days. It's anything but an engineer cordial language..
2. Free and Open Source:
Python language is unreservedly accessible at the authority site and you Since it is open-source, this implies that source code is likewise accessible to general society. So you can download it as, use it just as offer it..
3. Article Oriented Language:
One of the critical highlights of python is Object-Oriented programming. Python upholds object-arranged language and ideas of classes, objects encapsulation, and so on
4. GUI Programming Support:
Graphical User interfaces can be made utilizing a module like PyQt4, wxPython, or Tk in python. PyQt5 is the alternative for making graphical applications with Python....
5. Significant Level Language:
Python is a significant level language. At the point when we compose programs in python, we don't have to recall the framework design, nor do we need to deal with the memory.
6. Python is Portable language:
Python language is additionally a flexible
7. Python is Integrated language:
Python is additionally an Integrated language since we can undoubtedly coordinated python with different dialects like c, c++, and so on
8.Interpreted Language:
python is interpreted because at a time line by line Python code is executed. like different dialects C, C++, Java, and so on there is no compelling reason to aggregate python code this makes it simpler to troubleshoot our code. The source code of python is changed over into a quick structure called bytecode...
9. Enormous Standard Library:
Python has an enormous standard library which gives a rich arrangement of module and capacities so you don't need to compose your own code for each and every thing. There are numerous libraries present in python for like standard articulations, unit-testing, internet browsers, and so forth...
10. Powerfully Typed Language:
Python is a dynamically composed language. That implies the sort (for instance int, twofold, long, and so forth) for a variable is chosen at run time not ahead of time as a result of this element we don't have to determine the kind of factor..
- Get link
- X
- Other Apps
Comments
Post a Comment