ANSWERS: 3
  • You asked in python, so everyone will answer python. I prefer C++, but that's one of my stronger languages and bears a lot of similarities to other languages. C++ is pretty powerful. There's really nothing you can't do with it. Depends on your application, really.
  • I've used both, and I prefer C/C++ for scripting. Python is a nightmare. If you are writing any larger scale application, I wouldn't recommend either. There are better alternatives (although you will probably still have to have C++ libraries for low-level memory/hardware handling...it allows you to embed Assembler quite easily).
  • Python is great for rapid prototyping, C++ is great for application development. I have used both, I always try to do a small mock up in python first. I have written a couple simple applications in Python. A coloring book program for my daughters and an RSS feed reader.

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy