Beginner in programming & coding look for helps n tips!
Page 1 of 3 123 LastLast
Results 1 to 10 of 21
  1. #1
    Tech Wizard
    Join Date
    Apr 2011
    Location
    Philly
    Posts
    68

    Post Beginner in programming & coding look for helps n tips!

    I want to learn how to code...so natrually I turn to the DJTT community to see if anyone has any places to start/suggestions/books/tuturials theyd suggest?! I figure theres gotta be a few programmers on here somewhere!

    Looking around on the internets it looks like Treehouse is going to be my jumping point...even though its going to cost me at least $25 a month...it looks effective, and also fun.
    Last edited by DJ_JCohh; 03-12-2013 at 05:30 PM. Reason: title edit
    13" MBP 4GB RAM // Kontrol S4 // MF3D // V-Moda LP II's // Rokit 6's // Sony MDR-V700's

  2. #2
    Tech Mentor
    Join Date
    Aug 2011
    Posts
    390

    Default

    there is an online coding academy.

  3. #3
    Tech Guru Steve Zorilow's Avatar
    Join Date
    Apr 2010
    Location
    Montréal, Québec, Canada
    Posts
    1,233

    Default

    Lots of different ways. "Sams Teach Yourself" and the usual "For dummies" books are usually pretty good to start. Have a look at code.org too.

    The more you do, the easier it gets. So I recommend you to join some programming related forum and try answering/solving other user post. It works for me in past, and still work when I want to learn another language.
    Steve Zorilow: Facebook - Soundcloud - Mixcloud - Twitter

  4. #4
    Tech Mentor
    Join Date
    Mar 2013
    Posts
    206

    Default

    Here's a great free one, which is based off of Python:

    How to Think Like a Computer Scientist
    http://www.openbookproject.net/think...on/english2e/#

    The thing I like about this one is that the whole point is to teach you how to program, not just how to use Python. They are assuming you are brand new to the idea. And they are using a modern interpreted web language which is useful and not overly verbose.

  5. #5
    DJTT #1 setup pimp 2012
    Join Date
    Feb 2012
    Location
    Boston, MA
    Posts
    263

    Default

    That's a pretty good tutorial and will teach you the basic concepts.

    What is your programming goal?

    In general, a good programmer can code in any language, but it does take time to get there. But, something like the above will at least get you started!

    Over time it becomes much less about a particular language, and more about solving problems, design, algorithms, etc.

  6. #6
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    if you want web programming to start you off I recommend codeWithJosh and developPHP on youtube as teachers of the absolute basics then nettuts and smashCoding for more advanced stuff when you get bored with the basics. I think it's good to start with javascript as it's pretty easy to get your head around and will make the transition to a more powerful language like python easier/

    PS stackedOverflow is the best most helpful forum in existance,
    Why did the elephant get lost... Cause the Jungle is MASSIVE!

  7. #7
    DJTT #1 setup pimp 2012
    Join Date
    Feb 2012
    Location
    Boston, MA
    Posts
    263

    Default

    Quote Originally Posted by synthet1c View Post
    if you want web programming to start you off I recommend codeWithJosh and developPHP on youtube as teachers of the absolute basics then nettuts and smashCoding for more advanced stuff when you get bored with the basics. I think it's good to start with javascript as it's pretty easy to get your head around and will make the transition to a more powerful language like python easier
    A more powerful language is C++

  8. #8
    Tech Guru synthet1c's Avatar
    Join Date
    Nov 2011
    Location
    Melbourne
    Posts
    1,595

    Default

    I'm still yet to attempt to learn C++ so can't comment on it, but python is plenty for lots of types of applications.
    Why did the elephant get lost... Cause the Jungle is MASSIVE!

  9. #9
    DJTT #1 setup pimp 2012
    Join Date
    Feb 2012
    Location
    Boston, MA
    Posts
    263

    Default

    Quote Originally Posted by synthet1c View Post
    I'm still yet to attempt to learn C++ so can't comment on it, but python is plenty for lots of types of applications.
    Yes of course it is. I'm a software engineer, so I work in C/C++ and do embedded stuff. Super nerdy.

  10. #10
    Tech Guru Steve Zorilow's Avatar
    Join Date
    Apr 2010
    Location
    Montréal, Québec, Canada
    Posts
    1,233

    Default

    Not more powerful, but more "standard". Power's behind the keyboad
    Steve Zorilow: Facebook - Soundcloud - Mixcloud - Twitter

Page 1 of 3 123 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •