Numpy arrays : j'ai des problème à le remplir
Résolu/Fermé
Lecodeurhtmlcss
Messages postés
76
Date d'inscription
lundi 20 avril 2020
Statut
Membre
Dernière intervention
24 août 2022
-
Modifié le 24 févr. 2021 à 15:20
yg_be Messages postés 23352 Date d'inscription lundi 9 juin 2008 Statut Contributeur Dernière intervention 27 novembre 2024 - 28 févr. 2021 à 20:41
yg_be Messages postés 23352 Date d'inscription lundi 9 juin 2008 Statut Contributeur Dernière intervention 27 novembre 2024 - 28 févr. 2021 à 20:41
A voir également:
- Numpy arrays : j'ai des problème à le remplir
- Produit matriciel python sans numpy - Forum Python
- Numpy loadtxt could not convert string to float - Forum Python
- Ignoring numpy: markers 'python_version == "3.6" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment - Forum Python
2 réponses
yg_be
Messages postés
23352
Date d'inscription
lundi 9 juin 2008
Statut
Contributeur
Dernière intervention
27 novembre 2024
Ambassadeur
1 554
Modifié le 24 févr. 2021 à 15:56
Modifié le 24 févr. 2021 à 15:56
bonjour,
as-tu lu la documentation de append() de numpy?
as-tu essayé avec un programme plus simple?
un exemple:
as-tu lu la documentation de append() de numpy?
as-tu essayé avec un programme plus simple?
un exemple:
import numpy as np probs = np.array([]) print(probs) np.append(probs,123) print(probs) probs=np.append(probs,456) print(probs)
Lecodeurhtmlcss
Messages postés
76
Date d'inscription
lundi 20 avril 2020
Statut
Membre
Dernière intervention
24 août 2022
1
28 févr. 2021 à 19:47
28 févr. 2021 à 19:47
Petit résultat de mon programme (il me reste à améliorer ma base de données...) :
abont o, jà à-cies, be lerentréespéfèman çase uitit bidetsé gns heté omois peme à tiontr sade çailal
yg_be
Messages postés
23352
Date d'inscription
lundi 9 juin 2008
Statut
Contributeur
Dernière intervention
27 novembre 2024
1 554
Modifié le 28 févr. 2021 à 20:41
Modifié le 28 févr. 2021 à 20:41
parfait!
24 févr. 2021 à 19:34