Mypyc is the EASIEST way to speed up your Python code

preview_player
Показать описание
Mypyc is another one of those tools to help speed up Python, but comes with extra ease-of-use and compatibility benefits!



If you enjoy my content, consider supporting me on Patreon (or hit the JOIN button below to become a member)!

If you need help with anything, feel free to join the Discord server:

I get a lot of people asking, so here's my Visual Studio Code setup!



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

#python #coding #howto
Рекомендации по теме
Комментарии
Автор

Awesome. Have used cython, but this is great for scalable and quick performance boosts especially in a crunch! Definitely improves development time

aaronater
Автор

BTW, while I like that Guido and his team at Microsoft is trying to make an overall speed increase of Python of 5X over the next years I'm not seeing that speedup truly significant.
Python on Graal VM seems much more promising in improving speed. Would you be willing to test it and give an opinion of how ready you think it is to use on projects? Thanks!

encapsulatio
Автор

Hey, I watched all of your speed-related videos and those are awesome.
But all these methods Numba, mypy and Cython mostly speed up tasks that required mathematical computation.
So how to speed up applications which depend on I/O functions such as API?
Thank you!

sushantpawar
Автор

Can we stop python from taking more memory than what it's need hmm?
For example a 9 bit variable it's gonna take 16 bits ....

xtz_
Автор

Are you aware of any company out there that teaches Python, especially the most advanced features in Python that exist right now? And by teaching I mean many varied examples of using one feature and from different viewpoints, ideas how to combine features elegantly etc? Things that can only come from experienced python programmers that already made the mistakes and learned how to avoid them. Thank you!

encapsulatio
Автор

Not really the easyest, pypy actually way easier

RicardoSuarezdelValle
visit shbcf.ru