1 / 19

Mehmet Tevfik DORAK, MD PhD Kingston University London U.K.

Introduction to Python: Basics. Mehmet Tevfik DORAK, MD PhD Kingston University London U.K. Program. An Informal Introduction to Python. 29 Common Beginner Python Errors. Python Data Types. NUMBERS int , float, complex SEQUENCES string, list, tuple SETS MAPS dictionaries.

melissag
Télécharger la présentation

Mehmet Tevfik DORAK, MD PhD Kingston University London U.K.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Program

  3. An Informal Introduction to Python

  4. 29 Common Beginner Python Errors

  5. Python Data Types NUMBERS int, float, complex SEQUENCES string, list, tuple SETS MAPS dictionaries

  6. Sequence Data Types

  7. Sequence Data Types

  8. Python Arithmetic Operators Addition: + Subtraction: - Multiplication: * Exponent: ** Division: / Floor division: // Modulus: % (returns remainder)

  9. Numeric Data Types

  10. Control Flow

  11. Python for Bioinformatics

  12. Python for Bioinformatics

  13. Python for Bioinformatics

  14. Python for Bioinformatics

  15. Python for Bioinformatics

  16. Python for Biologists https://pythonforbiologists.com

  17. Python for Biologists: Tutorial https://pythonforbiologists.com

  18. … Looking forward …..

More Related