Anyone has advice for remembering all the syntax rules while coding? Sometimes i cannot even identify my own mistakes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Anyone has advice for remembering all the syntax rules while coding? Sometimes i cannot even identify my own mistakes

general

22nd Dec 2016, 12:15 PM
Luis Carrillo
Luis Carrillo - avatar
3 Answers
+ 4
Try to debug other's scripts ( this is a good place for that here ) : practice, practice and again practice is the key... and debugging is a (very) good way to do that. And, you know what ? Often almost coders have more difficulty to identifying their own mistake, because we have a brain which want to correct what he see when he think knowing what it is ( so you can look at many times your mistake, you really dont see it ), especially if they are in front of code from hours ^^
22nd Dec 2016, 12:49 PM
visph
visph - avatar
+ 2
Use a good IDE, like Pycharm, Eclipse with PyDev etc.
22nd Dec 2016, 5:11 PM
Rishi Anand
Rishi Anand - avatar
0
Thanks for the advice! Will get on debugging mode👍
22nd Dec 2016, 12:55 PM
Luis Carrillo
Luis Carrillo - avatar