0
Anyone has advice for remembering all the syntax rules while coding? Sometimes i cannot even identify my own mistakes
general
3 Respuestas
+ 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 ^^
+ 2
Use a good IDE, like Pycharm, Eclipse with PyDev etc.
0
Thanks for the advice! Will get on debugging mode👍