- 1
What is the best way to speed up python
I only want a suggestion for the complete learning faster the python. So please guide me , what is the best way to learn python faster little more due to less time I am not just declared that python is best it was not my attention it's a big goal to me that I want to focus python with my study
6 odpowiedzi
+ 15
Navneet Singh
You can take help from there and also take a practical too this will help you retain everything 💯😄
https://www.sololearn.com/discuss/1391682/?ref=app
https://www.sololearn.com/discuss/1629189/?ref=app
https://www.sololearn.com/discuss/2343116/?ref=app
+ 2
Martin Taylor Is Cython nearly as fast as C?
+ 2
Martin Taylor What if someone makes a compiler for Python that converts the Bytecode into machine code? Would it still be slower than C? I have always been wondering why no one does this. Thank you.
+ 1
Martin Taylor Oh, I see. So I suppose that the optimisation the compiler has to do will be very tedious as a single variable can contain any data-type. Thank you very much for your valid response.
+ 1
Calvin Thomas you can look up “Nuitka”. it’s a Python “compiler” after all and can generate binaries.
+ 1
Flash Cool! Although it still doesn't result in code efficiencies matching that of C, it's a good enough improvement over Cython, it seems.