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

Upload: others

Post on 20-May-2020

12 views

Category:

Documents


0 download

TRANSCRIPT

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 …..