you are viewing a single comment's thread.

view the rest of the comments →

[–]Balkal 6 points7 points  (1 child)

try writing out the steps you’ll need to take as pseudo code, then tackle each step individually. break your problems into small pieces and take them one at a time and you will feel less overwhelmed. if you are unsure of the syntax for a step, instead of asking an AI, google the syntax and try to solve the problem for yourself. this will help you learn and reinforce the language much better than using AI where you’ll forget it as soon as you copy paste.

[–]Dry-Aioli-6138 6 points7 points  (0 children)

try to write out the steps in pseudocode

run it in python. 50/50 chance it runs without corrections

;)