Skip to content Skip to sidebar Skip to footer
Showing posts with the label Updates

How To Change Values In Numpy Array

import numpy as np a=np.array([[4,2,6],[3,6,5]]) b=np.array([3,5]) I want to update the numbers in… Read more How To Change Values In Numpy Array

How To Move All Modules To New Version Of Python (from 3.6 To 3.7)

I just upgraded to python 3.7 and I realized that all my modules stuck with the previous version. E… Read more How To Move All Modules To New Version Of Python (from 3.6 To 3.7)