Transcription of Python Quick Guide - Tutorialspoint
{{id}} {{{paragraph}}}
Quick GUIDEPYTHON Quick GUIDEPYTHON OVERVIEW: Python OVERVIEW: Python is a high-level, interpreted, interactive and object oriented-scripting is InterpretedPython is InteractivePython is Object-OrientedPython is Beginner's LanguagePython was developed by Guido van Rossum in the late eighties and early nineties at the NationalResearch Institute for Mathematics and Computer Science in the 's feature highlights include:Easy-to-learnEasy-to-readEasy-to -maintainA broad standard libraryInteractive ModePortableExtendableDatabasesGUI ProgrammingScalableGETTING Python :GETTING Python :The most up-to-date and current source code, binaries, documentation, news, etc. is available atthe official website of Python : Python Official Website : can download the Python documentation from the following site.
float (floating point real values) complex (complex numbers) Here are some examples of numbers: int long float complex 10 51924361L 0.0 3.14j 100 -0x19323L 15.20 45.j ... * Multiplication - Multiplies values on either side of the operator a * b will give 200 / Division - Divides left hand operand by right hand operand
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}