an

Recherche

Voici les résultats de votre recherche.

tkinter_gui_simple
22 Occurrences trouvées, Dernière modification :
GUI for Python]] (online or pdf) by John W. Shipman) * [[http://www.pythonware.com/library/tkinter/introduction/index.htm|An Introduction to Tkinter, de Fredrik Lundh]] (tutoriel Tk) * [[http://effbot.org/tkinterbook/|An Introduction to Tkinter, sur effbot.org]] * [[h... inter import * def action(): print("Yes, we can !") root = Tk() #w = Label(root, text="Bonjour!"
matplotlib_simple
20 Occurrences trouvées, Dernière modification :
allery:pka_pkb_plane|Couples acide-base dans le plan pKa/pKb]] | un autre... | | un autre... | un aut... plotlib — Who said it needs to be simple? - by Renan Lolico - Jun, 2020 - Towards Data Science]] * [... Rizky Maulana Nurhidayat * [[https://becominghuman.ai/9-tips-and-tricks-for-better-visualization-in-... 4a7|Stacked Bar Charts with Python’s Matplotlib - An excellent way to visualize proportions and compos
algos_entiers
18 Occurrences trouvées, Dernière modification :
gage) * [[http://en.literateprograms.org/Euclidean_algorithm_%28Python%29]] (améliorable !) ===== N... odecamp.org/if-you-have-slow-loops-in-python-you-can-fix-it-until-you-cant-3a39e03b6f35|If you have slow loops in Python, you can fix it…until you can’t]] (knapsack problem) * [[http://fr.wikipedia.org/wiki/Probl%C3%A8me_du_sac_
notions_fondamentales
17 Occurrences trouvées, Dernière modification :
or Loops Better in Python - A few functions that can improve your looping logic]] Yong Cui, Medium, Jan 8, 2020 * [[https://medium.com/techtofreedom/the... t of Writing Loops in Python - Simple is better than complex]] Yang Zhou, Medium, 03/05/2021 * [[htt... ld() # more rigorous lowercase (languages other than English are covered) s.upper() # all characters b
ph_courbe_titrage_2011
12 Occurrences trouvées, Dernière modification :
pèce considérée ?").grid(row=0, column=1, columnspan=2, padx=5, pady=5) Radiobutton(fen1,text="Acide f... e=myvar, value=2, indicatoron=0, bg="blue", fg="cyan").grid(row=2, column=1, padx=5, pady=5, ipady=5, ... e=myvar, value=4, indicatoron=0, bg="blue", fg="cyan").grid(row=2, column=2, padx=5, pady=5, ipady=5, ... mand=bye, bg="red").grid(row=9, column=1, columnspan=3, padx=5, pady=5) Button(fen1, text="Courbe de t
representation_molecules_2013
11 Occurrences trouvées, Dernière modification :
d() #Et on la stock buffer.close() htmlClean=stripTags(htmlSource) #On nettoie le code HTML de... s balises #SMILES verif=find_words(htmlClean, 'SMILES') #On Vérifie si la page Wikipédia pos... localise et on le renvoie htmlList=htmlClean.split() SMILESValue=htmlList.index('SMILE... ur http://ctr.wikia.com/wiki/Depict_a_compound_as_an_image sert à dessiner une molécule en 2D
notions_avancees
9 Occurrences trouvées, Dernière modification :
er’s Guide to Python List Comprehensions]] (Jonathan Hsu, Medium, 23/04/2020) * [[https://iam-akshay... === * [[https://towardsdatascience.com/write-clean-python-code-using-pipes-1239a0f3abf5|Write Clean Python Code Using Pipes - A Short and Clean Approach to Processing Iterables]] Khuyen Tran, medium, o
numpy_simple
7 Occurrences trouvées, Dernière modification :
exp * trigonométriques et inverses : sin, cos, tan, arcsin, arccos, arctan * hyperboliques et inverses : sinh, cosh, tanh, arcsinh, arccosh, arctanh ... ndim, a.shape, a.dtype) print("médiane = ",np.median(a)) print("moyenne = ",np.mean(a)) print("variance = ",np.var(a)) print("Écart-type = ",np.std(a)) </
progappchim
6 Occurrences trouvées, Dernière modification :
pollution-data|Explore air pollution data]] European Environment Agency * [[https://echa.europa.eu/fr/home|European Chemicals Agency]] * [[https://webbook.nist.gov... /en/index.html]] * Canada : [[http://www.statcan.ca/start.html]] * UK : [[http://www.data.gov.... supplémentaires * exemple : isothermes de van der Waals * Utiliser la librairie Mayavi (3D
epidemie_coronavirus
5 Occurrences trouvées, Dernière modification :
he number of Coronavirus Disease 2019 cases in Wuhan, China]] → paramètres pour le COVID-19 * paramè... hwelder/KillAllAgents|branchwelder/KillAllAgents: An agent-based model of infectious disease spread.]]... he number of Coronavirus Disease 2019 cases in Wuhan, China]] Wang, H., Wang, Z., Dong, Y. et al. Cel... IT) * [[https://towardsdatascience.com/building-an-interactive-dashboard-to-simulate-coronavirus-sce
pandas
5 Occurrences trouvées, Dernière modification :
le cas avec des langages compilés comme C ou Fortran. Pandas étant construit au dessus de NumPy, il n'... oupBy - Unique Values in a column - Fill NaN values - Apply Function on a column - Rem... as Every Data Scientist Should Know - Things you can do in one line using Pandas]] Avi Chawla, Medium,... dec 31, 2020 * [[https://towardsdatascience.com/an-ultimate-cheat-sheet-for-data-visualization-in-pa
random_walk_2d-simple
5 Occurrences trouvées, Dernière modification :
ge from time import sleep def simu_chain(): can1.delete(ALL) long=8 # les 4 directions so... yn=xo+direction[d][0],yo+direction[d][1] can1.create_line(xo,yo,xn,yn,width=1,fill='black') ... 0) # attends 50 ms entre chaque segment can1.update_idletasks() # pour redessiner à chaque fo... d=d_interdit # programme principal fen1=Tk() can1=Canvas(fen1,bg='white',height=500, width=500) ca
codes_presentation
4 Occurrences trouvées, Dernière modification :
if y1 < 0 or y1 > 220: vy = -vy can1.coords(oval1,x1,y1,x1+30,y1+30) if flag >0: ... vec Tkinter") # création des widgets "enfants" : can1 = Canvas(fen1,bg='dark grey',height=250, width=250) can1.pack(side=LEFT, padx =5, pady =5) oval1 = can1.create_oval(x1, y1, x1+30, y1+30, width=2, fill='red'
jupyter
4 Occurrences trouvées, Dernière modification :
* [[https://www.youtube.com/watch?v=rc9uvLgwPRA|Juan Luis Cano: Jupyter (IPython); How a notebook is c... ython-830b1e6c197f|Interactive Graphs in Python - An incredibly quick and easy extension to Matplotlib... ho would like to turn their Python functions into an interactive app]] Andras Gefferth, Medium, 04/01/... ta scientists’ computational notebook of choice - An improved architecture and enthusiastic user base
openbabel_jmol
4 Occurrences trouvées, Dernière modification :
nstaller au préalable ces outils. Sous Linux (Debian, Ubuntu,...), installer les paquets openbabel et ... olecules['n-butanol'] = 'CCCCO' molecules['butan-2-ol'] = 'CC(O)CC' molecules['isobutanol'] = ... ttp://www.jcheminf.com/content/3/1/33|Open Babel: An open chemical toolbox]], Noel M O'Boyle, Michael ... ational Chemical Identifier]] Stephen R Heller, Alan McNaught, Igor Pletnev, Stephen Stein and Dmitrii
plotly_simple
4 Occurrences trouvées, Dernière modification :
trucs_astuces
4 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012
3 Occurrences trouvées, Dernière modification :
presentation_principes
3 Occurrences trouvées, Dernière modification :
print_format
3 Occurrences trouvées, Dernière modification :
rdkit
3 Occurrences trouvées, Dernière modification :
mendeleev
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
algos_divers
1 Occurrences trouvées, Dernière modification :
algos_graphes
1 Occurrences trouvées, Dernière modification :
bioinformatic
1 Occurrences trouvées, Dernière modification :
bokeh_simple
1 Occurrences trouvées, Dernière modification :
open_chemical_databases
1 Occurrences trouvées, Dernière modification :
ppoo
1 Occurrences trouvées, Dernière modification :
scikit_learn
1 Occurrences trouvées, Dernière modification :
solubilite_ph_t
1 Occurrences trouvées, Dernière modification :
solvents_data_class
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :