Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import numpy as np
- print("Succes importare numpy")
- import pandas as pandas
- print("Succes importare pandas")
- import scipy as scipy
- print("Succes importare scipy")
- import sklearn as sklearn
- print("Succes importare scikit-learn")
- import skimage as skimage
- print("Succes importare skimage")
- import matplotlib as matplotlib
- print("Succes importare matplotlib")
- import cv2 as cv2
- print("Succes importare cv2")
- import pywt as pywt
- print("Succes importare pywt")
Advertisement
Add Comment
Please, Sign In to add comment