Pages

Thursday, September 6, 2012

P.S.

Some words about tools. I use Linux (Ubuntu) but most examples will work excellent on Windows or Mac machines without any problems. If any, leave a comment so I could fix it. I prefer scripting languages for simplicity, power and speed of development and prototyping. My favorite is Python, so bigger part of scripts in posts will be written in Python. But sometimes I'll post examples in Lua & Ruby. If I wouldn't but you want to see it, plz leave a comment. If you will need some additional libraries to run the script I'll provide all the links so you can install them.
The first link you would better be familiar with is virtualenv - the utility that creates virtual environment for your scripts so that you won't harm your system libraries. 
http://www.virtualenv.org/en/latest/index.html  

No comments:

Post a Comment