+ 2
Python!
Iam a Begginer who knows def,if,else,elif,raise,boolean,input Like Basic Things.... I Would Like To Know A Few More Basic Things Like This..... And What Is Cpython , Jpython etc... Thnx In Advance.....
1 Resposta
+ 4
So, Cpython, Jpython are implementations of Python. They are applicated in other languages like C and Java. So they have named them accordingly to distinguish between them. You may have heard of Cython as well which is a programming language that changes Python to C. PyPy is also known which is a subset of Python a bit quicker than a Cpython too. For more info visit: http://stackoverflow.com/questions/17130975/python-vs-cpython
So you know some basic things; you could start to learn about classes and how to define them. This topic will be covered in the python app for solo learn later on. There are also other built in functions that are important also know as magic methods; useful to learn. There are online courses for these as well. Maybe visit codeacademy.com. Useful.
Happy Coding