.. index:: single: midway1; python; 3.3 single: module; midway1/python/3.3 .. _module_midway1_python_3.3: ---------- python/3.3 ---------- name Python version 3.3.0 description programming language url https://www.python.org/doc/ license opensource built 2013-02-20 dependencies :ref:`module_midway1_mkl_10.3`, :ref:`module_midway1_texlive_2012` tags :ref:`module_tag_general programming` usage Use the module system to load this version of python: ``module load midway1; module load python/3.3`` RCC's Python packages include a large number of sub-packages that are compiled and tuned for Midway. A list of all packages and their versions can be found by loading the module and running the command ``pip freeze``. Since these packages are always under development, and are released on a variety of schedules, RCC provides a new Python module quarterly, including the most up-to-date versions of each package at that time. If you have specific version requirements that are not supplied by any of the RCC modules, please contact us for help. .. note:: The python executable in this module is ``python3``. Running the command ``python`` when this module is loaded will execute the system python instead. The following table is a list of some of the largest and most popular libraries: .. csv-table:: :header: Package, Version, Description :widths: 15 15 30 "`Numpy `_", 1.7.0, "Base N-dimensional array package" "`SciPy `_", 0.11.0, "Numerical routines for mathematics, science, and engineering." "`Matplotlib `_", 1.2.0, "Plotting and visualization library" "`IPython `_", 0.13.1, "Interactive shell and browser-based notebook" "`Pandas `_", 0.10.1, "Data structures and analysis" .. seealso:: :ref:`module_midway1_python_2.7`, :ref:`module_midway1_python_2.7-2013q4`, :ref:`module_midway1_python_2.7-2014q1`, :ref:`module_midway1_python_2.7-2014q2`, :ref:`module_midway1_python_2.7-2014q3`, :ref:`module_midway1_python_2.7-2015q1`, :ref:`module_midway1_python_2.7-2015q2` (default), :ref:`module_midway1_python_2.7.12+gcc-4.7`, :ref:`module_midway1_python_2.7.12+gcc-6.1`, :ref:`module_midway1_python_3.3`, :ref:`module_midway1_python_3.4-2015q1`, :ref:`module_midway1_python_3.5.2+gcc-4.8` All versions available for python. :ref:`Python ` General documentation for python :ref:`modules` Full list of software modules available on Midway. :ref:`modules_tutorial` A tutorial on Midway modules and how to use them.