Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo

Learning objectives

By the end of this section you should be able to

  • Summarize how Python is used in fields other than CS and IT.
  • Describe two different kinds of applications made with Python.

Fields and applications

Learning Python opens the door to many programming-related careers. Example job titles include software engineer, data scientist, web developer, and systems analyst. These jobs often require a degree in computer science (CS), information technology (IT), or a related field. However, programming is not limited to these fields and careers.

Many professionals use Python to support the work they do. Python programs can automate tasks and solve problems quickly. Table 2.8 shows a few examples of Python outside of computing fields. Knowing how to program is a useful skill that can enhance any career.

Python is a versatile language that supports many kinds of applications. Table 2.9 shows a few examples of programs that can be written in Python. Given Python's usefulness and popularity, Python is a great language to learn. A supportive community of professionals and enthusiasts is ready to help.

Field Example use of Python
Business An accountant writes a Python program to generate custom sales reports.
Education A teacher writes a Python program to organize homework submissions.
Fine arts An artist writes a Python program to operate an interactive art display.
Humanities A linguist writes a Python program to analyze changes in slang word usage.
Science A biologist writes a Python program to analyze DNA sequences for cancer.
Table 2.8 Python outside of CS and IT.
Application Example use of Python
Artificial intelligence An engineer develops models to support image and voice recognition. Ex: TensorFlow library.
Data visualization A statistician creates charts to make sense of large amounts of data. Ex: Matplotlib library.
General purpose Most programs in this book are general. Ex: Read inputs, perform calculations, print results.
Scientific computing Python is very useful for conducting experiments and analyzing data. Ex: The SciPy project.
Web development Python can run interactive websites. Ex: Instagram is built with Django, a Python framework.
Table 2.9 Applications built with Python.

Concepts in Practice

Fields and applications

1.
Which of the following fields use Python to support their work?
  1. geography
  2. health care
  3. political science
  4. all of the above
2.
Which of the following Python libraries creates charts and plots?
  1. Matplotlib
  2. SciPy
  3. TensorFlow
3.
Which of the following applications were built with Python?
  1. Facebook
  2. Instagram
  3. WhatsApp

Exploring further

For more examples of applications that can be built with Python, see "Top 12 Fascinating Python Applications in Real-World" by Rohit Sharma. For more information about Python related careers, see "What Does a Python Developer Do?" in BrainStation's career guide.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/introduction-python-programming/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/introduction-python-programming/pages/1-introduction
Citation information

© Mar 15, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.

This book utilizes the OpenStax Python Code Runner. The code runner is developed by Wiley and is All Rights Reserved.