1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
what is cython
one of a possible numbers to solutions to the most painful of pythons traits- the lack of efficiency. Large and complex mathematical calculations may be easily coded in python but the resulting execution may be time consuming so it helps speed it up
what is jython
j is for java and is used to develop large and complex systems written entirely in java and want to add python flexibility to them. ( ONLY USES PYTHON 2 STANDARDS AND THER IS NOT JYTHON CONFORMIN TO PYTHON 3)
What is pypy?
a python within a pyhon. It represens a python enviroment written in python like language named Rpython
what is MicroPython
is an efficient open-source software implementation of Python 3 that is optimised to run on microcontrollers. It includes a small subset of the Python library, but it is packed with a large number of features such as an interactive prompt or arbitrary precision.