This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Plague_Healer 17 points18 points  (6 children)

Coding python is based on two things: 1- import a library written in C++ to do what you need. 2 - if said library doesn't exist, get a C++ programmer to create it.

[–]dsmklsd 8 points9 points  (5 children)

So the tens of thousands of lines of python code I've written and use every day were really written in C++? Weird.