Newbie to python --- why should i learn !

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Thu May 8 09:15:16 EDT 2008


On Thu, 08 May 2008 04:17:01 -0700, s0suk3 wrote:

> Are you a newbie to Python, or to programming in general? I'll assume
> you are a newbie to programming in general because of that last
> question you asked. Things in Python are easier than in almost any
> other programming language. Here are three Hello World programs:

Counterexamples for quite short "greetings" in other programming languages:

(Free)BASIC::

  Print "Hello World!"

OCaml::

  print_string "Hello World!" ;;

Io::

  "Hello World!" linePrint

Haskell::

  main = putStrLn "Hello World!"

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list