>>955673 (OP)
>im a noob in coding and i started few months ago to learn c++ and realized that its kinda pain in the ass and i quickly lose motivation and i tought about maybe switching to python and then learning c++
>what do you think?
neither is really difficult to use for general stuff, but the syntax of both is very different... so learning one isn't going to help a whole lot with learning the other one
if you are stuck on MS Windows anyway, for fucks sake use Visual Studio/C++/C#. it's the best IDE for Windows, easily.
if you can't or don't want Microsoft-dependency, then python is probably easier to use and is fast enough for general programming,,, but C/C++ (of any variety) will run way faster
you can do big projects in either... but organizing big programming projects is mainly learned by doing big projects. the language you use isn't going to save you from that.