How to actually make your Python code run faster?

preview_player
Показать описание

In this video, I demonstrate how to make your python code run faster. I conducted an experiment to test the performance difference between a single thread program, a multi thread program, and a multi process program.
The results give you a clear idea on how to write optimized code and make your code run faster.

Thanks for watching!
SUBSCRIBE for more videos!

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

CLARIFICATION: At 10:31 I meant to say "multiprocessing" and not "multithreading". I just realized it after uploading it to YouTube 🤦🏽‍♂

TechRaj
Автор

Best explanation I have ever seen.
I understand better now.

dannytutor
Автор

We can simplify the whole multithreading code into two line of codes

with as executor:
executor.map(function_to_check, list_of_passwords)

d_chip
Автор

Incredible explanation, it'll be of so much use to meee

GabiBrawl
Автор

The explanation is very comprehensive. I learned a lot. Thank you and I subscribed.

thedudegotfourviews
Автор

Well done with explaination, good job

riccardozappitelli
Автор

Bro plss sloven this problem in when i open my file explorer it is showing ip address pf another network connected and normally iam using Wi-Fi having another ip address both are different i want to remove this . Please explain this bro plss

rashmikaavedios
Автор

Discord bot is much faster than YouTube notification

SteveBClark
Автор

Can you create a powerful ddos tool for education purposes . Btw video is amazing 😊

xxehacker
Автор

Get aeohnd serializatin by using shared memory, it is WAY faster and not that hard to implement

Max-fwqy
Автор

Tech Raj do something to grow your views again ❤ your video not spreading

moonx
Автор

Lamest explanation ever.. first explain what is thread ? Explain about process etc

ericyo