What can be done with python?

Hello! I would like to know what can be done with python? in general thanks

Anything that you can do by writing a program, you can do by writing a
program in Python.

Python would not be very good for writing an operating system or device
driver, but aside from really low level systems programming like that,
in general Python is good for:

  • web development
  • games
  • utilities
  • scripting
  • data science
  • numerical analysis
  • text processing
  • graphics processing
  • server software
  • anything else
2 Likes