1.7. JSVEE Python 7¶
1.7.1. About¶
JSVEE content package containing Python examples.
1.7.2. ae_python_float¶
Explanation of how type conversion works in Python.
1.7.3. ae_python_if¶
Explanation of how boolean values True and False can be used together with an if statement.
1.7.4. ae_python_while¶
Another explanation of while loop with if condition
1.7.5. ae_python_for¶
Another explanation of the for loop
1.7.6. ae_python_function¶
Working of functions. How the parameter passing and the return value work.
1.7.7. ae_python_list¶
Using lists with functions