Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32
  1. #11
    Join Date
    Jul 2007
    Posts
    1
    Tokens
    0

    Default python is good.

    & python is just text thats it.
    Jah, that would be so you actually learn how to write python code instead of learning how to drag and drop and have microsoft visual stuff assist you in generating code.

    Python. Your brain won't turn to mush from using drag-and-drop vb techniques.
    Yea, like python it's like one of the 3 p's of ownage. Python, php and perl.
    Buy a few books, Python programing for the absolute beginer, Learning python, Jython, python on the win32 if your a windows noob, ect.

    Yea yea, get in with PyPy and get program for frozen binaries.
    Own it up. Jah.

    Then after a while get better IDE for longer projects and stuff.

    Edited by micky.blue.eyes (Super Moderator): Please don't bump old threads.
    Last edited by micky.blue.eyes; 21-07-2007 at 01:25 PM.

  2. #12
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Don't even bother learning Visual Basic. It is one of the worst programming languages out there. Also don't bother with Python because frankly, its not really used for desktop applications. C++ or C# would be your best choice.. but it is far from easy. You can find free C++ IDE/Compilers easy, however, I would recommend dev-c++. C++ is also OS independent.. theortically you can run your program without a Operating System as it is compiled into native machine code. If your are programming solely for windows you may as well stick to Visual Studio 2005 C++ but do not use the .Net stuff as that kills the independancy of c++.

  3. #13
    Join Date
    Jul 2007
    Location
    United Kingdom
    Posts
    92
    Tokens
    0

    Default

    How can you call VB a real programming language anyone? It's so bad it doesn't deserve the title of 'programming language'.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have fonts in your signature which are over size 4.

  4. #14
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    Well if you want to create good gui programs then I would suggest using C++ which is a high level programming language. But I would also use the QT toolkit which allows you to build easy guis and can be compiled in both windows and linux. http://qdevelop.org/download/

  5. #15
    Join Date
    Jul 2007
    Posts
    26
    Tokens
    0

    Default

    Python or Scheme for a beginner. I advise against C++ if you have little experience. Starting with 'simple' languages, particularly multi-paradigm languages like Python and Scheme, helps you to learn the fundamentals without worry too much about the implementation.

    Tomm, Python is very popular for desktop applications.

  6. #16
    Join Date
    Jun 2006
    Location
    Manchester
    Posts
    56
    Tokens
    0

    Default

    C# is the one I would recommend, or Java.

  7. #17
    Join Date
    Jul 2007
    Location
    United Kingdom
    Posts
    92
    Tokens
    0

    Default

    I would also reccomend C#
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have fonts in your signature which are over size 4.

  8. #18
    Join Date
    Nov 2005
    Posts
    807
    Tokens
    1,335

    Latest Awards:

    Default

    C#?? Why not just learn C++ which can be ported to various operating systems. C# can only be compiled in windows.

  9. #19
    Join Date
    Jul 2007
    Posts
    26
    Tokens
    0

    Default

    Quote Originally Posted by Splinter View Post
    C#?? Why not just learn C++ which can be ported to various operating systems. C# can only be compiled in windows.
    Largely the same paradigms and constructs but C# is easier to use. You could even call C++ pointless for his needs.

    With Mono and MonoDevelop you can develop and deploy C# applications on Linux and other operating systems.

  10. #20
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Java is very easy to pick up, and there are alot of very nice and helpful ide's avaible for it (blueJ is very good for beginners, as it makes the Object oriented nature of the language more obvious and easy to understand if your new to it) Granted i learnt java with a reasonable amount of programming experience in other langauges which as alot of the key concepts are pretty transferable means my starting isnt really the same as a true beginners.
    VB6 is probabaly the easiest to start with as u get quick results, but its quite boreing to use. Java on the other hand is actually pretty fun to mess around with (if your a programming kinda-person)

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

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