(October 8, 2022, 06:02 PM)nytu Wrote: I have tried visual basic, java and python but I am still new to programming but it is something I am interested in doing. It is quite daunting starting out and not knowing where to start so I was hoping that I might be able to get some advice? I seemed to be able to understand most of the tutorials I have followed but I am still a little unsure.
I think the first thing we need to know, is what do you actually want to develop/achieve? Mobile apps?, web apps?, malware? data science?
I do agree that Python is always the best place to start, and you need to actually find a challenge that you are interested in solving and really get deep and dirty with it, you will learn alot along the way. For example, when I started with it, I built a small web crawler to solve a problem a friend was having, and then over the course of 3 years I just added more and more and more to it and it ended up becoming quite complex/advanced and I learnt alot along the way.
I then moved to C# because there was alot of malware using it and alooooot of tutorials, source code etc out there for it. So I found it the most logical path to solving my next challenges. It got me interested in learning things like Windows API for example.
Most important thing is to just keep being curious, keep finding challenges that interest you and keep persisting, it gets easier and easier as you go.