file

Recherche

Voici les résultats de votre recherche.

notions_avancees
7 Occurrences trouvées, Dernière modification :
* [[https://towardsdatascience.com/8-must-know-file-system-operations-in-python-7dc185daeccd|8 Must-Know File System Operations In Python - The essential for P... * [[https://towardsdatascience.com/10-python-file-system-methods-you-should-know-799f90ef13c2|10 Python File System Methods You Should Know - Manipulate Files
pandas
6 Occurrences trouvées, Dernière modification :
= 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=' | ',
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
ichier .txt dans lequel on met le sample #fout -->file output et fin --> file input sont des #fonctions d'édition de fichiers. Ici, le w veut dire 'writing' #... ichier .txt dans lequel on met le sample #fout -->file output et fin --> file input sont des #fonctions d'édition de fichiers. Ici, le w veut dire 'writing' #
representation_molecules_2013
4 Occurrences trouvées, Dernière modification :
cule en 2D à partir de son code SMILE ''' file_name=name+'.png' from rdkit.Chem import AllCh... Chem.Compute2DCoords(mol) Draw.MolToFile(mol, file_name, size=(200,250)) import Image im = I... ) global photo photo = PhotoImage(file =name+".gif") DisplayImageZone.create_ima... ) global photo photo = PhotoImage(file ="Molécule.gif") DisplayImageZone2.create
notions_fondamentales
3 Occurrences trouvées, Dernière modification :
13/01/2020 * [[https://medium.com/techtofreedom/file-handling-in-python-daee4586a64|File Handling in Python]] Yang Zhou, Medium, 25/04/2020 * [[https://me... and Write Files in Python - A beginner’s guide to file I/O]] Jonathan Hsu, Medium, Apr 18, 2020 =====
openbabel_jmol
3 Occurrences trouvées, Dernière modification :
# Determine the charge of a molecule for file_in in dico: obConversion = openbabel.OBCo... obConversion.ReadFile(mol, "molecules/%s.pdb" % file_in) # get the charges of the atoms ... = charge_model.GetPartialCharges() print file_in, '- Formula = ', mol.GetFormula() prin
progappchim
3 Occurrences trouvées, Dernière modification :
://cocktail-shaker.readthedocs.io/en/latest/guide/file_handling.html|File API Documentation — Cocktail Shaker 1.0.0 documentation]] * [[https://pypi.org/pro... ourier, comme [[http://commons.wikimedia.org/wiki/File:Fourier_series_square_wave_circles_animation.gif|
tkinter_gui_simple
3 Occurrences trouvées, Dernière modification :
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-
analyse_images
2 Occurrences trouvées, Dernière modification :
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
ph_courbe_titrage_2011
2 Occurrences trouvées, Dernière modification :
370, height =600, bg ='white') photo = PhotoImage(file ='216_pH_Scale-01.gif') item = can1.create_image(... n.htm (PDF Swinnen) #http://en.wikipedia.org/wiki/File:216_pH_Scale-01.jpg <-- image remplaçant celle pr
jupyter
1 Occurrences trouvées, Dernière modification :
priété * {{ :teaching:progappchim:jcamp-dx_ir-file-reading-01.ipynb |}} : Lecture de fichiers IR (sp
polynomes-12
1 Occurrences trouvées, Dernière modification :
rme que cette [[http://commons.wikimedia.org/wiki/File:HarmOsziFunktionen.png|figure sur Wikimedia]]. =
suite_de_fibonacci-2
1 Occurrences trouvées, Dernière modification :
éléments actualisés (nouveaux, ou décalés dans la file d'une position). On propose alors ceci : <code