Recherche
Voici les résultats de votre recherche.
Pages trouvées :
- algos_divers (teachi…gappchim)
- algos_entiers (teach…appchim)
- algos_graphes (teach…appchim)
- altair_simple (teach…appchim)
- analyse_images (teach…appchim)
- attracteur_lorenz (tea…pchim)
- bioinformatic (teach…appchim)
- bokeh_simple (teachi…gappchim)
- calcul_matriciel_2012 (t…him)
- chempy (teaching:progappchim)
- chemspipy (teachin…ogappchim)
- codes_presentation (tea…pchim)
- collection_counter_exemple
- collection_namedtuple_exemple
- conversion_temperature_2011
- courbe_predominance_acide_2013
- csv (teaching:progappchim)
- dictionaries_adn_arn_protein
- dictionary_adn_protein
- diffusion_chimique_1d (t…him)
- elements_molecules (tea…pchim)
- ensemble_mandelbrot_2013
- entropie_melange (teac…ppchim)
- epidemie_coronavirus (te…chim)
- factorielle (teachi…gappchim)
- factorielle-2 (teach…appchim)
- factorielle-3 (teach…appchim)
- factorielle-4 (teach…appchim)
- fit_modele_einstein (te…chim)
- fizz_buzz (teachin…ogappchim)
- game_of_life_conway-2012
- gaz_parfait_2011 (teac…ppchim)
- glossaire_chimie (teac…ppchim)
- grille_configurations_melange_binaire_2013
- jupyter (teaching:progappchim)
- koch_snowflake (teach…appchim)
- lennard-jones (teach…appchim)
- math_nombres (teachi…gappchim)
- matplotlib_simple (tea…pchim)
- matrices (teaching…rogappchim)
- maxwell-boltzmann (tea…pchim)
- mendeleev (teachin…ogappchim)
- multilateration (teac…ppchim)
- nim (teaching:progappchim)
- notions_avancees (teac…ppchim)
- notions_fondamentales (t…him)
- numpy_simple (teachi…gappchim)
- openbabel_jmol (teach…appchim)
- open_chemical_databases
- osm_interrogation (tea…pchim)
- pandas (teaching:progappchim)
- parsing_chemical_formula
- pavage_penrose_2013 (te…chim)
- periodical_table_electronegativity
- ph-3d (teaching:progappchim)
- ph_acides_bases_2013 (te…chim)
- ph_courbe_titrage_2011
- pieges (teaching:progappchim)
- plotly_simple (teach…appchim)
- plot_sinus_cosinus (tea…pchim)
- polynomes (teachin…ogappchim)
- polynomes-2 (teachi…gappchim)
- polynomes-3 (teachi…gappchim)
- polynomes-4 (teachi…gappchim)
- polynomes-5 (teachi…gappchim)
- polynomes-6 (teachi…gappchim)
- polynomes-7 (teachi…gappchim)
- polynomes-7-contrib1 (te…chim)
- polynomes-8 (teachi…gappchim)
- polynomes-9 (teachi…gappchim)
- polynomes-10 (teachi…gappchim)
- polynomes-11 (teachi…gappchim)
- polynomes-12 (teachi…gappchim)
- polynomes-bonus (teac…ppchim)
- ppoo (teaching:progappchim)
- presentation_principes
- pressions_partielles_systemes_non_ideaux
- print_format (teachi…gappchim)
- pubchempy (teachin…ogappchim)
- pygal_simple (teachi…gappchim)
- pylab_simple (teachi…gappchim)
- random_walk_2d-simple (t…him)
- rdkit (teaching:progappchim)
- recherches (teachin…ogappchim)
- regression_lineaire_2013
- representation_molecules_2013
- scikit_learn (teachi…gappchim)
- scipy_simple (teachi…gappchim)
- slices (teaching:progappchim)
- solubilite_ph_t (teac…ppchim)
- solvents_data_class (te…chim)
- start (teaching:progappchim)
- 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)
- t-test (teaching:progappchim)
- tableau_periodique_2011
- tableau_periodique_2013
- testjs (teaching:progappchim)
- tkinter_gui_simple (tea…pchim)
- tris (teaching:progappchim)
- trucs_astuces (teach…appchim)
- urllib (teaching:progappchim)
- histogramme_simple (tea…llery)
- ir_spectrum_co (teach…gallery)
- pka_pkb_plane (teach…gallery)
- potentiel_energy_surface
- potentiel_morse (teac…allery)
- rotateur_biatomique (te…lery)
Résultats plein texte:
- progappchim
- ions, ...) * Parfois, la [[https://moodle.umons.ac.be/course/view.php?id=107|plateforme moodle d'ens... jets, vous pouvez-consulter : * Le [[http://www.academie-sciences.fr/pdf/rapport/rads_0513.pdf|Rapport de l’Académie des sciences - L’enseignement de l’informat... données des éléments chimiques]] (FIXME : lien à actualiser) * [[https://github.com/jupyter/jupyter
- bioinformatic
- de l'ADN et de protéines,... Ces séquences sont accessibles librement et publiquement, notamment par... adn.count(base),) print() # Variante : for c in 'ACGT': print(adn.count(c),) print() # variante un peu moins lisible out = [] for c in 'ACGT': out.append(str(adn.count(c))) print(' '.j... st comprehension" count = [adn.count(c) for c in 'ACGT'] for val in count: print(val,) print() #
- notions_fondamentales
- ormatique, il faut toujours effectuer une série d'actions dans un certain ordre. La description structurée de ces actions et de l'ordre dans lequel il convient de les... n True else: return False def remove_accents(input_str): """ Les lettres accentuées viennent compliquer le problème... cf. https:
- ph-3d
- ====== Représentation 3D du pH ===== Cas d'un acide en fonction d'un ajout de base et d'une dilution globale : cf. [[http://pubs.acs.org/doi/abs/10.1021/ed400297t|cet article]] <c... """ Use of numpy polynomes to compute pH of weak acid and strong base 3D topographic surface generat... DOI: 10.1021/ed400297t see fig here : http://pubs.acs.org/doi/abs/10.1021/ed400297t Python code under
- dictionaries_adn_arn_protein
- ary_adn_protein|Traduction de l'ADN en séquence d'acides aminés (protéine)]] : utilisation d'un dictio... Y', 'ATC':'STOP', 'ATT':'STOP', 'ATG':'Y', 'ACA':'C', 'ACC':'W', 'ACG':'C', 'ACT':'STOP', 'AAC':'L', 'AAT':'L', 'AAA':'F', 'AAG':'F', 'AGC':'S', 'A
- ph_acides_bases_2013
- ====== Représentation de pH d'acides et de bases ====== ===== Pour les acides : ===== <sxh python; title : representation_pH_acide.py> #!/usr/bin/env python # -*- coding: utf-8 ... import * import matplotlib.pyplot as plt def get_acide(event): """ fonction pour lire la sélé
- tkinter_gui_simple
- loop() </code> ===== Un bouton (Button) avec une action pour écrire ====== L'écriture va s'effectuer ... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w... ck() b = Button(root,text="Click here !",command=action) b.pack() root.mainloop() </code> <note tip... -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, we can !") root = Tk() #w
- representation_molecules_2013
- ====== Représentation de molécules ====== Page à actualiser... Certaines fonctions de ce programme n... Strips HTML tags. Taken from http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/440481 ... ') root.geometry("400x500") #Boutons onglets def ActionOnglet1(): FrameOnglet2.grid_forget() ... let1=Button(root, text="A partir du nom", command=ActionOnglet1) Onglet1.grid(row=0, column=0) def Act
- calcul_matriciel_2012
- que : http://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Accueil_principal #http://www.pythonfrance.com/codes
- pka_pkb_plane @teaching:progappchim:matplotlib_gallery
- ====== Couples acide-base dans le plan pKa/pKb ====== * Conventions sur les acides forts et les bases fortes : //cf.// [[teaching:didactiquechimie:acides_bases_sels#acide_fort_base_forte|Les acides, les bases et les sels qui nous entourent - Acide for
- courbe_predominance_acide_2013
- ====== Courbe de Prédominance d'un Acide ====== <sxh python; title : courbe_predominance_acide.py> #!/usr/bin/env python # -*- coding: utf-8 ... 2 chimie 2012-2013 # Courbe de Prédominance d'un Acide # from math import * import matplotlib.pyplot ... gy(a,e,'g') #courbe donnant le concentration en l'acide qui à tout ces H+ en fonction du pH c4
- presentation_principes
- “piles comprises” * module mathématique * accès aux fichiers et répertoires (+ formats de donn... et) * la casse est significative * caractères accentués, spéciaux et chiffres permis (caractères [... wp>fr:Unicode|Unicode]]) * CONSEIL : éviter les accents dans les noms des variables * peuvent comp... manipulations possibles (opérations, méthodes) : accéder, concaténer, trier, compléter, rechercher, r
- matplotlib_simple
- gappchim:matplotlib_gallery:pka_pkb_plane|Couples acide-base dans le plan pKa/pKb]] | un autre... | |... ===== Styles ===== * [[https://dvillers.umons.ac.be/wiki/teaching:progappchim:matplotlib_simple#re... aphs using the Python Seaborn library?]] Tirendaz Academy, Medium, 07/05/2022 * [[https://manimplotl... Use Instead)]] Histograms are not free of biases. Actually, they are arbitrary and may lead to wrong c
- pandas
- nt(dict_names_fr) file_url = "http://linus.umons.ac.be/body.dat.txt" # file copy #file_url = "http://... ndas dataframes with a Graphical User Interface - Accessing Pandas Dataframes with a simple click of t... Pandas]] (utilisation gratuite ou payante via une activation nécessaire dans jupyter) * [[https://... .io/add-some-style-to-your-pandas-dataframe-ae3ed4ac7804|Add Some Style to your Pandas DataFrame - Put
- potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
- ent des notions de [[http://en.wikipedia.org/wiki/Activated_complex|complexe activé]] (activated complex) ou [[http://en.wikipedia.org/wiki/Transition_state|état de transition]] (tr... ns-on-the-potential-energy-su]] * [[http://pubs.acs.org/doi/full/10.1021/acs.jchemed.6b00572|Let Stu