Moving from Python to C++: Writing better object-oriented programs - Softcover

Cooper, James W

 
9798301956218: Moving from Python to C++: Writing better object-oriented programs

Synopsis

This book teaches you how to write programs in C++ and contrasts them with programs you might have written in Python. Since the syntax of the two languages are pretty similar, this should be a pretty easy transition. We also discuss libraries that you can use in place of Python’s tkinter, Numpy and MatPlotLib.

Why should you take up C++? Well, since C++ is a compiled language, that compiled code will run a lot faster. And you can compile your program to run on several different platforms without requiring the user to install Python or any other compiler.

"synopsis" may belong to another edition of this title.