Crash Course in Python

Python Installation

For guidelines on how to install Python refer here

Python Variables and Data Types

Data types in a programming language refers to the type of data that the language is capable of processing.

The following are the data types available in Python

  1. Strings
  2. Integers
  3. Floating Point Numbers
  4. Lists
  5. Tuples
  6. Dictionaries