Python Quick Guide - Tutorialspoint
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. The documentation isavailable in HTML, PDF, and PostScript Documentation Website : Python PROGRAM:FIRST Python PROGRAM:Interactive Mode Programming:Invoking the interpreter without passing a script file as a parameter brings up the followingprompt:root# pythonPython (r25:51908, Nov 6 2007, 16:54:01)[GCC 20070925 (Red Hat )] on linux2Type "help", "copyright", "credits" or "license" for more info.
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-786 0122L -21.9 9.322e-36j 080 0xDEFABCECBDAECBFBAEL 32.3+e18 .876j-0490 535633629843L -90. -.6545+0J-0x260 -052318172735L -32.54e100 3e+26J 0x69 -4721885298529L 70.2-E12 4.53e-7j
Download Python Quick Guide - Tutorialspoint
Information
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document: