Good to see you sir. Please upload python projects videos consistently.
@anishchar4282 Жыл бұрын
Very nice analysis 👌 Thank you very much 😊
@riyamishra15092 жыл бұрын
Sir mera timeit waal function invalid syntax error show kar Raha hai.
@bhoomikasaxena17892 ай бұрын
haan same
@SOHAILKHAN-xp3zv Жыл бұрын
Outstanding
@AmitSharma-oh5uw11 ай бұрын
sir mere me to numpy array jada execution time le rha hai hr bar.
@mantujaiswal97734 ай бұрын
same
@arpankhandelwal68356 күн бұрын
It might be because you are taking small numbers, try working on large numbers like 100, 1000
@BhagatjiEntertainment Жыл бұрын
Please try to provide a notes sir please it's going to be very helpful for us 🙏
@FereshteEydi8 ай бұрын
I wish it was in english
@MovieOk-p8q11 ай бұрын
Wow🎉🎉🎉
@PravinPidekar7 ай бұрын
x = np.array([1,2,3,5]) ^^^^^^^^ AttributeError: partially initialized module 'mynumpy' has no attribute 'array' (most likely due to a circular import) how remove this error ?
@suyashpatidar3255 ай бұрын
You have to import numpy bro
@suyashpatidar3255 ай бұрын
U have to import install numpy packages
@CSE-02-INDRANILBERA-dc6oj Жыл бұрын
%timeit() is not working on pycharn
@skkaif5272 Жыл бұрын
timeit ko import karo pehle
@warsnipergameplay86634 ай бұрын
Numpy operation is taking more time comparing to list operation why it so????
@KARAN-xf2it11 ай бұрын
In my case Numpy takes more time compare to list ????
@ahmadfarooq22224 ай бұрын
It is not about time it is about execution speed when you run program
@arpankhandelwal68356 күн бұрын
Actually, it is because of the numbers. Numpy is way faster when it comes to big numbers
@tahabashir9405 Жыл бұрын
d
@rkrrkumar51111 ай бұрын
why numpy faster than list?
@ahmadfarooq22224 ай бұрын
Beacuse it is written in c language which is generally faster than python