How To SPEED Up Python Code

preview_player
Показать описание
This video discusses how to make your python code faster by using cython and c extensions.

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️

⭐️ Tags ⭐️
- Tech With Tim
- Python Programming
- Cython
- Speed Up Python Code

⭐️ Hashtags ⭐️
#shorts #techwithtim
Рекомендации по теме
Комментарии
Автор

writing the whole code in assembly can also be a logical solution

Dark-jnpg
Автор

would've been much better if you showed the process

mohamedyamani
Автор

Actually, Cython probably is the way to go, at least the first way to try. Cython is a superset of Python, so it’s syntax is similar to that of Python. It has a compiler that compiles cython into C/C++, with optimization. In many cases, it’s performance is close to, or even better than non-optimized C/C++ code

dbwzzlz
Автор

How to make python faster: Use C instead

sirpsychosexy
Автор

Can you make a short tutorial explaining this concept?

sw-code
Автор

if u dont know c, i think you can use a language converter

GustonExE
Автор

Sorry Tim, I've graduated to C#, C# 7 is lightning fast and the syntax has all the right shortcuts..

phantomapprentice
Автор

C++ programmers: look what they need to mimic a fraction of our power

SOME_BORED_GUY
Автор

Would that be by adding "import stdio.h"?

ICONICZyn
Автор

-Can't use different language
-Write in C
ok..

exquisitecorpse
Автор

I might as well use just C to make the whole program 😂

mr.k
Автор

@Tim, it will be a lie if I said that I understand what you said.

kingone
Автор

"So what are you saying?"
"If you want to write python code, write it in C"
😂

SASA_maxillo
Автор

This is EXACTLY what I've always said: to speed up Python, *don't use it !*

emjizone
Автор

Yikes. Doesn’t take a genius to find out that writing code in a faster and more powerful low level language makes it faster and more powerful.

RedDragon-xcpx