Python Tutorial 2

Which Websites use python:

  1. PINTEREST
  2. INSTAGRAM
  3. SPOTIFY
  4. Netflix. 
  5. Uber. 
  6. Dropbox. 

What is the use Of python ?

You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks


How to Web Scrape with Python in 4 Minutes - Towards Data Science


Python is one of the most popular programming language.

Reasons Why You Must Consider Writing Software Applications in Python

1) Readable and Maintainable Code
2) Multiple Programming Paradigms
3) Compatible with Major Platforms and Systems
4) Robust Standard Library
5) Many Open Source Frameworks and Tools
6) Simplify Complex Software Development
7) Adopt Test Driven Development


Application of python:  python.org


Python is used in many application domains. Here's a sampling.
  • The python package index lists thousands of third party modules for Python.

Web and Internet Development

Python offers many choices for web development:
  • Frameworks such as Django.
  • Micro-frameworks such as Flask and Bottle.

Scientific and Numeric

Python is widely used in scientific and numeric computing:
  • Scipy is a collection of packages for mathematics, science, and engineering.
  • pandas is a data analysis and modeling library.
  • ipython is a powerful interactive shell that features easy editing and recording of a work session, and supports visualizations and parallel computing.

Desktop GUIs

The TK GUI library is included with most binary distributions of Python.
Some toolkits that are usable on several platforms are available separately:
  • wxWidgets 
  • kivy , for writing multitouch applications.

Software Development

Python is often used as a support language for software developers, for build control and management, testing, and in many other ways.
  • SCon for build control.
  • Buildbotand Apcha gump for automated continuous compilation and testing.
  • Roundup or Tracfor bug tracking and project management.

Business Applications

Python is also used to build ERP and e-commerce systems:
  • Odoo is an all-in-one management software that offers a range of business applications that form a complete suite of enterprise management applications.
  • Tryton s a three-tier high-level general purpose application platform.



Comments

Post a Comment

Popular posts from this blog

Python Turorial 3