awips2/cave/com.raytheon.viz.gfe/help/Python.html
root 9f19e3f712 Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

54 lines
1.9 KiB
HTML

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.78 [en] (X11; U; Linux 2.4.18-27.7.xsmp i686) [Netscape]">
<title> Python Tutorial and Programming Guidelines</title>
</head>
<body bgcolor="#FFFFFF">
<center>
<h1 CLASS="Title">
<a NAME="pgfId=1011580"></a>GFESuite Python Tutorial and Programming Guidelines</h1></center>
<h1>
Contents</h1>
<div CLASS="2Heading"><a href="#Introduction">Introduction</a></div>
<div CLASS="2Heading"><a href="PythonConcepts.html">Python Concepts</a></div>
<div CLASS="2Heading"><a href="PythonNumericalPython.html">Numerical Python</a></div>
<div CLASS="2Heading"><a href="PythonWorkingwithVectorData.html">Working with Vector
Data</a>
<br><a href="PythonWorkingwithWeatherData.html">Working with Weather Data</a>
<br><a href="PythonGuidelines.html">Programming Guidelines</a></div>
<!-- <hr> -->
<h1 CLASS="2Heading">
<a NAME="Introduction"></a>Introduction</h1>
<div CLASS="Body">GFESuite extensions such as Smart Tools and Smart Initialization
are written in an interpreted scripting language called Python. It is a
very powerful, object-oriented language and all the features of Python
are available to you.&nbsp; We also use a Python library, called Numerical
Python, which allows for efficient operations on grids of data.&nbsp;&nbsp;
The GFESuite software provides some additional methods to help you operate
on Numerical data. This tutorial will introduce you to the features of
Python and Numerical Python that are relevant to the GFESuite. If you are
interested in Python's full capabilities, visit their web site at:&nbsp;&nbsp;&nbsp;&nbsp;
http://www.python.org/&nbsp;&nbsp; Specifically, documentation on Numerical
Python can be found in the <a href="numdoc.html">Numerical Python document.</a>
</body>
</html>