Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- images_chimie_libres
- g.png}} \\ [[https://commons.wikimedia.org/wiki/File:Plastic-recyc-01.svg|lien]] || {{https://upload.... g.png}} \\ [[https://commons.wikimedia.org/wiki/File:Plastic-recyc-02.svg|lien]] | {{https://upload.w... g.png}} \\ [[https://commons.wikimedia.org/wiki/File:Plastic-recyc-03.svg|lien]] | {{https://upload.w... g.png}} \\ [[https://commons.wikimedia.org/wiki/File:Plastic-recyc-04.svg|lien]] | {{https://upload.w
- desinformations
- inking]] * [[https://www.criticalthinking.org/files/SAM_FR_ConceptsLOCK.pdf|Mini-guide de la Pensée ... chimiquement * [[https://www.anses.fr/fr/system/files/ERCA2017SA0020.pdf|Avis de l'ANSES (2017) relati... olaire [[https://ec.europa.eu/health/sites/health/files/scientific_committees/consumer_safety/docs/sccs_... S à la source : [[https://www.anses.fr/fr/system/files/CONSO2017SA0019Ra.pdf|Sécurité des couches pour
- representation_molecules_2013 @teaching:progappchim
- cule en 2D à partir de son code SMILE ''' file_name=name+'.png' from rdkit.Chem import AllCh... s) AllChem.Compute2DCoords(mol) Draw.MolToFile(mol, file_name, size=(200,250)) import Image im = Image.open(name+'.png') im.save(name+'.gi... ) global photo photo = PhotoImage(file =name+".gif") DisplayImageZone.create_ima
- psychologie_de_l_education
- ps://edrev.asu.edu/edrev/index.php/ER/article/viewFile/2025/545]] Sweller, cognitive Load,... * [[kirs... **[[https://career.ucsf.edu/sites/career.ucsf.edu/files/Article%20UCSF%20SEJC%20January%202017.pdf|The S... org/record/2018-16738-001|PsycNet]], [[https://profile.nus.edu.sg/fass/psylimwh/koh,%20lee,%20&%20lim%20(2018).pdf|pdf]] de [[https://profile.nus.edu.sg/fass/psylimwh/|Stephen Wee Hun Lim]]
- initinfo
- its d'exécution et [[http://en.wikipedia.org/wiki/File_system_permissions|droits d'accès]] * [[http://... * [[https://applications.umons.ac.be/webapps/webfiletransfer|Transfert de fichiers]] : utilisation d'u... iser le service de transfert de fichier [[https://filesender.belnet.be/|Belnet FileSender]]. Des services du même type existe sur les sites indépendants [[htt
- notions_fondamentales @teaching:progappchim
- ', i, ' : ', recipient) </code> FIXME : piles, files/queues, pop, del li[i], li.clear(), li.insert(in... des fichiers ===== L'instruction <code> f = open(filename, mode)</code> permet de traiter un fichier du système d'exploitation "filename", avec un "mode" pouvant prendre différentes ... g/2/tutorial/inputoutput.html#reading-and-writing-files]]. * [[https://medium.com/better-programming/a
- notions_avancees @teaching:progappchim
- * [[https://towardsdatascience.com/8-must-know-file-system-operations-in-python-7dc185daeccd|8 Must-Know File System Operations In Python - The essential for P... python-programming/directory|Python Directory and Files Management]] (tutorial) * official documenta... * [[https://towardsdatascience.com/10-python-file-system-methods-you-should-know-799f90ef13c2|10 Py
- openbabel_jmol @teaching:progappchim
- turn mol def OBStructureFromSmiles(smilesstring, filename=None): mol = openbabel.OBMol() obConv... er.Build(mol) mol = OBMolMinimize(mol) if filename is None: return mol # save structures in subfolder molecules obConversion.WriteFile(mol, "molecules/%s.pdb" % filename) def getAlcohols(): molecules = dict() molecules['methanol'
- analyse_images @teaching:progappchim
- ge image jpg : https://commons.wikimedia.org/wiki/File:Antoine_lavoisier_color.jpg pillow : http://pillo... pillow using e.g. conda install # Load the image file img = Image.open('/home/villersd/Images/photos/An... t numpy as np import matplotlib.pyplot as plt dirfile="" #filename="x10001-512.tif" filename="ech14x50001-512.jpg" im = Image.open(str(dirfile+filename)) im
- pandas @teaching:progappchim
- = dict(zip(names, namesfr)) print(dict_names_fr) file_url = "http://linus.umons.ac.be/body.dat.txt" # file copy #file_url = "http://jse.amstat.org/datasets/body.dat.txt" # using read_csv # https://pandas.pydata... unity/tutorials/pandas-read-csv df = pd.read_csv(file_url, header=None, names=names, delimiter=' | ',
- cuivre
- iberty]] * [[https://commons.wikimedia.org/wiki/File:Statue_of_Liberty_foot.jpg]] * [[https://www.re... ndroid]] * [[https://commons.wikimedia.org/wiki/File:Coating_copper_roof.jpg]] * [[http://blog.build... ering/]] * [[https://commons.wikimedia.org/wiki/File:Copper_Roof_Dresden_20070114.JPG]] * [[https://commons.wikimedia.org/wiki/File:Dom_HBS_IMG_8961.JPG]] * [[https://commons.wiki
- protoxyde_azote
- c : dans les [[https://commons.wikimedia.org/wiki/File:Bartool22.jpg|siphons pour crème chantilly]], [[w... l22.jpg }} [[https://commons.wikimedia.org/wiki/File:Bartool22.jpg|lien]] ===== Usage comme drogue ==... avy.jpg }} [[https://commons.wikimedia.org/wiki/File:Laughing_gas_Rumford_Davy.jpg|lien]] : Detail fro... figure (cf. [[https://commons.wikimedia.org/wiki/File:Nitrous-oxide-2D-VB.svg?uselang=fr|lien]]) est la
- csv @teaching:progappchim
- http://www.linuxjournal.com/content/handling-csv-files-python http://code.activestate.com/recipes/5774... ier d'entrée with open("Classeur1.csv", "rb") as ifile: reader = csv.reader(ifile, delimiter=';') # Classeur1.csv est un simple fichier texte, comme c... de sortie with open("Classeur-out.csv","wb") as ofile: writer = csv.writer(ofile, delimiter=';')
- tkinter_gui_simple @teaching:progappchim
- Autre solution : menu "exécution", sous-menu "profiler" → explications ?? </note> Télécharger l'image ... ly-CCC.png cf. https://commons.wikimedia.org/wiki/File:Wikipedia-sipi-image-db-mandrill-4.2.03-quantize-... tkinter as tk root = tk.Tk() img = tk.PhotoImage(file = "mandrill.png") label = tk.Label(root, image = ... #top]] * [[https://commons.wikimedia.org/wiki/File:Wikipedia-sipi-image-db-mandrill-4.2.03-quantize-
- 5_conceptions_erronees_courantes_sur_l_apprentissage
- hat experts do. For instance, the use of [[http://files.eric.ed.gov/fulltext/ED479647.pdf|multiple cues ... tage. However, [[http://www.aft.org/sites/default/files/periodicals/CogSci.pdf|they tend to provide a on... www.millersville.edu/millersville/academics/gened/files/PDFs%20Faculty%20Handbook/3_Improving%20Students... irst of these, [[http://www.aft.org/sites/default/files/periodicals/Hirsch.pdf|they will need a fair amo