Chapter 8

Python

Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language.

print('Hello, world!')
name = input('What is your name?' )
print('It is good to meet you, ' + name)

Purposes

  • web programming (server-side)
  • system scripting
  • scientific computing
  • artificial intelligenc

Resources