mehgcap 7 points 1y ago
Indenting in Python is vital; Python uses indentation like other languages use braces. I don't know if Jaws does this, but I can have NVDA use quick tones to indicate indent levels. This is useful in other languages, but essential in Python. If you can get Jaws to indicate indentation somehed, your Python journey will be much easier.
Also, the development programs your course suggests may not be accessible. Last I knew, PyCharm and other default editors didn't work that well, and the advanced ones that do work are rather complex. You may want to start with a text editor like Notepad Plus Plus, or a lighter IDE like VSCode, and run your files from the command line.
Shadowwynd 3 points 1y ago
Have you programmed in other languages before? Or are you new to programming all together?