Introduction to Python: Basics - DORAKPython for Biologists: Tutorial … Looking forward ….....

16
Mehmet Tevfik DORAK, MD PhD Kingston University London U.K. Introduction to Python: Basics

Transcript of Introduction to Python: Basics - DORAKPython for Biologists: Tutorial … Looking forward ….....

Mehmet Tevfik DORAK, MD PhDKingston University London

U.K.

Introduction to Python: Basics

Python Data Types

NUMBERSint, float, complex

SEQUENCESstring, list, tuple

SETS

MAPSdictionaries

Python Arithmetic Operators

Addition: +

Subtraction: -

Multiplication: *

Exponent: **

Division: /

Floor division: //

Modulus: % (returns remainder)

Python for Biologists: Tutorial

https://pythonforbiologists.com

… Looking forward …..