Do you want to learn technology from me? Check codebasics.io/ for my affordable video courses.
@mehdimemar6 жыл бұрын
I do'NT understand who would dislike this video?!? His videos are short and informative, with clear explanations and exact titles. what are you looking for??! GOOD LUCK TO @codebasics
@TotluTV6 ай бұрын
No one has disliked actually :)
@shubham_birhade_vlogs3 жыл бұрын
Important interview question asked about numpy is which is fast among numpy or list? And why? And this is well explained in this video. Thanks for such amazing videos 👍👍👍
@Actanonverba017 жыл бұрын
Good video, by the way, many people in Europe and NA say 'num-PIE' ☺
@thelasttimeitookashowerwas70693 жыл бұрын
i have never heard anyone say it the way he says it
@AetosAnatole-tm6xz8 жыл бұрын
Thank you... For the best introduction to numpy..... Hope u teach us more abt numpy in upcomng tutorials......
@siddharthadebvines52963 жыл бұрын
You are an Angel, Sir Love your content
@codebasics3 жыл бұрын
Glad it was helpful!
@luckybairagi72945 жыл бұрын
Nice video... But how did you assigned list in integer??
@yousafs98378 жыл бұрын
best numpy intro ever! thanks!
@robindong38027 жыл бұрын
Nice and clear demo, thanks
@muthulokesh94443 жыл бұрын
Clearly explained- Thaks!
@FlashManinSpace7 жыл бұрын
You make the best intro videos ever!
@carkibaatapkesath53232 жыл бұрын
Sir you are great 🙏🙏
@odarigeraldangule2 жыл бұрын
Straight to the point
@riseabovehate94766 жыл бұрын
6:41 what does zip mean ? Pls provide explanations for each and everything you write.
@narutokunn6 жыл бұрын
It is used to loop over 2 collection.
@UnixMan1007 жыл бұрын
Great video and explanation! One question -> I installed numpy under a 64bit architecture. I noticed that python list took less time than my numpy results. Is this just due the larger byte sizes I have in 64bit ? Result below: Where I made SIZE = 1000000 python list took: 0.008821487426757812 numpy took: 2.1543502807617188
@UnixMan1007 жыл бұрын
Ah nevermind had a small typo in my result = [(x+y) for x, y in zip(l1,l2)] line of code lol. Results make more sense now python list took: 101.22132301330566 numpy took: 11.317014694213867
@saritha39572 жыл бұрын
How is " L= range(1000)" making a list ?
@sukanyak99752 ай бұрын
Good explanation
@andreacazzaniga84887 жыл бұрын
well done, brief and spotted to the point!
@ruchk38725 жыл бұрын
Thank you for explaining it so simple way.....
@nischalshakya20153 жыл бұрын
I think the size of one element of the NumPy array is not always 4 bytes. It depends on whether your machine is 32 bit or 64 bit.
@anshpatel80832 жыл бұрын
if 64 bit, then maybe 4 bytes would be 8 bytes but I think half the word would be unused.
@adilmajeed84393 жыл бұрын
in your earlier 16 videos, you have mentioned about the list comprehensions and zip functions, why i am asking these questions because i am following what you had advised in your initial video and being me as a novice difficult to follow the instructions then
@rohitgandhi4991 Жыл бұрын
Please tell the order in which we need to study python from your channel
@CryptoRootz6 жыл бұрын
Dope! Thanks for making things clear
@candicardo66477 жыл бұрын
good introduction. Thanks!
@goodester69246 жыл бұрын
great tutorial!
@anharkarimmahyudin81083 жыл бұрын
Hello sir, I've installed numpy in cmd and then I test running it in python idle and it's work, but why when I tried to run it in pycharm it's not work and always error. It's said that "no module named numpy" why ?
@kavishsanganeria29813 жыл бұрын
u need to install the package on pycharm go to files>>settings>>choose your program>>pip>>search for numpy>>install packages
@anharkarimmahyudin81083 жыл бұрын
@@kavishsanganeria2981 thanks, it was really help me
@areejbasudan47322 жыл бұрын
@@anharkarimmahyudin8108 what was kavish's reply?
@anharkarimmahyudin81082 жыл бұрын
@@areejbasudan4732 sorry, i forget what he said cuz he deleted his reply
@nikitasinha81812 жыл бұрын
Thank you sir
@sanketshirke1856 жыл бұрын
kya ye complet tutorial he numpy ka? can u uplode veidos on matrix in numpy
@michaelmolter61807 жыл бұрын
Interesting, I got a different result. Numpy took 22.5 ms and straight Python (3.6) took 0.5 ms for n = 1000.
@tahaanwar52247 жыл бұрын
great videos man.....just i suggestion its pronounced as "num + pie" = numpy although numpiY is catchy
@satyanarayanpardhi53146 жыл бұрын
Great series....
@kevinsaify82703 жыл бұрын
Can you please make a full data science course according to sequence???
@codebasics3 жыл бұрын
On KZbin search for "codebasics data science", you will find my videos please watch it
@flamboyantperson59366 жыл бұрын
Nice video. I just would like to know are these 4 videos enough for numpy? because I want a job in Python so I have to learn in deep. Thank you.
@flamboyantperson59366 жыл бұрын
Thank you so much for taking out time and replying. I see your videos daily after reaching home from work. Your videos are awesome.
@surajpanigrahi4275 Жыл бұрын
Sir, I am new to numpy just finished my Python, and came here to learn numpy. But sir from this video i'm not able to learn because you have maked this for working professionals not for begineers.
@chrisvanmaarseveen50497 жыл бұрын
is numpy only for python 2.7 or also for python 3.5?
@illeyunzaman5329 Жыл бұрын
code basics you created the range again and again in the code using range function and you call it list although list is created with [ ] and elements are separated by commas please explain this
@sivabharathis654511 ай бұрын
john mass
@sivabharathis654511 ай бұрын
sorry deleted
@sivabharathis654511 ай бұрын
@mimrankhan99747 жыл бұрын
plz sie upload videos on scipy and scikitlearn
@mimrankhan99747 жыл бұрын
ok thanx and os module as well and also tell us which type of project we can make on python im beginer i dont have any idea
@sonamchoudhary59186 жыл бұрын
Hi. I will soontbstart data analyst tutorial on udecity. They want numpy as prerequisite. Will these 4 tutorial be sufficient to start the course ??
@rishikeshagrawani79207 жыл бұрын
Nice video.
@surajmondal52784 жыл бұрын
What is the reason of putting 5 in braces for sys.getsizeof() for list only? For array why you did not use same thing?
@sushantregmi21265 жыл бұрын
Quality content
@codebasics5 жыл бұрын
😊👍
@urduwithbilalhashmi2 жыл бұрын
Sir! I am a real fan of you but I feel that being a super expert you sometimes can't come down to a beginner's level to consider his/her issues. In the starting of Numpy who can understand where and how to get pip installed.
@vamsisaggurthi55286 жыл бұрын
Awesome
@raunakgiri212 жыл бұрын
Hey! I tried traversing through both python list and numpy array using for loop and i found a surprising result! Numpy array took more time than Array list !!! Can anyone explain why?
@meghnasingh99414 жыл бұрын
why only my numpy array taking more time than python list, rest everything is same
@triparnakar58367 жыл бұрын
Question: when I do this sys.getsizeof([1]) in the python shell, it gives me 72, and when I do sys.getsizeof(np.array([1])) in the shell, it gives me 100.... so, by that logic, it seems the array object takes more space?? or am I missing something?
@triparnakar58367 жыл бұрын
codebasics but, here, for a single item, array object seems to have a bigger size (100), than that of list (72)
@riseabovehate94766 жыл бұрын
@@triparnakar5836 When it comes to computational speed , only elemental attributes are to be considered. use array.nbytes to check how much memory the elements occupy. Getsizeof isn't the right method to check size of ndarray
@milan_shah5 жыл бұрын
(I have Python 3.5.2 installed in Ubuntu 16.04.5) For the above code, why I'm getting the following output rather than (14000 & 4000): 24000 8000
@murifedontrun33635 жыл бұрын
Byte size of elements varies with Operating system
@Hany_AlShahhat5 жыл бұрын
thanks
@nupoorsolanki85266 жыл бұрын
error importing mysqldb....m using python 3.7..module working in cmd prompt but not in jupytor notebook..i have tried all possible like MySqldb..........sql.connector..all experts are failed to help me..can u solve. im tryong to connect with mysql database using python.. success to installing..but failed to import in jupytor anaconda..
@brijesh08084 жыл бұрын
In my comp the size diff is 28vs8 instead of 14vs4. Is this because of 32bit and 64bit sys?
@yaksh99411 ай бұрын
yes, when running Python code in PyCharm, it typically uses the Python interpreter installed on your system. So, if you're running your Python code within PyCharm on a 32-bit system, integers will likely default to 4 bytes. On a 64-bit system, integers will typically default to 8 bytes.
@Quest_adventure2 жыл бұрын
Hi, can anyone explain while trying to install via terminal the message shows like that- "Defaulting to user installation because normal site-packages is not writeable". Thanks
@manishaarya2472 жыл бұрын
If error come attributes not found or array not defined something. .... Then go to windows type numpy.py then enter tha path file and then form there change to name of numpy to anything..like program,file,nummy. Anything you like. Then again run the same code
@hariharamoorthythennetipan21907 жыл бұрын
nice viedo
@sleepyvoice5816 жыл бұрын
you have to correct your spelling it's convenient not convinient....
@kranefivem6 жыл бұрын
SleepyVoice NOBODY CARES DUDE
@RyanJensenEE6 жыл бұрын
Your comment is a run-on sentence. There should be a period or a semicolon after your use of the the world "spelling".
@shritamkumarmund52736 жыл бұрын
Every time when I run this code in Jupyter Notebook. I am getting 28. #My Code import sys sys.getsizeof(6) Output: 28 How it's possible? Each object size has 14 bytes, and here i am getting 28. Can you please tell me how to fix it or whats wrong in it.
@imranm61963 жыл бұрын
Did you figure it out yet ? I have same problem, plz lemme knkow. thanks.
@manishaarya2472 жыл бұрын
Problem .... .Load attributes is not defined
@looper63947 жыл бұрын
hi, i dont have mingw on my computer, how do i use " $ pip install numpy " in this case?
@looper63947 жыл бұрын
thanks for you reply, im not very familiar with the command prompt. to make this work, i had to drop the $-sign and just type "pip install numpy"
@satyenmehta97494 жыл бұрын
why do i get print(sys.getsizeof(5)) - 28 ??
@ramanjaneyulu4766 жыл бұрын
Hi,hello all, I have one csv file and one xlsx file.. My requirement is I want to read the data of particular row and column from csv file And that data need to write in particular row and column to an xlsx file.....Any suggestions would be appreciated
@mayurbhor22314 жыл бұрын
Ok , Why does python lists exist then ?
@miladsayad29356 жыл бұрын
a = np.arange(1000). print (a.itemsize * a.size) I get 8000. (8 bites) can you please explain this?
@chitwanjain30626 жыл бұрын
@@codebasics I've a 64 bit m/c. It is showing 4 bytes as size of numpy array & 28 bytes as size of python list object. can u plz explain why so ?
@poshhakhbyaakansha28903 жыл бұрын
U r good. Just one advice. Don't concentrate on your pronunciation. Speak the way you do. English is just a language...like any other language. We don't really have to overdo it.
@girijeshjha7 жыл бұрын
What if I write: print(sys.getsizeof(1000)*len(array))
@yilmazbingol69536 жыл бұрын
pip install numpy ^ SyntaxError: invalid syntax can anyone help pls
@mohammedshahad42373 ай бұрын
Sir It Is Not Clear
@rajanmishra77332 жыл бұрын
Int object is not Iterable
@starship17013 жыл бұрын
Your keyboard is so loud
@mehreenkhan49176 жыл бұрын
U have a kashmiri accent..... Anyways good tutorial
@ajitkumarsingh90765 жыл бұрын
Indian accent not kashmiri
@geekyprogrammer48316 жыл бұрын
what is num PUY?
@sahilmehra2902 жыл бұрын
Idk watching your video seems like just looking someone who knows how to code nothing else .
@im_karamo19076 жыл бұрын
In case you have your dataset and you wants to import it via pandas or numpy using import function, do you need to save your data into numpy library or? If yes how do you do this? I have a dataset from internet Im trying to practice to manipulate the data using numpy import function, but it tells me file error. Im suggesting that maybe i need to save the file in the desktop and if i go to python and use import function it doesn't work.. Please i need explanation how to solve this... You may reach me via email kamasbah@gmail.com Your aid is highly needed thank you. Im thinking how do i need to save the file for it to be recognise as by numpy import function.
@codebasics5 жыл бұрын
Step by step roadmap to learn data science in 6 months: kzbin.info/www/bejne/fmW8lKSLgb5kY7M Learn data science with pandas: kzbin.info/www/bejne/eZ7So3SNh9h2d9k Machine learning tutorials with exercises: kzbin.info/www/bejne/nZ7Zp5Sll9Jqm7M
@Shakalal694 жыл бұрын
I dont know anything about coding and all
@codebasics4 жыл бұрын
No issues. Just start with my python. Tutorials playlist. It is designed for beginners just like you