You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since, python is a very popular programming language and there exist a lot of implementations of python, like, CPython, PyPy, JPython. It would be nice to add a blog entry explaining the popular implementations of python and their pros and cons.
PS - There are no specific deadlines for submitting the blog entry, do whenever you want, but be early, if someone else submits a PR, then that will be considered first.
The text was updated successfully, but these errors were encountered:
Describe the bug/feature
Since, python is a very popular programming language and there exist a lot of implementations of python, like,
CPython
,PyPy
,JPython
. It would be nice to add a blog entry explaining the popular implementations of python and their pros and cons.To Reproduce(for bug)
Screenshots(for bug)
Device Details(for bug)
Other Comments
Refer the following articles for ideas,
[1] https://wiki.python.org/moin/PythonImplementations
[2] https://qr.ae/TWtvRN
[3] https://en.wikipedia.org/wiki/CPython, https://en.wikipedia.org/wiki/PyPy, https://en.wikipedia.org/wiki/Jython, https://en.wikipedia.org/wiki/Stackless_Python, https://en.wikipedia.org/wiki/MicroPython, https://en.wikipedia.org/wiki/CircuitPython, https://en.wikipedia.org/wiki/IronPython
PS - There are no specific deadlines for submitting the blog entry, do whenever you want, but be early, if someone else submits a PR, then that will be considered first.
The text was updated successfully, but these errors were encountered: