Greetings;
Please, is there a 'python tool' of sorts (ide or whatever) that will convert Python code to 'C' code .
Thanks!
vmars 0 Light Poster
Recommended Answers
Jump to PostThe closest thing would probably be Shed Skin that translates Python code to rather ugly C++ code. See:
http://en.wikipedia.org/wiki/Shed_SkinA number of students have attempted a Python to C translator but failed because …
Jump to PostPython is a modern language that has borrowed advanced programming concepts from a number of other languages like C++, Java, Lisp and Haskell. It would be very hard to express these in C.
All 5 Replies
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
ithelp 757 Posting Virtuoso Banned
sneekula 969 Nearly a Posting Maven
Salem 5,265 Posting Sage
Nine Tails 1 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.