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
- Strings
- Integers
- Floating Point Numbers
- Lists
- Tuples
- Dictionaries