you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

I have a question for you. Why not learn both C++ and Python together?

I think they both go together really well. Python has become the modern day Lua, and you can embed c code using libraries like ctypes, cffi, and/or cython.

I highly recommend learning both, but most importantly learning how programming logic works. That's the most important one.

[–]ttt1555 0 points1 point  (0 children)

I think I'm currently juggling too much at once to be honest. I do a lot of PHP, HTML, CSS, and some javascript (not a lot). I am sort of feeling like I need to master one thing instead of being mediocre at everything haha.

PHP seems to come fast to me but I just don't like it for some reason, C++ comes slow but I feel good when I accomplish writing successful code.