Transcription of An introduction to the Python programming language
{{id}} {{{paragraph}}}
IntroductionPython TutorialNumerics & PlottingStandard libraryAn introduction to the Python programminglanguagePrabhu RamachandranDepartment of Aerospace EngineeringIIT BombayJanuary 16, 2007 Prabhu RamachandranIntroduction to PythonIntroductionPython TutorialNumerics & PlottingStandard libraryOutline1 IntroductionIntroduction to Python2 Python TutorialPreliminariesData typesControl flow, functionsModules, exceptions, classesMiscellaneous3 Numerics & PlottingNumPy ArraysPlotting: MatplotlibSciPy4 Standard libraryQuick TourPrabhu RamachandranIntroduction to PythonIntroductionPython TutorialNumerics & PlottingStandard libraryIntroduction to PythonOutline1 IntroductionIntroduction to Python2 Python TutorialPreliminariesData typesControl flow, functionsModules, exceptions, classesMiscellaneous3 Numerics & PlottingNumPy ArraysPlotting: MatplotlibSciPy4 Standard libraryQuick TourPrabhu RamachandranIntroduction to PythonIntroductionPython TutorialNumerics & PlottingStandard libraryIntroduction to PythonIntroductionCreator and BDFL: Guido van RossumBDFL == B
Introduction Python Tutorial Numerics & Plotting Standard library An introduction to the Python programming ... High level, interpreted, modular, OO Easy to learn Easy to read code Much faster development cycle Powerful interactive interpreter ... >>> 2∗word + " world" # Arithmetic on strings
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}