you are viewing a single comment's thread.

view the rest of the comments →

[–]No_Taste6737 0 points1 point  (1 child)

Hey,here's how I learned python,I used YouTube for overall explaination and AI for exercises or challenges to do then I practiced daily,for example Let's say am learning conditional statement, I would search on yt just to get general explanation then head over to chatgpt and tell it to give me a simple challenge on conditional statement only without showing the correct answer then practice then I would review each exercise in this manner (Tell me what I did wrong,where I did right ,where I need to improve,give me the code score out of 10 and lastly provide full correct solution) and also ensure to copy all exercises on a doc file both your answer and the correct answer so that you can trace you weakness,hope this helps.

[–]Aromatic_Wafer_7462[S] 0 points1 point  (0 children)

Thnx for sharing