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

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

JSVEE content package containing Python examples.

ae_python_float
-----------------------
Explanation of how type conversion works in Python.

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

ae_python_if
-----------------------
Explanation of how boolean values True and False can be used together with an if statement.

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

ae_python_while
-----------------------
Another explanation of while loop with if condition

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

ae_python_for
-----------------------
Another explanation of the for loop

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

ae_python_function
-----------------------
Working of functions. How the parameter passing and the return value work.

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

ae_python_list
-----------------------
Using lists with functions

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


