Skip to main content

python interview question

Following are the frequently asked python interview question

1. What is python?

Comments

Popular posts from this blog

Pillow - Python Imaging Library

Python Imaging Library (abbreviated as PIL) (in newer versions known as Pillow) is a free library for the Python programming language that adds support for opening, manipulating, and saving many different image file formats. It is available for Windows, Mac OS X and Linux. The latest version of PIL is 1.1.7, was released in September 2009 and supports Python 1.5.2–2.7, with Python 3 support to be released "later" $pip install pillow

Gunicorn - Python WSGI HTTP Server for UNIX

Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork worker model. The Gunicorn server is broadly compatible with various web frameworks, simply implemented, light on server resources, and fairly speedy. $ pip install gunicorn

Python - Introduction

Python is an objected oriented programming language. Flavors of python are, CPython : This is the standard python language written in C programming language. This can be downloaded from  https://www.python.org/downloads/ .  Jython: Earlier known as JPython. It implementation of python meant to be run on Java Programming platform. IronPython: Just like Jython this is another implementation of python meant to be run on .NET Framework. PyPy: This is the implementation of python using the python language. RubyPython: This encloses python inside Ruby application StacklessPython Pythonxy AnacondaPython