varli_ketanpl

Test python libraries

Nov 3rd, 2023
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.47 KB | None | 0 0
  1. import numpy as np
  2. print("Succes importare numpy")
  3.  
  4. import pandas as pandas
  5. print("Succes importare pandas")
  6.  
  7. import scipy as scipy
  8. print("Succes importare scipy")
  9.  
  10. import sklearn as sklearn
  11. print("Succes importare scikit-learn")
  12.  
  13. import skimage as skimage
  14. print("Succes importare skimage")
  15.  
  16. import matplotlib as matplotlib
  17. print("Succes importare matplotlib")
  18.  
  19. import cv2 as cv2
  20. print("Succes importare cv2")
  21.  
  22. import pywt as pywt
  23. print("Succes importare pywt")
Advertisement
Add Comment
Please, Sign In to add comment