|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | + <head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + |
| 7 | + <title>PyHPC Tutorial</title> |
| 8 | + |
| 9 | + <meta name="author" content="pyHPCTeam"> |
| 10 | + |
| 11 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 12 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| 13 | + |
| 14 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> |
| 15 | + |
| 16 | + |
| 17 | + <link rel="stylesheet" href="css/reveal.css"> |
| 18 | + <link rel="stylesheet" href="css/theme/continuum.css" id="theme"> |
| 19 | + |
| 20 | + <!-- For syntax highlighting --> |
| 21 | + <link rel="stylesheet" href="lib/css/xcode.css"> |
| 22 | + |
| 23 | + <!-- If the query includes 'print-pdf', use the PDF print sheet --> |
| 24 | + <script> |
| 25 | + document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' ); |
| 26 | + </script> |
| 27 | + |
| 28 | + <!--[if lt IE 9]> |
| 29 | + <script src="lib/js/html5shiv.js"></script> |
| 30 | + <![endif]--> |
| 31 | + |
| 32 | + <style type="text/css"> |
| 33 | + ul { margin-bottom: 25px; } |
| 34 | + li li { list-style: circle; } |
| 35 | + </style> |
| 36 | + |
| 37 | + </head> |
| 38 | + <body> |
| 39 | + <h1>PyHPC Tutorial</h1> |
| 40 | + <h2>Supercomputing 2013</h2> |
| 41 | + |
| 42 | + Presented by: |
| 43 | + <ul> |
| 44 | + <li>Andy R. Terrel, The University of Texas at Austin</li> |
| 45 | + <li>Travis Oliphant, Continuum Analytics, Inc</li> |
| 46 | + <li>Aron Ahmadia, Army Corps of Engineers</li> |
| 47 | + <li>Kurt Smith, Enthought, Inc</li> |
| 48 | + </ul> |
| 49 | + |
| 50 | + <h3>Tutorial Materials</h3> |
| 51 | + <ul> |
| 52 | + <li>Introduction to Python for Science <a href="html/intro.html">[html]</a> <a href="">[pdf]</a> <a href="">[exercises]</a></li> |
| 53 | + <li>Speeding Python and wrapping legacy code <a href="hmtl/speed.html">[html]</a> <a href="">[pdf]</a> <a href="">[exercises]</a></li> |
| 54 | + <li>Scaling Python <a href="html/scale.html">[html]</a> <a href="">[pdf]</a> <a href="">[exercises]</a></li> |
| 55 | + <li>Big Data in Python <a href="">[html]</a> <a href="html/data.html">[pdf]</a> <a href="">[exercises]</a></li> |
| 56 | + </ul> |
| 57 | + |
| 58 | + <h3>Other resources</h3> |
| 59 | + <ul> |
| 60 | + <li>Python Tutorials</li> |
| 61 | + <ul> |
| 62 | + <li><a href="http://docs.python.org/2/tutorial/">Official Python Tutorial</a></li> |
| 63 | + <li><a href="http://learnpythonthehardway.org/">Learning Python the Hard Way</a></li> |
| 64 | + </ul> |
| 65 | + <li><a href=""></a></li> |
| 66 | + <li><a href=""></a></li> |
| 67 | + </ul> |
| 68 | + </body> |
| 69 | +</html> |
0 commit comments