Z
Z
Zingular2015-11-18 18:57:36
Python
Zingular, 2015-11-18 18:57:36

C++ and Python IDEs?

I need a good development environment for C ++ and Python, the main thing is that they satisfy 2 conditions:
1) The possibility of a constructor, that is, you can drag windows, text fields onto a finished form like in C ++ Builder 2) Work with Com-port, I work with Arduino and I need to create a program that catches data from a com port

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-11-18
@Zingular

For C++ with this requirement, Visual Studio (for MFC) is fine.
There are no PyCharm alternatives for python.

2) Working with Com-port, I am working with Arduino and I need to create a program that catches data from the com-port
It does not depend on the IDE.

A
abukirev, 2015-11-19
@abukirev

As already mentioned, Qt Framework and its Qt Creator are suitable for these conditions . To work with a COM port, there is a fairly convenient QSerialPort module .
You can also look towards PyQt

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question