Thread: naez located
View Single Post
  #15  
Old 06-30-2014, 10:05 PM
abacab-101 abacab-101 is offline
Banned


Join Date: Jun 2014
Posts: 31
Default

Quote:
Originally Posted by r00t [You must be logged in to view images. Log in or Register.]
Python is my go-to scripting language. I only use it mainly to manipulate data formats. You can do some really neat things in 1 line that would be a lot more verbose in other languages. That said it's severely limited in some of its capabilities (i.e. performance, multi-threading, touching the hardware, etc) to take over my bias of C++
That's why you run python/ruby/perl scripts through BASH and you can do OOP just as effectively if not more so because it's not bogged down with unneeded lines of code.

Case and point, generated this mountain range a few weeks ago using objectives through python command consoles.

[You must be logged in to view images. Log in or Register.]