the python family

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:23 AM on 9/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

4 Terms

1
New cards

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

2
New cards

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)

3
New cards

What is pypy?

a python within a pyhon. It represens a python enviroment written in python like language named Rpython

4
New cards

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.