+ All Categories
Home > Documents > Introduction to Python: Basics - DORAKPython for Biologists: Tutorial … Looking forward ….....

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

Date post: 20-May-2020
Category:
Upload: others
View: 13 times
Download: 0 times
Share this document with a friend
16
Mehmet Tevfik DORAK, MD PhD Kingston University London U.K. Introduction to Python: Basics
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 …..


Recommended