Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: trouble installing numpy
Post: RE: trouble installing numpy

Python 3.8.2 the two pip commands give an error
GloryHoleLover Data Science 3 2,247 Mar-29-2020, 02:17 AM
    Thread: trouble installing numpy
Post: trouble installing numpy

Hi, many times I've used the cmd prompt "pip install numpy" and it says it's installing it and gives confirmation Yet when I try to use it in Pycharm ("import numpy as np "), it doesn't have it err...
GloryHoleLover Data Science 3 2,247 Mar-22-2020, 12:58 AM
    Thread: Check Array for numbers
Post: RE: Check Array for numbers

Thanks for the reply. The only way I can think to do this is to use the try/except functions with the int() function. And if it gives an error, it's not an integer. Is this the only way or can I dir...
GloryHoleLover General Coding Help 7 3,295 Feb-29-2020, 09:37 PM
    Thread: Check Array for numbers
Post: Check Array for numbers

Hi, I want to do these steps. 1) Spit a string into an array by spaces 2) Check if each array element is a number The isinstance(variable, int) function works if I make the array myself. But if I sp...
GloryHoleLover General Coding Help 7 3,295 Feb-28-2020, 12:10 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020