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

Introduction to Python: Basics - DORAKPython for Biologists: Tutorial … Looking forward ….. Kingston University London Day 2 Introduction to Python as a codinq lanquaqe for bioinformatics

  • Upload
    others

  • View
    16

  • Download
    0

Embed Size (px)

Citation preview

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