Archives mensuelles : septembre 2023

Formation python Quatrième partie

 EXERCICE ONZE Manipulons quelques fonction de la bibliothèque numpy: import numpy as np donneesX = np.array([[1,2,3,15,18] , [18,22,4,15,15]]) print ( donneesX.shape )   Fabrication d’un tableau de séries de données import numpy as np temperature = np.arange(25,44.5,0.5) print( temperature ) … Continuer la lecture

Publié dans EuroMov DHM | Laisser un commentaire

Oh my git

Using GIT command is an important skill to acquire for a developer and even all « code user » generally speaking. I truly recommend the software/serious game, Oh my git ! to learn step by step from the beginning as not an … Continuer la lecture

Publié dans Blog, Développement | Laisser un commentaire