Comment on: Are you analyzing the software code manually? Get the tool now
0 30 Jul 2017 19:26 u/kamtsa in v/programmingComment on: What is the very first thing for an old fart like me to learn so I can dabble in programming?
I typically learn well when I have a specific goal, build X, or write a program that does Y. First it's motivating and second it forces you do deal with real life problems and not just skim around less interesting parts that are actually important.
Pick a program that you would like to write. Make sure it's not too complex but still useful or interesting. It can be command line based (e.g. you type stuff in or get print outs), graphical or even mobile (e.g. android). For example, a 4 operation calculator.
BTW, Pascal is a great language but not as popular this days, but there are many other languages that you can find for free on the internet, including nice IDEs that make things easier.
If you are open for other forms of programming, I highly recommend OpenScad. It's a simple language that allow you to construct 3D objects and if you have a 3D printer (you can find cheap ones) you can actually print it.
Comment on: I have learnt Java, and am undertaking CS50 in a year. AMA about self-learning Java or programming using free resources.
Yes, I felt smug.
My point was that software science/engineering has more than just coding. A good mathematical background is also useful.
Anyway, I applaud your achievement. I really mean it.
Comment on: I have learnt Java, and am undertaking CS50 in a year. AMA about self-learning Java or programming using free resources.
What's the difference between NP complete and NP hard?
What does 'analyse software code' mean?