How to start with coding?

  • NF
    23rd Feb 2014 Member 0 Permalink

    @Schicko (View Post)

     Thank You very much!

  • Schneumer
    23rd Feb 2014 Member 0 Permalink

    Well, seems like you posted the thread for me XD

  • therocketeer
    23rd Feb 2014 Member 1 Permalink
    Edited once by therocketeer. Last: 23rd Feb 2014
  • ShadowPlasma
    23rd Feb 2014 Member 0 Permalink

    Thanks guys! Never expected this many replys! I will try some of these and eventually make a android game! (Hopefully)

  • nucular
    23rd Feb 2014 Member 1 Permalink
    @Schicko
    I disagree.
    Maybe it's because I could never stand using an IDE for long enough to get comfortable with it, but I think that most IDEs are made for advanced programmers that want to do rapid software development.
    I think that beginners should at least get comfortable with the main setup/maintaining mechanics of their language before giving the control away to an IDEs wizard dialog.
    And for doing that, the best way is to use a plain text editor with good syntax highlighting, maybe even code completion, and the command line.

    Btw, for Python I recommend Editra, which has great completion and introspection abilities (mainly because it's written in Python). It also has most of the features of a full IDE.
  • Schicko
    23rd Feb 2014 Member 0 Permalink

    @nucular (View Post)

     Oh I completely understand you. Nothing beats software specifically designed for and dedicated to a single purpose. I myself use Notepad++ for coding (it also offers nice syntax highlighting for a lot of languages and has support for custom ones too). However, I was merely offering an alternative if the OP was planning to use a variety of languages and doing so on the fly.

  • boxmein
    23rd Feb 2014 Former Staff 3 Permalink
    @ShadowPlasma (View Post)
    Android games are a huge thing. Don't start with them!
    Start with idk, Python maybe. Python would be great.
    PM me if you want a book to start off from.
  • NF
    24th Feb 2014 Member 0 Permalink

    @ShadowPlasma (View Post)

     boxmein will always, be there for any user.

     

  • ShadowPlasma
    24th Feb 2014 Member 0 Permalink

    Yay! I didnt mean I would start with a android game, but that's my eventual goal.