Recherche
Voici les résultats de votre recherche.
Pages trouvées :
- fit_modele_einstein (te…chim)
- gaz_parfait_2011 (teac…ppchim)
- periodical_table_electronegativity
- ph_courbe_titrage_2011
- rdkit (teaching:progappchim)
- scikit_learn (teachi…gappchim)
- solubilite_ph_t (teac…ppchim)
- suite_de_fibonacci (tea…pchim)
- suite_de_fibonacci-2 (te…chim)
- suite_de_fibonacci-3 (te…chim)
- suite_de_fibonacci-4 (te…chim)
- suite_de_fibonacci-5 (te…chim)
Résultats plein texte:
- numpy_simple
- /code> ===== Tableaux numériques ===== On convertit facilement des listes Python en tableau numpy. Es... ecte ou par référence) * //.tolist()// : convertit un tableau numpy en liste standard de python ===... rice inverse print(b, b.ndim, b.shape, b.dtype) unit = np.eye(2) # matrice unitaire print(unit, unit.ndim, unit.shape, unit.dtype) v = np.array([[10.], [
- notions_fondamentales
- un nom de variable, mais pour l'ordinateur il s'agit d'une référence désignant une adresse mémoire, c'... rogrammes, mettant en avant la lisibilité. Il s'agit de la [[https://www.python.org/dev/peps/pep-0008/... <> * > ("plus grand que"), * < ("plus petit que"), * >= ("plus grand ou égal à"), * < = ("plus petit ou égal à") * **Blocs d'instructions** : plusie
- rdkit
- ====== RDKit ====== * [[http://www.rdkit.org/]] * [[http://www.rdkit.org/docs/GettingStartedInPython.html|Getting Started with the RDKit in Python — The RDKit 2020.09.1 documentation]]
- presentation_principes
- instructions (scripts) * licence libre (et gratuit) * utilisable pour la programmation occasionnel... hon 3 ==== * Sans installation : [[https://repl.it/languages/python3]] * [[https://docs.python.org... * Commandes : copyright, credits, license(), quit, help, help(),... ==== Notion de variable ==== O... ' 15 septembre 2009' >>> s.find('le') 6 >>> s.split() ['Mons,', 'le', '15', 'septembre', '2009'] >>>
- algos_entiers
- iers ====== <note tip>La manipulation d'entiers fait l'objet de nombreuses applications en chimie, du fait que les atomes (et isotopes) comptent des nombres... mes classiques sur les nombres entiers, et introduit quelques algorithmes ayant des applications en ch... same sign as b (so that when b is divided by it, the result comes out positive). """ whil
- pavage_penrose_2013
- image = f(entree) return image # Convertit la taille def convert_to_size(s): """Si la ch... n couple d'entiers, retourne cet entier""" split = s.split(" ") if len(split) == 2: a = convert_to_positive_int(split[0]) b = convert_to_pos
- progappchim
- ernières nouvelles (14/12/2022) Serhiy Storchaka vit toujours en Ukraine, à 20 km de [[https://www.ope... e quel navigateur web, via le site [[https://repl.it/languages/python3]] - <del>utilisation en m... via l'utilisation de la distribution Anaconda, soit via [[https://colab.research.google.com/notebooks... das|Pandas]], pour l'analyse de données * [[scikit_learn|Scikit-learn]], machine learning * [[plot
- fit_modele_einstein
- on des données) et matplotlib (représentation du fit). <sxh python; title : fit-Cv-diamant-Einstein-04.py> #!/usr/bin/env python # -*- coding: utf-8 -*- """ Fit des données (température absolue, chaleur spécifi... eastsq(residuals, p, args=(data[0], data[1])) # fit par moindre carré # Résultat : print "Température
- matrices
- e. On aura donc des listes de listes. ===== Produit matriciel à l'aide de listes ===== Le [[wp>fr:Produit_matriciel|produit matriciel]] de deux matrices A et B nécessite que le nombre de colonnes de la matrice A soit égal au nombre de lignes de la matrice B. Pour ob
- game_of_life_conway-2012
- living cell dies of overcrowding or loneliness if it has more than three or fewer than two neighbours; a dead cell is brought to life if it has exactly three neighbours (determined in Cell:... (Label): DEAD = 0 LIVE = 1 def __init__(self,parent): Label.__init__(self,parent,relief="raised",width=2,borderwidth=1) sel
- matplotlib_simple
- ing.html|page d'installation de Matplotlib]] fournit une procédure pas à pas assez complète et facile ... hiques de séries de points en lignes ===== Il s'agit d'un graphe classique de séries de points reliés ... ==== La personnalisation des lignes ou point se fait très facilement lorsqu'on utilise la fonction de ... ttps://towardsdatascience.com/matplotlib-who-said-it-needs-to-be-simple-7156df7c827b|Matplotlib — Who
- codes_presentation
- ou1=Button(fen01,text='Continuer',command=fen01.quit) bou1.grid(row=2,column=1) fen01.mainloop() m1 ... /usr/bin/env python # -*- coding: utf-8 -*- # Petit exercice utilisant la librairie graphique Tkinter... move) # boucler après 50 millisecondes def stop_it(): "arret de l'animation" global flag flag =0 def start_it(): "démarrage de l'animation" global flag
- solvents_data_class
- vents, self refers to the instance""" def __init__(self, name=9999, bp=9999, mp=9999, fp=9999, dy=... ble" print def table_bp(solvent_list, bp_limit): """print a table of all solvent attributes,... nt in solvent_list: if solvent.bp > bp_limit: print data_str % (solvent.name, solv... r suivant d'autres tris (solubilité ,...) bp_limit = 75 print "Show only solvents boiling higher tha
- tkinter_gui_simple
- exte rentré ===== En cliquant, on quitte et on écrit le texte rentré (on n'utilise pas la fonction "ac... and=action) b.grid(row=2) c = Button(root,text="Quit",command=root.quit) c.grid(row=3) root.mainloop() # éliminer la fenêtre : root.destroy() </code> ===== Valeurs numériques et calcul ===== On fait un calcul avec la valeur rentrée, on quitte et on
- representation_molecules_2013
- dText = {} dSearch = {} dText = text.split() dSearch = search.split() lenText = len(dText) lenSearch = len(dSearch) #print dTex... dheaders=[('User-agent', 'Mozilla/5.0')] #On se fait passer pour un vrai navigateur buffer=opener.... turn 'La page Wikipédia de cette molécule ne fournit pas de code SMILES.' else: #Si oui, on le l