All Questions
3 questions
-2votes
3answers
852views
is python(cpython) code represented as c code by the interpreter?
what i know is , in cpython when we run a code then its first compiled into byte code and the cpython interpreter( which is written in c interprets it) interprets the byte code and converts it into ...
3votes
1answer
737views
Objects of different programming languages [closed]
Apparently, there are some resemblance between objects in JavaScript and dictionaries in Python. Each language defines an object a little different (and there is some logic that all definitions to be ...
6votes
1answer
5kviews
Python programming patterns and practices? [closed]
What are the best python programming patterns and practices you are using every day? I don't mean only design patterns (there are lot of OO design patterns that can be used in python), I mean pure ...