Monday, October 28, 2019

python @features part2

Python Features

Python provides lots of features that are listed below.






1) Easy to Learn and Use

Python is easy to learn and use. It is developer-friendly and high level programming language.

2) Expressive Language

Python language is more expressive means that it is more understandable and readable.


3) Interpreted Language
Python is an interpreted language i.e. interpreter executes the code line by line at a time. 
This makes debugging easy and thus suitable for beginners.

4) Cross-platform Language

Python can run equally on different platforms such as Windows, Linux, Unix and Macintosh etc. 
So, we can say that Python is a portable language.

5) Free and Open Source

Python language is freely available at offical web address.The source-code is also available.
 Therefore it is open source.

6) Object-Oriented Language

Python supports object oriented language and concepts of classes and objects come into existence.

7) Extensible

It implies that other languages such as C/C++ can be used to compile the code and thus 
it can be used further in our python code.

8) Large Standard Library

Python has a large and broad library and provides rich set of module and functions for
 rapid application development.

9) GUI Programming Support

Graphical user interfaces can be developed using Python.

10) Integrated

It can be easily integrated with languages like C, C++, JAVA etc.

Friday, October 25, 2019

PYTHON INTRODUCTION


                           PYTHON  TUTORIAL  

INTRODUCTION: Python tutorial provides basic and advanced concepts of Python. Our Python tutorial is designed for beginners and professionals.


        

        
Our Python tutorial includes all topics of Python Programming such as installation, statements, Strings, Lists, Tuples, Dictionary, Modules, Exceptions, Date and Time, File I/Programs, etc. There are also given Python interview questions to help you better understand Python Programming.



PYTHON INTRODUCTION:

Python is a general purpose, dynamic, high level, and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures.
Python is easy to learn yet powerful and versatile scripting language, which makes it attractive for Application Development.
Python's syntax and dynamic typing with its interpreted nature make it an ideal language for scripting and rapid application development.
Python supports multiple programming pattern, including object-oriented, imperative, and functional or procedural programming styles.
Python is not intended to work in a particular area, such as web programming. That is why it is known as multipurpose programming language because it can be used with web, enterprise, 3D CAD, etc.






PYTHON INTRODUCTION:

VIDEO: