1.8. JSVEE Python 8¶
1.8.1. About¶
JSVEE content package containing Python examples.
1.8.2. 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.
1.8.3. ae_python_dict¶
Another animation of using a dictionary in Python
1.8.4. ae_python_file¶
Explanation of how we can read the contents of a file.
1.8.5. ae_python_class1¶
Create two Bus instances and call methods to change and query the state of the object.
1.8.6. ae_python_class2¶
Explanation of how the class is implemented and how the methods work.

