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

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

JSVEE content package containing Python examples.

ae_python_split
-----------------------
Explanation of how strings can be converted into a list by using the split
method that splits a string with the given separator and returns a
corresponding list.

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

ae_python_dict
-----------------------
Another animation of using a dictionary in Python

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

ae_python_file
-----------------------
Explanation of how we can read the contents of a file.

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

ae_python_class1
-----------------
Create two Bus instances and call methods to change and query the state of the
object.

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

ae_python_class2
-----------------------
Explanation of how the class is implemented and how the methods work.

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


