Programmers
Programmers
Out of context: Reply #24
- Started
- Last post
- 53 Responses
- toastie0
python is not a programming language really, it's a interpreted scripting language that can have bindings to C++ libraries (or anything you want for that matter), so you can have access to C++ calls without the need of recompiling. Very useful for fast prototyping.