in Python what and why

How is Python used in the real world

  1. Python is everywhere.
  2. Python comes pre-installed on most servers.
  3. Python comes pre-installed on every Mac.
  4. It has a very small foot print so it can be embedded in hardware.
  5. It is a very simple language so many people use it in their hobbies or other simple things like server automation.
  6. Python has several great libraries for building web applications, such as; Flask, Pyramid and Django.
  7. Here are some very large websites that use Python: DSIQUS, Mozilla, PBS, NASA and Reddit.
  8. Python is very heavily used for Scientific Computing and even has some libraries dedicated to specific areas of science.
  9. NumPy and SciPY are very general purpose scientific Python libraries, but there are also very niche specific Python libraries.
  10. A few niche specific Python libraries are: EarthPy (for Earth Science) and AstroPy (for Astronomy).
  11. Python also has a library called PyGame which is used for game protyping and development.
  12. In addition the popular 3D application Maya, supports Python.
  13. Python is becoming more widely used within the film industry and is used by both Disney and Lucas Films.
  14. It is also possible to build Desktop applications with Python – Tkinter (A Desktop Application Library) comes builtin to Python.
  15. And finally, Big Data… This is an area that we love and it is clear that Python is becoming the clear favorite for Data Scientists.