✅ I am trying to learn how to code and trying to find a online thing but I don't know the best thing

I have 0 coding experience
8 Replies
deltaphorce
deltaphorce2w ago
You should figure out what interests you to narrow it down. Do you want to make applications? video games? Websites? If you don’t know where to start, then just pick a language and learn how to make a “Hello World” program. After you do that, learn some more things you can do to modify your program. Try to make your program prompt the user to supply two numbers and add them together. these are usually the first assignment assignments you are given in a computer programing class.
leowest
leowest2w ago
ideally you want to start with the fundamentals... before moving on... sure having something in particular u want to do or a specific field u want to go in helps... But understanding the fundamentals is of utmost necessity to move forward without being stuck with silly things and questioning why this is like that or this is like this or why this cant go here or there. I usually recommend https://learn.microsoft.com/en-us/shows/csharp-fundamentals-for-absolute-beginners/ But you dont necessary need to watch these videos, you can use the topics as guidance of things to keep track and learn. There is also what the bot suggests below which also contains the above link... $helloworld
leowest
leowest2w ago
once u have more grasp from the basics u start picking up some projects and try to go as far as you can without help and see the portions u're stuck at or still dont understand and ask questions about it... below is a list of $projects u can use as examples they are not for copy pasting but for ideas of things to use to make
MODiX
MODiX2w ago
Collections of application ideas that anyone can solve in any programming language to improve coding skills: https://github.com/dotnet/dotnet-console-games https://github.com/karan/Projects https://github.com/florinpop17/app-ideas
🎃Spooky Grubb🎃
Ok thank you
MODiX
MODiX2w ago
If you have no further questions, please use /close to mark the forum thread as answered
leowest
leowest2w ago
-# tebeco strikes again

Did you find this page helpful?