Does sololearn's python program complete the whole thing? What is python "3"? What is Cpython? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Does sololearn's python program complete the whole thing? What is python "3"? What is Cpython?

I am going to learn Python web development using Django. I want to know Details about this. Please help. :)

20th May 2019, 4:33 PM
Rafat Mahbbub
Rafat Mahbbub - avatar
1 Antwort
+ 1
Python 3 is the most recently developed "edition" of python, superceding Python 2. It comes with numerous syntax alterations and performance improvements When you run a Python program on Sololearn, the package gets sent to a remote server and interpreted there. The result of the code is then sent back. For this reason GUI apps and infinitely running apps wont work, as well as Django packages CPython refers to the version of Python coded in the C language. It is the most widely used version (in fact Ive never seen another one). This is (mostly) behind the scenes stuff you dont need to worry about
20th May 2019, 6:31 PM
Trigger
Trigger - avatar