.. 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 9
================

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

JSVEE content package containing Python examples.

ae_adl_vals_refs1
-----------------------
Explanation of how variables are not passed by reference to functions

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

ae_adl_vals_refs2
-----------------------
Explanation of how lists are passed by reference to functions

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

ae_adl_vals_refs3
-----------------------
Explanation of cloned list objects point to the same objects.

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

ae_adl_tryexcept1
-----------------
Demonstration of basic try, except statements.

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

ae_adl_tryexcept2
-----------------------
Demonstration of try, except statements using functions.

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

ae_adl_file1
-----------------------
Reading integers from a file.

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

ae_adl_file2
-----------------------
Reading strings from a file.

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


