What do I need to create APP's ?
#10

For a first language, I suggest something simple, like vb(vb6 or .NET), or Python.

Python is a great language for beginners, and professionals. It has tons of libraries, very clear syntax, and easy to understand.

For example, Hello world is 1 - 2 lines! (Depending on the OS. You need the shebang on *nix)

Код:
print "Hello world!"
but for Python 3, it would be :
Код:
print("Hello World!")
Reply


Messages In This Thread
What do I need to create APP's ? - by Zeromanster - 29.08.2009, 13:52
Re: What do I need to create APP's ? - by James_Alex - 29.08.2009, 13:53
Re: What do I need to create APP's ? - by .::: Ecko :::. - 29.08.2009, 13:57
Re: What do I need to create APP's ? - by James_Alex - 29.08.2009, 14:01
Re: What do I need to create APP's ? - by Zeromanster - 29.08.2009, 14:16
Re: What do I need to create APP's ? - by gszyclon - 29.08.2009, 15:19
Re: What do I need to create APP's ? - by James_Alex - 29.08.2009, 15:24
Re: What do I need to create APP's ? - by gszyclon - 29.08.2009, 15:24
Re: What do I need to create APP's ? - by SergiKirov - 29.08.2009, 18:33
Re: What do I need to create APP's ? - by joemomma53 - 29.08.2009, 18:47

Forum Jump:


Users browsing this thread: 2 Guest(s)