.. This file is part of the OpenDSA eTextbook project. See
.. http://opendsa.org for more details.
.. Copyright (c) 2012-2020 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.

.. avmetadata::
   :author: Hamza Manzoor
   :requires:
   :satisfies: JSVEE Python
   :topic: JSVEE Python


JSVEE Python 4
================

About
-----------------------

JSVEE content package containing Python examples.

ae_adl_lists1
-----------------------
Explanation of the working of Python lists

.. extrtoolembed:: 'ae_adl_lists1'
   :learning_tool: mastery-grid-python-animations

ae_adl_lists2
-----------------------
Demonstration of looping through the list

.. extrtoolembed:: 'ae_adl_lists2'
   :learning_tool: mastery-grid-python-animations

ae_adl_lists3
-----------------------
Multiplying each element in list by a constant

.. extrtoolembed:: 'ae_adl_lists3'
   :learning_tool: mastery-grid-python-animations

ae_adl_format1
-----------------
Demonstration of strings formatting using format function

.. extrtoolembed:: 'ae_adl_format1'
   :learning_tool: mastery-grid-python-animations

ae_adl_format2
-----------------------
Demonstration of formatting floating point numbers us- ing format function

.. extrtoolembed:: 'ae_adl_format2'
   :learning_tool: mastery-grid-python-animations

ae_adl_findmax
-----------------------
Finding the maximum element in the list

.. extrtoolembed:: 'ae_adl_findmax'
   :learning_tool: mastery-grid-python-animations


