+ 3
Inquiring
Hello to everyone out there I have been learning coding with python for about two weeks I would like any pointers that anyone can offer to help the process go a little smoother thank to any one who helps
3 Answers
+ 6
Try to accomplish a working project based on a specific subject, for example: file handling - make an interactive application that allows adding, deleting and editing records and saving/loading in a file.
Completing such a project, even if not too much complicated, is very satisfying :)
+ 4
Practice coding everything you learn, whenever you learn something. Works for me. đ (Also applies to all languages)
+ 1
I agree with the others. Best try and practice coding with simple applications at first, like magic squares or a common calculator. Then advance and find something from your daily life you might want to organise or a problem you might solve using code. Always keep up the fun! :)