#28 Python Tutorial for Beginners | Why Numpy? Installing Numpy in Pycharm

  Рет қаралды 687,883

Telusko

Telusko

6 жыл бұрын

Check out our courses:
Spring and Microservices Weekend Live Batch : bit.ly/spring-live-weekend
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : bit.ly/java-spring-cloud
For More Queries WhatsApp or Call on : +919008963671
website : courses.telusko.com/
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
Discord : / discord
In this lecture we are discussing about numpy arrays and how to install numpy in pycharm and cmd:
-- If you want to work with multidimension arrays
from array('i', [1,2,3],[4,5,6])
print(arr) # you get error
-- array which are using not supporting multidimension arrays
-- thats why you need to use numpy arrays which are supporting multidimension arrays
-- by default numpy are not installed in python
Install numpy from cmd:
-- you need to install numpy using pip install numpy
-- install using command pip install numpy in cmd(command prompt)
Install numpy in pycharm:
-- in pycharm we need use shortcut ctrl+alt+s and simply going to setting
-- and then going to project interpreter and then click on + sign and search numpy and install it
from numpy import * #importing numpy
arr=array([1,2,3,4,5,6])
print(arr)
Github :- github.com/navinreddy20/Python-
Python for Beginners :- bit.ly/3JOLQhl
Java and Spring Framework For beginners with Spring Boot : - bit.ly/3LDMj8D
Java Tutorial for Beginners (2023) :- bit.ly/3yARVbN
Subscribe to our other channel:
Navin Reddy : kzbin.info/door/xmk...
Telusko Hindi :
kzbin.info/door/itz...
Donation:
PayPal Id : navinreddy20
Patreon : navinreddy20
www.telusko.com/contactus

Пікірлер: 805
@shashidharnanda535
@shashidharnanda535 5 жыл бұрын
not all superheroes wear capes, some teach Python for free..
@panomapet9441
@panomapet9441 4 жыл бұрын
Great! Traversy Media (Brad) wears caps and he teaches almost all the courses for free. Much love to the two gentlemen + Max!
@ManpreetSingh-lt8fp
@ManpreetSingh-lt8fp 4 жыл бұрын
Was that a reference from owl citys song
@dhananjaypatil2355
@dhananjaypatil2355 3 жыл бұрын
Takla kon dikhysga bro...
@B1th1
@B1th1 3 жыл бұрын
👍
@scariamathew3316
@scariamathew3316 4 жыл бұрын
For those getting error in cmd while installing numpy try any of the following commands but make sure ur internet is connected 1) 'py -m pip install numpy' OR 2) 'python -m pip install numpy' OR 3) 'py -m pip3 install numpy' OR 4) 'python -m pip3 install numpy' Any one of the above 4 should work based on the python version u have If further it is asking to upgrade pip version then use this command in cmd to upgrade pip '-m pip install --upgrade pip'
@namratakaur1825
@namratakaur1825 4 жыл бұрын
Thanks...it worked
@archisisodia9619
@archisisodia9619 4 жыл бұрын
Thanks
@nishaborah2577
@nishaborah2577 4 жыл бұрын
thanks...it helped a lot!!!
@nikhilchintu6567
@nikhilchintu6567 4 жыл бұрын
@@namratakaur1825 it not working bro
@namratakaur1825
@namratakaur1825 4 жыл бұрын
@@nikhilchintu6567 it works...try it again....and i am not bro. I am a girl
@mituldaniadventureJunkie
@mituldaniadventureJunkie 5 жыл бұрын
Folks - Whoever is getting an error "pip3 or pip is not a recognized internal or external command" needs to watch Episode#7. Navin has actually shown exactly how to set the path for python or scripts in command prompt. The path needs to be added in the environmental variables. I was getting that error too and went back to that video and set the path. After that, the installation is a breeze. Hope this helps!
@manishnaik3689
@manishnaik3689 3 жыл бұрын
Respected ++ mate💯
@avishkarpawar5972
@avishkarpawar5972 2 жыл бұрын
I am not able to edit environmental variables
@akshayak4007
@akshayak4007 2 жыл бұрын
@@avishkarpawar5972 me too man
@akshayak4007
@akshayak4007 2 жыл бұрын
It is locked
@avishkarpawar5972
@avishkarpawar5972 2 жыл бұрын
@@akshayak4007 then, any solution?
@chinmaydas4053
@chinmaydas4053 6 жыл бұрын
Many thanks.. What a great teacher you are! 🙏🙏.. This is the sign of a great teacher.. After learning.. almost everything becomes clear and can do by own.. Lots of respect..
@fun_funda7286
@fun_funda7286 4 жыл бұрын
Sir.. Your all videos are just amazing... We love to watch your video for educational purposes and its really very helpful in studies as well.. And I want to thank you for making these video free Bcoz as a child in middle class family its very very hard for us to pay any money... Thank you once again
@ranjithnayak4822
@ranjithnayak4822 4 жыл бұрын
thank you so much sir......I am from mechanical background I learned java in one of the institute in bangalore. After joining to company as a developer they told me to learn spring frameworks, I scared in that moment becoz without going to institute and without trainer how can I learn...Then I started to watch your vedios ,i learned springs, spring boot , from ur vedios easily That is ur teaching skills thanks a lot sir....now im going to learn python with free of cost...
@divyamalhotra3574
@divyamalhotra3574 3 жыл бұрын
Once again u nailed the teaching. Ur way of teaching motivates to learn more without any boredom.
@nikunjdewan4881
@nikunjdewan4881 4 жыл бұрын
sir India needs more teachers like you
@arvind_purushotham
@arvind_purushotham 5 жыл бұрын
hi navin.. is array module necessary for our coding when we have numpy module? do we have any benefit using array module for 1d operations?
@silvipriya7263
@silvipriya7263 5 жыл бұрын
For everyone getting error like 'PIP is not a recognized internal or external command', please add the location of PIP which is /Scripts [for eg:- if python is in C folder then C:/User//Python37/Scripts] in your windows environmental variable. Then restart your command prompt and then things will work.
@GamingOzzz
@GamingOzzz 5 жыл бұрын
Windows environmental?
@RamizZamanJEEPhysics
@RamizZamanJEEPhysics 5 жыл бұрын
You need to set the environment variable
@RamizZamanJEEPhysics
@RamizZamanJEEPhysics 5 жыл бұрын
@@prashantbanthia2720 right click on my computer and then go to properties and then go to advanced settings, then environment variables and then you will see a variable named "PATH" click on it then go to edit and then copy the path of your python.exe file and then paste it there. Then your python command will work fine
@kanchanverma1867
@kanchanverma1867 5 жыл бұрын
@@RamizZamanJEEPhysics sir it is showing many options in path ,which option i have to select ??
@RamizZamanJEEPhysics
@RamizZamanJEEPhysics 5 жыл бұрын
@@kanchanverma1867 click on path then edit button then new...now just copy the path of python exe file and paste it in the environment variable window.
@simrankaur-yu6rh
@simrankaur-yu6rh 3 жыл бұрын
Thnx sir for ur teaching ❤️ i want to meet u in my life one time u r my idol teacher 🙏🏻🙏🏻🙏🏻🙏🏻☺️☺️☺️❤️❤️
@32sreelakshmim34
@32sreelakshmim34 2 жыл бұрын
Me too
@emmanuel.aggrey
@emmanuel.aggrey 6 жыл бұрын
sir please I'm stack and i need urgent help . I'm using javafx.. MySQL and I'm using result set i want if a record already exists i perform an update else i insert a new record thanks..
@sanikaraul4757
@sanikaraul4757 4 жыл бұрын
Sir it would be great to learn data analysis from you ... please make a series for at least basics ..as soon as possible 🤞😁
@adityakshirsagar6582
@adityakshirsagar6582 4 жыл бұрын
Sir I am run python on Windows 10. So as you said in video about "pip3 install bumpy" cmd gives instruction pip3 not recognized. So please solve my problem.
@vivekshanbhag786
@vivekshanbhag786 4 жыл бұрын
He gives full stop to all the doubts indeed
@aayushjain3290
@aayushjain3290 5 жыл бұрын
Hi, first of all, Thanks for the great content, was wondering if there's a GIT repo where you document the course index, youtube links, assignments and solutions ?
@MrTushar11111
@MrTushar11111 5 жыл бұрын
Hey i am using python 3.7.3 version. I couldn't find pip in script directory and hence even if i set path to script dir, i am still facing the issue.. Please suggest
@shubhamkumarsingh9928
@shubhamkumarsingh9928 5 жыл бұрын
sir ,i m using atom instead of pycharm..how can i include numpy in atom..numpy is already installed in terminal for python 3 but when i import numpy in atom text editor it shows error..
@nancyfazal2536
@nancyfazal2536 4 жыл бұрын
Really enjoying the series...Thanks alot Sir!
@harshjhunjhunuwala
@harshjhunjhunuwala 5 жыл бұрын
what is the difference between the for loop in java and python i am always confused because of the syntax in python as there we dont have to give the limiting value of the loop
@debojitbasak4123
@debojitbasak4123 4 жыл бұрын
whenever i am trying to install it in the shell it says " "pip3 is not recognized as an internal or external command operable program or batch file." what does it mean and how can i fix it.
@knowingtruthisbliss2717
@knowingtruthisbliss2717 4 жыл бұрын
You're amazing, MashaAllah!
@chaitanyasingh7761
@chaitanyasingh7761 3 жыл бұрын
YOUR PYTHON TUTORIALS ARE THE BEST!!!!!😁😁😀, Keep it up:)
@ashishsony700
@ashishsony700 4 жыл бұрын
i m not able to install numpy in pychams , is there any dependence bwith microsoft c++
@nithishkumarchelimilla7253
@nithishkumarchelimilla7253 4 жыл бұрын
sir i am unable to install numpy since my pip version 2 .so how to install version 3
@keerthikaran3473
@keerthikaran3473 4 жыл бұрын
In Command prompt numpy can't install it give warning sir what can I do
@kavindudissanayake6428
@kavindudissanayake6428 5 жыл бұрын
Sir, it says error: unable to find vcvarsall.bat . What should i do?
@jerrinjacob9169
@jerrinjacob9169 4 жыл бұрын
Sir , I have a python 3.8.2 version ....'pip3 install numpy' is not working in my command prompt...what to do ?
@sreekanthreddy9498
@sreekanthreddy9498 5 жыл бұрын
sir,Are you going to start Artificial Intelligence or machine learning after completion of python series
@issathulrafiyam.s4429
@issathulrafiyam.s4429 3 жыл бұрын
Your class is really so helpful to me sir thank you so much
@stockfish3379
@stockfish3379 4 жыл бұрын
sir u r the most popular programming teacher on KZbin So am I here 😁😁😁💖💖💖
@malinis1137
@malinis1137 3 жыл бұрын
Sir your such an amazing teacher..Thank you from bottom of my heart.😊💚
@seshagirideshpande351
@seshagirideshpande351 4 жыл бұрын
Hi sir, can you please tell where can arrays be implemented in programming ?? please sir
@ankit27goel
@ankit27goel 3 жыл бұрын
Your way of teaching is really impressive or i would say very impressive. Good going sir.
@trapgod6617
@trapgod6617 4 жыл бұрын
Hello sir just wanna know if we can put a string in the array for example I can’t put”name” in the array I can only put one character like “u”
@phantom008varun4
@phantom008varun4 Жыл бұрын
why are u soo underrated i saw ur channel playlists and omg you hav multiple vids on programming 🔥🔥🔥🔥u must hav crossed 50lack subs atleast
@ramyaamirth8381
@ramyaamirth8381 5 жыл бұрын
Hello sir,I was installed numpy in pycharm and CMD...no error in coding....but the error is numpy is not defined...how to solve this error.. please help me..
@sanjeevchoudhary3461
@sanjeevchoudhary3461 4 жыл бұрын
I have installed "numpy" in pycharm but still getting numpy error while importing numpy
@bhushangharde3872
@bhushangharde3872 5 жыл бұрын
sir when i use pip3 command it gives pip3 is not recognized an internal and external command in cmd..
@prayagrajsoni7464
@prayagrajsoni7464 3 жыл бұрын
Sir u are great, amazing,cool,super,nice,and the list goes on, I want to be like u one day
@cheedellapavankumar9185
@cheedellapavankumar9185 4 жыл бұрын
bro its not working . In command prompt it upgrade to pip latest version then i tried in pycharm but its showing like this ''builtin_function_or_method' object is not subscriptable '' while running the program. help me with this plz
@anjanasinha8705
@anjanasinha8705 6 жыл бұрын
sir im get this errors in both cmd and in my IDE (i use IntelliJ) " Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)'))': /simple/numpy/" what should i do pls help anyone thank u.....
@shivakumarbadiger2373
@shivakumarbadiger2373 4 жыл бұрын
How to import numpy in Visual studio code. because when i try with IDLE it works for me. In Visual code I am getting import error
@abhilipsasatapathy847
@abhilipsasatapathy847 5 жыл бұрын
Sir thanks for your vdo lectures these r very helpful
@leenagavali5415
@leenagavali5415 3 жыл бұрын
The way you teach Sir, really easy to understand.. Thanks
@sarasiddiqui2206
@sarasiddiqui2206 5 жыл бұрын
For all those who are struggling to install numpy, this will definitely work. 1. Open 'Control Panel' 2. Open 'Programs' 3. Open 'Programs and Features' 4. Right click on 'python 3.7.3' (whatever version you have, right-click on it.) 5. Select 'Change' 6. Click on 'Modify' 7. Click on 'next' (make sure tick is on everything mention) 8. 'Advance Option' will be shown, Tick on everything, and then click on 'Install' 9. That's it, now go to the command prompt and write 'pip3 install numpy'
@apoorvsoni9782
@apoorvsoni9782 3 жыл бұрын
thanks a lot
@shanebaines3418
@shanebaines3418 Жыл бұрын
@@apoorvsoni9782 It worked.Thank you so much
@p.vardhan.6702
@p.vardhan.6702 Жыл бұрын
Tq andi it's works
@karabgut
@karabgut 4 жыл бұрын
in VSCode I can not use * symbol for all array and numpy instead of * in array I wrote from array import array and it works but in numpy it doesn't then python didn't recogixe array(sth),how can I solve the problem?
@girishmamidi8161
@girishmamidi8161 3 жыл бұрын
Hi Navin, I am using Python 3.10, i am unable to install numpy. cmd: pip install numpy/ pip3 install numpy. may i know how to install numpy in 3.10
@kbillore28
@kbillore28 4 жыл бұрын
What about below code @navin from array import * # 2D array r, c = (5, 5) arr = [[0]*c]*r print(arr)
@sumitdas-gk9lh
@sumitdas-gk9lh 6 жыл бұрын
I am enjoining lot of concept with this series sir!!!!
@pratikdutta5327
@pratikdutta5327 4 жыл бұрын
Hi Navin vaiya, i have installed numpy package in pycharm but its taking the import statement but showing numpy dont have module named array can you help pls? "C:\Users\Pratik Dutta\PycharmProjects\MyProject1\venv\Scripts\python.exe" "C:/Users/Pratik Dutta/PycharmProjects/MyProject1/python_practice/numpy.py" Traceback (most recent call last): File "C:/Users/Pratik Dutta/PycharmProjects/MyProject1/python_practice/numpy.py", line 1, in from numpy import * File "C:\Users\Pratik Dutta\PycharmProjects\MyProject1\python_practice umpy.py", line 3, in arr=array([2,3,4]) NameError: name 'array' is not defined
@abhishekgarg227
@abhishekgarg227 4 жыл бұрын
Hello sir I install numpy using command prompt and also check it using python idle but I did not able to run code in Sublime. So can you please tell me how to install numpy package in Sublime text editor
@muzaffarahmed4515
@muzaffarahmed4515 4 жыл бұрын
Whoever getting error while installing numpy on pycharm: Without internet connection, numpy cannot be installed on pycharm First connect to internet , then follow the instructions of Naveen sir Hope it will work
@hirahanif1594
@hirahanif1594 4 жыл бұрын
connected still found error
@sayanpatra8249
@sayanpatra8249 4 жыл бұрын
still the solution which is coming- "Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter".
@adarshabbigeriadarshabbige8004
@adarshabbigeriadarshabbige8004 4 жыл бұрын
We are getting an error msg
@ashoklamba5787
@ashoklamba5787 4 жыл бұрын
@@sayanpatra8249 is it resolved if yes plzz tell the solution
@sayanpatra8249
@sayanpatra8249 4 жыл бұрын
@all. Whosoever is getting this type of problem in downloading numpy..try on Microsoft studio...it is having inbuilt functions...you can write your script and run the program. If I could help any of you pls.. acknowledge @PRANESH KUMAR A. @Ashok Lamba
@charupreeti3627
@charupreeti3627 4 жыл бұрын
Can you provide the solution for your assignment, which is sorting of the elements in the array , but without using sort function or any numpy packaged functiions
@RajeshRathor88
@RajeshRathor88 4 жыл бұрын
Unable to get it installed in Pycharm, first gey c++ error , now after installing that getting RuntimeError Broken toolchain. Any solution?
@archanaraghunath2565
@archanaraghunath2565 4 жыл бұрын
['pip3' is not recognized as an internal or external command, operable program or batch file.] sir I'm getting a message like this while trying to install what to do now??
@charan.youtube
@charan.youtube 3 жыл бұрын
May I know where I can find all the installed packages in python,like can I see them in my local folders?
@-Lokeshvelaga
@-Lokeshvelaga Жыл бұрын
sir i am unable to import numpy on IDLE after intallation of pip in command prompt what is my mistake and what i do
@preetdahiya3012
@preetdahiya3012 4 жыл бұрын
thanks alot sir ..i was facing problem in it from yesterday
@kajalrewatkar6012
@kajalrewatkar6012 4 жыл бұрын
sir i installed numpy in pycharm but is didn't work .i typed your code in pycharm but it made errors so please give me solution
@aishwaryadinkardalal2300
@aishwaryadinkardalal2300 4 жыл бұрын
I am writing code on notepad then what to do to take installed bumpy package in my code I have installed numpy but if is still not working on notepad
@akirubamiru6700
@akirubamiru6700 5 жыл бұрын
Thank you very much, greetings from Ukraine.
@faijanraja7956
@faijanraja7956 5 жыл бұрын
sir i have to create a table using arrays. Also i have to add one more column that shows the average of the marks. plz help
@vikashsakthivel4741
@vikashsakthivel4741 3 жыл бұрын
pip3' is not recognized as an internal or external command, operable program or batch file. i get this kind error...what should i do??
@saurabhkardam2112
@saurabhkardam2112 4 жыл бұрын
Sir we can use pycharm and numpy in Colabe simply or can't do means install?
@amandeepsaha
@amandeepsaha 2 жыл бұрын
Thank you sir❤ Your videos are really helping me a lot. And I'll specially clap for ur teaching style
@wisdomoregfx
@wisdomoregfx 3 ай бұрын
Since i have been attending python class Here on KZbin. You are 1 among Millions, your teaching is cool, well detail, well explanatory. Thank you for this Great opportunity. ❤❤
@bharatmovva
@bharatmovva 4 жыл бұрын
RuntimeError: broken toolchain: cannot link a simple C program......while installing numpy in pycharm...what to do?
@manishdas6525
@manishdas6525 5 жыл бұрын
Sir i installed numpy in pycharm but the multidimensional array is giving error its not working with this statement: a = array( ' i ', [1, 2,3,4],[5,6,7,8]) its saying "expected type bool, got list"
@sidhanthbh1009
@sidhanthbh1009 4 жыл бұрын
I have installed numpy in pycharm and when I import it and run the array it shows 'array' not defined and unused 'import pycharm' .why does it happens? please tell me
@meghachovatiya1834
@meghachovatiya1834 3 жыл бұрын
Your energy is really good!
@chaitanyagore1791
@chaitanyagore1791 4 жыл бұрын
Hello Mr. Navin, I have installed NumPy in the command prompt, it is working fine. However, I am facing error with Pycharm "Error Microsoft Visual C++ 14.0 is required. I installed the same from Microsoft website, after restart I tried to install the Numpy in Pycharm but I was unable. Kindly assist
@sowmiyaqueen6724
@sowmiyaqueen6724 4 жыл бұрын
I m getting an syntax error while installing it...what shld I do
@gskrishh9546
@gskrishh9546 4 жыл бұрын
Bro I am not able to add any of the packages to pycharm. How can I resolve this
@k0llakkaran701
@k0llakkaran701 3 жыл бұрын
error - name 'array' is not defined /////// after installing numpy in pycharm// also tried installing c++/////any suggestions.thnx
@rohanseth8943
@rohanseth8943 5 жыл бұрын
I can't add Numpy to my Intellij Ide in my Mac OS. Please help!
@skeletongaming1472
@skeletongaming1472 4 жыл бұрын
Hello sir I am from Delhi I install Numpy from command prompt but I am unable to install from Pycharm it says to install microsoft visual studio as well but I install it but nothing happens it shows the same error like before, please help me how can I install Numpy in Pycharm.
@oliverkahn7147
@oliverkahn7147 3 жыл бұрын
For people using macs, it didn't work when I typed "pip3 install numpy", but it worked when I said "pip install numpy" without the 3
@kyogeshwar7829
@kyogeshwar7829 5 жыл бұрын
Sir, i request you to do videos on modules like scikit-learn, matplotlib
@amanasci2481
@amanasci2481 6 жыл бұрын
Great video sir.... Please update video fast.... I wait eagerly for your videos...
@aditisharma441
@aditisharma441 4 жыл бұрын
Sir u dint response our question why? I am getting an error when installing in Pycharm. error is "error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": @t. what should we do?
@minatisahoo3147
@minatisahoo3147 4 жыл бұрын
Amazing learning experience... You have made python easy for everyone.
@your-Space
@your-Space 4 жыл бұрын
Yes exactly
@taihatranduc8613
@taihatranduc8613 5 жыл бұрын
thank you. you made it so simple
@daniyalasif104
@daniyalasif104 4 жыл бұрын
You are excellent sir.. I do not y there are dislikes on your videos...
@jatinpatidar4602
@jatinpatidar4602 2 жыл бұрын
hello sir i have install numpy in pycharm in my system but its not work on the program as I write the same program you use in the lecture , after run the program its shows my old program buffer info . sir please guide to fix my issue
@bharatkanzariya3259
@bharatkanzariya3259 4 жыл бұрын
Sir i found error " Microsoft visual studio c++ is required. " For installing numpy in pycharm so it is compulsory to download visual studio c++ for installing numpy in pycharm. Please give solution....
@kushagrashresth3092
@kushagrashresth3092 5 жыл бұрын
Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/94/b5/f4bdf7bce5f8b35a2a83a0b70c545ca061a50b54724b5287505064906b14/numpy-1.16.0-cp37-cp37m-win32.whl (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)'))) i am getting this error every time what to do
@yashasreegadipudi4118
@yashasreegadipudi4118 5 жыл бұрын
sir i am getting data type not understood even i install numpy ,,,, my system is of window 7 32-bit ... friends telling that advaced python is not supporting for 32 bit...is that true sir ... if not how can i resolve my problem
@deepakmounicapendyala8264
@deepakmounicapendyala8264 2 жыл бұрын
Hello sir, numpy was successfully installed on pycharm but while executing the program I get an error saying numpy has no attribute array. Thanks!
@vinitgalgali8856
@vinitgalgali8856 5 жыл бұрын
You are too good of a teacher Mr.Navin Reddy......Thanks a lot!!!
@cricket_addict18
@cricket_addict18 5 жыл бұрын
Sir initially it shows error while typing numpy but after installing numpy it does not shows error in your computer but you told that you are already installed numpy then why it shows error while first you write the numpy
@andymoges5121
@andymoges5121 5 жыл бұрын
sir, for me numpy is not working how could i make it work i try both method u show us but is not working
@prateekraj2300
@prateekraj2300 3 жыл бұрын
when i am trying to make a 2-d array its showing thet tuples not allowed. why? you also didn't created a 2d array in any video. i am confused now.
@avantikaatul
@avantikaatul 3 жыл бұрын
Sir, I'm getting an error it says Microsoft Visual Studio 14.0 is rerquired to install numpy
@shivangisaha7396
@shivangisaha7396 3 жыл бұрын
Even after installation of numpy pycharm is not supporting the package .. just after writing "*" in from numpy import * is turns Gray . What to do : /
@ritikpatel7918
@ritikpatel7918 4 жыл бұрын
Dear sir, i'm unable to install numpy , i had installed 3.8 version of python, then i uinstalled and installed 3.7.3 but now i am getting like this "ANOMALY: meaningful rex prefix" message ...
@aditisharma441
@aditisharma441 4 жыл бұрын
from numpy import * while writing * whole line will be like faded it wont work why?
@StumpStories20
@StumpStories20 Жыл бұрын
Hello there sir , today i was installing numpy in cmd prompt but it's showing that" install is not recognized as an interal or external command ,operable program or batch file ".....what should do sir help me with this Waiting for your response sir
@NiteshYadavnitw
@NiteshYadavnitw 6 жыл бұрын
sir after installing numpy in cmd it's ask for updating it after updating it's not working
@ramalingeshwarmanku4081
@ramalingeshwarmanku4081 Жыл бұрын
hi, navin what is the benefit will get to join??
Who has won ?? 😀 #shortvideo #lizzyisaeva
00:24
Lizzy Isaeva
Рет қаралды 64 МЛН
ЧУТЬ НЕ УТОНУЛ #shorts
00:27
Паша Осадчий
Рет қаралды 7 МЛН
Slow motion boy #shorts by Tsuriki Show
00:14
Tsuriki Show
Рет қаралды 7 МЛН
NumPy vs Pandas
5:55
IBM Technology
Рет қаралды 143 М.
#26 Python Tutorial for Beginners | Array in Python
15:57
Telusko
Рет қаралды 1,3 МЛН
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 280 М.
Please Master These 10 Python Functions…
22:17
Tech With Tim
Рет қаралды 93 М.
#63 Python Tutorial for Beginners | Exception Handling
15:59
Telusko
Рет қаралды 504 М.
NumPy for Beginners in 15 minutes | Python Crash Course
17:23
Nicholas Renotte
Рет қаралды 42 М.
Python NumPy Tutorial for Beginners
58:10
freeCodeCamp.org
Рет қаралды 1,5 МЛН
#32 Python Tutorial for Beginners | Functions in Python
11:13
Telusko
Рет қаралды 1 МЛН
Красиво, но телефон жаль
0:32
Бесполезные Новости
Рет қаралды 1,4 МЛН
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 15 МЛН
САМЫЙ ДОРОГОЙ ЧЕХОЛ! В стиле Mac Pro
0:35
Romancev768
Рет қаралды 129 М.
OZON РАЗБИЛИ 3 КОМПЬЮТЕРА
0:57
Кинг Комп Shorts
Рет қаралды 1,9 МЛН
АЙФОН 20 С ФУНКЦИЕЙ ВИДЕНИЯ ОГНЯ
0:59
КиноХост
Рет қаралды 1,1 МЛН