Introduction to Python

What is Python?

We may know this a general purpose programming language. It is very high level interpreted  scripting language. Python is very simple language , so if you don’t have any programming knowledge it can learn from scratch.

 

Why we need Python?

– Maintainability of Code

Python syntax rule allow you to express in code in systematic manner, Unlike other languages pythons prioritize on code readability. The readable and clean code will help in maintain the software .

Multiple Programming Pattern
Python support several programming pattern, like object-oriented and structure language fully.
It Feature dynamic type and auto memory management system. It will help you develop large and complex software application.

Compatibility
Python is supported is many major platforms(Operating System). It allow you to run code on multiple platform without recompiling again.

Robust Library
Python has tremendously robust standard library. Standard library allow user to choose from wide range of modules to enable various functionalities. User can also install external library using pip

What are the uses of python?

– Complex Software Development

It is used for complex scientific and numeric application development.

Data Analysis

It is designed for data analysis and visualization, use for big data solution. It helps us to visualize data in an effective way.

Web-development

Python shines in the area of web development. Python provides several frameworks like Django, web2py, CherryPy. Dropbox, Spotify, Reddit and Netflix are one of the world popular website created based on these frameworks.

  

Software development

We can create command based software application and GUI based application also.

Web Scraping

Real-time analysis of various products and services like trivago and policybaazar.

Game Development

Some of the general implementation are simulation, game architecture, graphics, UI and Networking.

Artificial Intelligence

AI is applied on analytics to build prediction that can help user to create better strategies to achieve great result.

Characteristics of Python

  • Python is executed at runtime by interpreter. We don’t need to compile the program before execution.
  • Python is open source and has extensive support libraries.
  • Python supports functional and structured programming methods as well as OOP.
  • Python has a simple syntax similar to the English language.
  • Python provides rich data types and supports dynamic type checking.
  • Python supports automatic garbage collection.
  • Python can connect to the database systems. It can also read and modify files.
  • python can be used to perform complex mathematical.
  • Python relies on indentation to define the scope of loops, functions and classes. Other programming languages often use curly-brackets for this purpose.

.     .     .

Leave a Reply

Your email address will not be published. Required fields are marked *

Python Tutorials