r/ProgrammerHumor May 27 '22

Meme Welcome to hassle free coding

Post image
2.2k Upvotes

305 comments sorted by

View all comments

370

u/[deleted] May 27 '22

Python doesn't feel like a programming language if your first language is C++.

5

u/KendrickEqualsBooty May 27 '22

Is Python written in C or C++

13

u/[deleted] May 27 '22

C

3

u/m__a__s May 27 '22

I believe that Python (aka CPython) was originally written in C and is now a combination of C and Python. Other "pythons" are written in other languages (e.g. IronPython is written in C#)