9. Python - install modules

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Course files can be found here:
    drive.google.c...

ความคิดเห็น • 4

  • @matis1514
    @matis1514 ปีที่แล้ว

    welll...somehow my import numpy doesent work. installed and says name `np` is not defined :D

    • @academicegg6042
      @academicegg6042  ปีที่แล้ว +1

      Hi matis! you have to write in your code " import numpy as np" to import the numpy module. Now you can use the numpy functions by writing "np." and then the function name.

    • @matis1514
      @matis1514 ปีที่แล้ว

      @@academicegg6042 Yes, imported, but says not defined :) ill try to google...

    • @matis1514
      @matis1514 ปีที่แล้ว

      @@academicegg6042 I just let u know, that i had to reinstall my Windows. It was broken..Installed Numpy with no worries..