Python Tutorial - Why Use Python? (1 of 3)
Top Comments
All Comments (84)
-
DONT SCREAM SO LOUD!
-
I'm waiting for you guy's to "pop a cap" in someone... if you are gonna give a tutorial, make it worth watching... stop being annoying... grow up!
-
@Elluem Glad I added one more useful tool to your collection.
Cython essentially is a converter of python code with additional feautres found in C , to C code. However all this happens automatically and you dont even need to know how to use a C compiler. All it needs is a setup.py like many other python apps that use distutils.
Cython also lets you use C , C++ and Fotran libraries like they are python libraries with no extra coding. And you can mix C , C++ , fotran with python code.
-
@thekilon That's awesome. I didn't know about Cython, thank you.
-
@Elluem Actually Python can do CPU intensive tasks with ease and even compete with pure coding in C++ . Check Cython. Cython gives you the ability to code in pure python if you wish and enjoy speed up of up to 8 times. It also allows you to use features found in C that makes it fast that python does not have like static typing. In that case Cython can speed up python code up to 1000 times! The great thing about cython is that even in the latter case its all python coding. No C required.
-
fcking kids...........
-
really?!
grow up, for god's sake
using words like "homie" just shows how much uncool you are
using words like that doesn't make you cool and thinking they do just proves how stupid you are
so grow up, learn to read and buy a dictionary and read it
kids these days, awful little bastards, no intelligence at all
and with that lack of language skills they really should be shot in sight
-
hahaha ur such retards i actualy started to laugh :D
Don't scream close to the microphone.
Yes python rocks but you guys suck.
giannisfs 3 years ago 20
You can't say any single programming language is the BEST. Every language has its own uses for different things. Python isn't that great for doing CPU intensive processes or complex computations. It's great for rapid development of simple code though. It's also great for GUI coding and for making data structure code. It's good at this because you can put multiple types of data into one container, you can't do this easily in C++.
I code in C++ and Python and a few other languages.
Elluem 2 years ago 6