190 likes | 209 Views
Learn Python basics with this informal guide covering common beginner errors, data types, arithmetic operators, sequences, sets, maps, numeric data types, and control flow. Perfect for biologists and bioinformatics enthusiasts.
E N D
Introduction to Python: Basics Mehmet Tevfik DORAK, MD PhD Kingston University London U.K.
Python Data Types NUMBERS int, float, complex SEQUENCES string, list, tuple SETS MAPS dictionaries
Python Arithmetic Operators Addition: + Subtraction: - Multiplication: * Exponent: ** Division: / Floor division: // Modulus: % (returns remainder)
Python for Biologists https://pythonforbiologists.com
Python for Biologists: Tutorial https://pythonforbiologists.com