creative python?

Out of context: Reply #4

  • Started
  • Last post
  • 6 Responses
  • modern0

    Nodebox is pretty impressive, much easier to program in than processing in many ways (loose typing etc) but no real 3D or Applets.
    Also the libraries for it are more designer orientated than developer orientated like the amazing colour library and the grid abilities.

    Personally i go with Nodebox these days unless I really need the extra stuff Processing provides mostly because its a lot nicer to program in
    e.g
    for i in range(10):
    print(i)

    vs the tedious Java for loop

View thread