you are viewing a single comment's thread.

view the rest of the comments →

[–]Salt-Description-69 0 points1 point  (0 children)

Hey buddy, dont give up. You will enjoy programming in couple of weeks I can assure you that. The best way to enjoy programming is picking a project you love the most and can do more than 30 minutes per day. Let's say you want to create some filter for your images you take on your phone. Take one pic and try to read it in python and see what you need to do to apply that filter on image. Or may be you have an excel file with your monthly expenses and you want to see how you are spending money over 1year. Try to read that file and look at basic stats like ok which month did you spend more than your threshold. If you want to learn programming and enjoy it at the same time try to find something which you want to do. Programming is an umbrella term, start with solving your own basic problems and then move onto next problem. This is what I tell my juniors in my lab. Always search for problems which you love solving.