Indexing & Slicing of Numpy Array - In Hindi

  Рет қаралды 38,304

codeitup

codeitup

Күн бұрын

Пікірлер: 42
@shekharkumar1902
@shekharkumar1902 4 жыл бұрын
Sir , I might have seen more than 8 tutorials of Python but you explained it very simple, clear , detailed and finally in Hindi . In few days you would be top rated in India. I bet. My best wishes .
@codeitup
@codeitup 4 жыл бұрын
Thank you so much so much ... Comments like this encourages me to keep on my work. Thank you so much Shekhar !
@anindian4601
@anindian4601 3 жыл бұрын
🤣 U R WRONG BRO, I THINK U DID NOT SEE NAVEEN REDDY PYTHON TUTORIALS BCOS OF THAT U R SAYING THIS, THIS GUY IS NOTHING INFRONT OF NAVEEN REDDY GO AND WATCH HIS TELUSKO Chnannel, He is NO.1 IN PYTHON TUTORIALS, A DUMB PERSON ALSO CAN UNDERSTAND, IF U SEE THIS GUY IN THIS VIDEO, HE IS USING SIZE AS VARIABLE AND SAME AS SIZE NAME AS ARR.SIZE? FUCKING CONFUSION HE IS CREATING, GO AND WATCH TELUSKO
@Adarshsingh-bg7xi
@Adarshsingh-bg7xi 6 ай бұрын
tum bhot mast kaam karta hai.........
@chiranjibpaul4931
@chiranjibpaul4931 2 жыл бұрын
you really explain in easy way. Keep updating such videos. And people watching this keep playspeed 1.25 you can complete in faster and better way
@babamusic8538
@babamusic8538 Жыл бұрын
That's great sir❤❤❤
@anilsingh5446
@anilsingh5446 4 жыл бұрын
Thanks a lot sir
@codeitup
@codeitup 4 жыл бұрын
Thanks Anil☺️
@mayank9370
@mayank9370 2 жыл бұрын
Very simple and clear.. explanation, That's my honour or pleasure i'm watching your numpy tutorial. keep going sir❣🥰🥰
@codeitup
@codeitup 2 жыл бұрын
Thanks a lot Mayank for your precious comment, keep learning.. God bless you!
@abhyudaykumarvishwakarma-z4b
@abhyudaykumarvishwakarma-z4b Ай бұрын
Thanku sir for this tutorial. Thiis tutorial is enough for interview or not.
@AyushSingh-vj6he
@AyushSingh-vj6he 4 жыл бұрын
very good i am following your tuttorial
@codeitup
@codeitup 4 жыл бұрын
Great!
@ShreeRangg
@ShreeRangg 3 жыл бұрын
amazing explaination
@codeitup
@codeitup 3 жыл бұрын
Thanks😊
@nila-333
@nila-333 2 жыл бұрын
Thank you sir
@codeitup
@codeitup 2 жыл бұрын
Most welcome😊
@vlogtypea3201
@vlogtypea3201 2 жыл бұрын
Thankyou very much
@codeitup
@codeitup 2 жыл бұрын
Always welcome😊
@shivanshsingh5555
@shivanshsingh5555 4 жыл бұрын
both name size which u have used in second last line is same size which u have used for list size?
@shivanshsingh5555
@shivanshsingh5555 4 жыл бұрын
i got it after using it in jupyter...thanks....both are different
@codeitup
@codeitup 4 жыл бұрын
Good
@Be_shant_
@Be_shant_ 3 жыл бұрын
Sir Plz Dry Run Karke Dikhaiye...
@mohdmaaz7356
@mohdmaaz7356 4 жыл бұрын
arr.size of array is similar as len() function in list,tuple,string
@codeitup
@codeitup 4 жыл бұрын
Yes !
@cashastri111
@cashastri111 4 жыл бұрын
Can you please share how to work with Pandas and how can we import web based live information inputs in to program to generate out put
@codeitup
@codeitup 4 жыл бұрын
I am making videos step by step. Pandas will also be there but after a while..
@siddharthadwivedi8480
@siddharthadwivedi8480 4 жыл бұрын
sir why have u written arr.size what it means?
@codeitup
@codeitup 4 жыл бұрын
arr.size returns the length of the array means counting of total number of elements.
@jayarana3095
@jayarana3095 4 жыл бұрын
Sir apki programing bhut achi h But other channel ki videos m bhut short type krte h fir b answer aa jata h .. Aisa q..
@codeitup
@codeitup 4 жыл бұрын
Because mai built in functions ka use nahi karta balki students ko logically program solve karne ka way batata hu.🙂
@Vaibhav_Bhardwaj
@Vaibhav_Bhardwaj Жыл бұрын
i m back gurudev😁😁
@JyotiGupta-bp5js
@JyotiGupta-bp5js 4 жыл бұрын
import numpy as np a=[] size=int(input("enter the number to find indexing 1 dimonsional array:")) for i in range(size): n=input("enter the number:") a.append(n) arr=np.array(a) for i in range(arr.size): print(arr[i]) sum=0 for i in range(arr.size): sum=sum+arr[i] print("sum of array number",sum) sir unsupported operant types +
@broblox6854
@broblox6854 2 жыл бұрын
import numpy as np a =[] size =int(input("How many numbers ?")) for i in range(size): val =int(input("Enter Number")) a.append(val) arr=np.array(a) arr1 = arr[-2:] print(arr1) i got an error
@mohammadriyaz5586
@mohammadriyaz5586 2 жыл бұрын
which type of error
@Nishantsingh-bq1ml
@Nishantsingh-bq1ml Жыл бұрын
import numpy as np a =[] size =int(input("How many numbers ?")) for i in range(size): val =int(input("Enter Number")) a.append(val) arr=np.array(a) arr1 = arr[-2:] print(arr1) This is the corrected code
Reshaping of Array in Numpy - In Hindi
9:03
codeitup
Рет қаралды 26 М.
Slicing Two Dimensional Array In Numpy - In Hindi
12:58
codeitup
Рет қаралды 28 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН
INDEXING & SLICING DATAFRAMES IN PANDAS - PYTHON PROGRAMMING
23:19
Sundeep Saradhi Kanthety
Рет қаралды 30 М.
Numpy Functions in Python - In Hindi
12:06
codeitup
Рет қаралды 50 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 849 М.
Various Operations on Numpy Array - In Hindi
11:55
codeitup
Рет қаралды 18 М.
-5+3은 뭔가요? 📚 #shorts
0:19
5 분 Tricks
Рет қаралды 13 МЛН