Programming with Python

⌘K
  1. Home
  2. Docs
  3. Programming with Python

Programming with Python

Python is a high level, interpreted, interactive and object oriented scripting language. It was created by Guido van Rossum and released in 1991. It is used for web development, software development, mathematics and system scripting

Below sections are covered in this article,

  • Python interpreter and interactive mode
  • Values and types: int, float, Boolean, string and list
  • Variables, expressions, statements, tuple assignment, precedence of operators, comments
  • Modules and functions, function definition and use, flow of execution, parameters and arguments

Illustrative programs

exchange the values of two variables, circulate the values of n variables, distance between two points

Loading

Views: 8

Articles

How can we help?

5 1 vote
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments