Where to start?

Discussion in 'Computer Science & Culture' started by twr, Jan 2, 2011.

Thread Status:
Not open for further replies.
  1. twr Registered Senior Member

    Messages:
    87
    I'm interested in programming and I'm wondering if anyone knows of any good resources on theory and whatnot.
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. txrex Registered Member

    Messages:
    25
    Take a look at my thread "noobish operating system" in this catagory I got some pretty good info from the posters in there.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
  5. Dinosaur Rational Skeptic Valued Senior Member

    Messages:
    4,885
    You can get the express edition of Visual Basic 2010 for nothing & experiment with it.

    Barmes & Noble have some good books to get you started.
     
  6. Google AdSense Guest Advertisement



    to hide all adverts.
  7. firdroirich A friend of The Friends Registered Senior Member

    Messages:
    565
    Stanford Uni has a very nice set of videos for their Programming Methodology program - which I think is the first semester for their CS degree. Its 28 free lectures.

    This is programming 101...what is a variable, what is a method, what is an object all the way through to encapsulation, abstraction, GUIs and so on.

    Take a look here
     
  8. txrex Registered Member

    Messages:
    25
    Dude.... firdroirich...... freaking perfect! That is exactly the kind of thing I was looking for. Thank you very much
     
  9. fedr808 1100101 Valued Senior Member

    Messages:
    6,706
    Start with C or C++, its not the easiest thing but its like that song about New York. If you can make it in C or C++ you can probably make it in any other modern language.

    I would find a teacher or a class to take it in.
     
  10. Spectrum Registered Senior Member

    Messages:
    459
    Qbasic is on Windows98/tools/oldmsdos (and therefore (probably) on windows 95 also.) There is a help file built in to help you.
     
  11. wolf.ram Registered Member

    Messages:
    1
    Look at htdp.org

    Also D.J. Cooke and H. E. Bez "Computer Mathematics" is a good book about theory, IMHO. But, unfortunately, there is no full e-book in English. Only in Russian.

    Please Register or Log in to view the hidden image!

     
  12. Rav Valued Senior Member

    Messages:
    2,422
    Seriously, for someone who is just starting out and wants to teach themselves, Python is the way to go. It's free, it's powerful, it's popular and you can do a lot with it very quickly. There is also a large amount of related resources on the web that are very accessible. You'll be able to learn all of the basic principles of programming in a very short time while creating some very cool things. You can move to more advanced programming languages later, although depending on your goals, you might not even need to.
     
Thread Status:
Not open for further replies.

Share This Page