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 == Benevolent Dictator For LifeConceived in December 1989 The name Python : Monty Python s Flying CircusCurrent stable version of Python is license (like BSD: no strings attached)Highly cross platformR
Python is a real programming language: large and small programs Can do much more than just array and math Wrap large C++ codes Build large code bases via SCons Interactive data analysis/plotting Parallel application Job scheduling on a custom cluster Miscellaneous scripts Prabhu Ramachandran Introduction to Python
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}