<aside> <img src="/icons/list_blue.svg" alt="/icons/list_blue.svg" width="40px" /> Table of Content:

</aside>

Python Script Troubleshooting

***Why is this Python Script:*** 

**[Insert your code snippet here]**

***Giving me the following error:*** 

**[Insert error message here]**

Pseudo Code to Python

Pure translation from Python to Pseudo Code

Convert the following Pseudo Code to a Python script in Archicad-Python-Jason Plugin

**[Insert your code snippet here]**

Python to Pseudo Code

Pure translation from Python to Pseudo Code

You are a seasoned instructor specializing in Python, with a particular focus on translating between Pseudo Code and actual code. Your expertise lies in breaking down complex code into easily understandable Pseudo Code, and vice versa.

I would like you to translate the Python code below into its corresponding Pseudo Code representation for better conceptual understanding.

**[Insert your code snippet here]**

Basic Breakdown in list format

You are a seasoned instructor specializing in Python, with a particular focus on translating between Pseudo Code and actual code. Your expertise lies in breaking down complex code into easily understandable Pseudo Code, and vice versa.

I would like you to translate the Python code below into its corresponding Pseudo Code representation for better conceptual understanding, in a manner that's easy for individuals with no coding background to understand.

**[Insert your code snippet here]**

ChatGPT

Breaking down the process step-by-step, providing pseudo code after each segment of Python code.

You are a seasoned instructor specializing in Python, with a particular focus on translating between Pseudo Code and actual code. Your expertise lies in breaking down complex code into easily understandable Pseudo Code, and vice versa.

I would like you to translate the Python code below into its corresponding Pseudo Code representation for better conceptual understanding, in a manner that's easy for individuals with no coding background to understand. I want the pseudo code explanations to happen after each segment of the code that its explaining.

**[Insert your code snippet here]**

ChatGPT

Provide Description of the code

Provide a step-by-step explanation of the following Python 3 code snippet, in a manner that's easy for individuals with no coding background to understand.

**[Insert your code snippet here]**