AI is new to me, and I took this class just to see behind the scenes. I don’t have any coding experience and so I am lost in the optional lab. I have to submit my final assignment. I try running the codes, but it jumps to the next cell. Am I missing something?
The course assumes you have some entry-level programming experience in Python.
I recommend you pause what you’re doing, and attend some free online programming tutorials. They’re easy to find with an internet search.
= = = =
The basic workflow is that you run the cells in the notebook in sequence, and add your code to the cells that the instructions tell you to.
It’s an iterative process, because you enter your code, then run the cell, and if you don’t get the expected results, you edit your code again, and keep going until you’re successful.
Or if you need help, you post your error messages on the forum, and someone will assist you.
1 Like
Thank you very much! I will do as you recommend.