Text Post: Computer Science posted by ritornare
parent
  • Dyrii
    +3

    Thank you! Any chance you can help me with a question I've had lately? I know that these sites are good for learning the languages, but what next? How do I go about writing crappy programs and using the language? I've been playing with notepad++ but I don't know how to "Run" something that I write.

    • VoyagerXyX
      +1

      You aren't going to like this answer at all but the bottom line is you have to just open notepad++, pick a compiler and stick with it, and just go dude. I mean really just go. Try everything. Compile 100 bad scripts 1000 different times, experiment with new organizational methods, watch youtube videos, keep what works for you and throw out what doesn't.

      A goal that I set for myself that really helped get me started was to program a basic CMD calculator. There are tutorials online and it was lots of fun. After that I felt much better about tackling larger projects and I felt like I knew enough to start chatting with others about basic coding tasks and projects. Read everything everyone says all the time and take notes. Sometimes I'll literally take notes in a composition notebook I have under my desk. It's a lot of work and there's no set path but this is how I've gotten where I am which is the tiniest notch above Novice. Someone else may have better suggestions. I don't know if there is a /t/code or /t/coding or something like that but that would be a good search to get you around people who are proficient and who can and probably will provide you with assistance outside of my realm of knowledge!

      I hope this helps!

      • Dyrii
        +1

        That definitely sounds like a good starting project. Thank you! I'll look into a compiler and start playing around.