open

Recherche

Voici les résultats de votre recherche.

representation_molecules_2013
9 Occurrences trouvées, Dernière modification :
passer pour un vrai navigateur buffer=opener.open(link) #On charge la page htmlSource=buffer.re... , size=(200,250)) import Image im = Image.open(name+'.png') im.save(name+'.gif') import ... base de données CSV ''' import csv c=open('bdd.csv', 'rb') reader=csv.reader(c) for... mport webbrowser new=2 webbrowser.open(DLink(SMILES(name)), new=new) if ImageCase.ge
ph_acides_bases_2013
4 Occurrences trouvées, Dernière modification :
n mettait a, cela voudrait dire 'appending' fin = open("chem_data_acide.txt", "w") fin.write(str1) fin.close() #va lire le fichier .txt fout = open("chem_data_acide.txt", "r") chem_list = fout.read... ire 'writing' #et le r veut dire 'reading' fout = open("chem_data_base.txt", "w") fout.write(str1) fout.close() #va lire le fichier .txt fin = open("chem_data_base.txt", "r") chem_list = fin.readli
analyse_images
3 Occurrences trouvées, Dernière modification :
conda install # Load the image file img = Image.open('/home/villersd/Images/photos/Antoine_lavoisier_c... 12.tif" filename="ech14x50001-512.jpg" im = Image.open(str(dirfile+filename)) im = im.convert('L') #c... OpenCV ===== * [[http://opencv.org/|OpenCV]] : Open Source Computer Vision (site officiel) * [[http
bioinformatic
2 Occurrences trouvées, Dernière modification :
informatics]] * [[https://en.wikipedia.org/wiki/Open_Bioinformatics_Foundation]] * [[https://en.wiki... mat]] * [[https://en.wikipedia.org/wiki/List_of_open-source_bioinformatics_software]] * cours introd
csv
2 Occurrences trouvées, Dernière modification :
"comma separated values" # fichier d'entrée with open("Classeur1.csv", "rb") as ifile: reader = csv... n du fichier de sortie # fichier de sortie with open("Classeur-out.csv","wb") as ofile: writer = c
fizz_buzz
2 Occurrences trouvées, Dernière modification :
*- coding: utf-8 -*- """ https://www.codeeval.com/open_challenges/1/ : Fizz Buzz Read X, Y,N : count fr... _": fn = "easy-001-Fizz_Buzz-01.txt" with open(fn, 'r') as f: # read all lines using .re
notions_fondamentales
2 Occurrences trouvées, Dernière modification :
dans des fichiers ===== L'instruction <code> f = open(filename, mode)</code> permet de traiter un fichi... té, même en cas d'erreur** : <code python> with open("fichier.txt", "r") as fic: contenu_fic = fic
openbabel_jmol
2 Occurrences trouvées, Dernière modification :
==== * [[http://www.jcheminf.com/content/3/1/33|Open Babel: An open chemical toolbox]], Noel M O'Boyle, Michael Banck, Craig A James, Chris Morley, Tim Vand
epidemie_coronavirus
1 Occurrences trouvées, Dernière modification :
cence [[https://opencovidpledge.org/license/v1-0/|Open COVID License 1.0]] (licence pas vraiment libre,
glossaire_chimie
1 Occurrences trouvées, Dernière modification :
home = str(Path.home()) # fichier d'entrée with open(home + "/tempo/glossaire-dokuwiki.txt", "r") as i
jupyter
1 Occurrences trouvées, Dernière modification :
enthusiastic user base are driving uptake of the open-source web tool]] Jeffrey M. Perkel, Nature 563,
plotly_simple
1 Occurrences trouvées, Dernière modification :
tly]] * [[https://plot.ly/python/|Plotly Python Open Source Graphing Library]] * [[https://plot.ly/p
presentation_principes
1 Occurrences trouvées, Dernière modification :
&controls=1&show_progress_bar=1&build_all_lists=1&open_in_new_window=1~~ ====== Programmer en Python ==
solubilite_ph_t
1 Occurrences trouvées, Dernière modification :
rte le module pour lire une liste externe ifile = open("Bibliotheque.csv", "rb") #ouvre le fichier .csv
tableau_periodique_2013
1 Occurrences trouvées, Dernière modification :
TOM) from tkinter import * import csv tableau=open("elements-data3.csv","r") reader = csv.reader(tab
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :