start

Recherche

Voici les résultats de votre recherche.

matplotlib_simple
5 Occurrences trouvées, Dernière modification :
r une certaine compatibilité avec Matlab) : <code>from pylab import *</code> ===== Graphiques de séries... simple d'une fonction : cosinusoïde amortie """ from pylab import * # directive d'importation simplifi... 12ccdc359bc|Everything about plotting in Python - From matplotlib to pandas.plot()]] Medium, 17/07/2020 ... ompleted Matplotlib tutorials for Python plotting from basic to advanced, with 90+ examples]], Medium, 2
rdkit
3 Occurrences trouvées, Dernière modification :
'utilisation ===== <code python test-rdkit.py> # from http://ctr.wikia.com/wiki/Depict_a_compound_as_an_image from rdkit.Chem import AllChem from rdkit.Chem import Draw smiles = "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" mol = A
notions_fondamentales
15 Occurrences trouvées, Dernière modification :
art) # count occurences of substring sub starting from start position in string s s.count(sub, start, end) # count occurences of substring sub from start to end — 1 position in string s s.find(sub)... ndex of first occurence of substring sub starting from start position in string s, returns -1 if not fou... returns index of first occurence of substring sub from start to end — 1 position in string s, return -1
notions_avancees
6 Occurrences trouvées, Dernière modification :
HOST = "smtp.mydomain.com" SUBJECT = "Test email from Python" TO = "mike@mydomain.com" FROM = "python@mydomain.com" text = "blah blah blah" BODY = "\r\n".join(( f"From: {FROM}", f"To: {TO}", f"Subject: {SUBJECT}", "", text) ) server = smtplib.SMTP(HOST)
trucs_astuces
1 Occurrences trouvées, Dernière modification :
nippets I Use Every Day - A few Python snippets - from sorting to list comprehensions - that I use nearl
chempy
3 Occurrences trouvées, Dernière modification :
empy.ChemPyDeprecationWarning --pyargs chempy """ from chempy import Substance from chempy import balance_stoichiometry from pprint import pprint # A=input('entrer le réactif 1') # B=in
progappchim
4 Occurrences trouvées, Dernière modification :
ecture/statistical-mechanics/lecture-2-hard-disks-from-classical-mechanics-to-statistical-mechanics-e8hMP|Lecture 2: Hard disks: from Classical Mechanics to Statistical Mechanics - Hard disks: From Classical Mechanics to Statistical Mechanics | Co... com/questions/16645799/how-to-create-a-word-cloud-from-a-corpus-in-python|ref1]], [[https://www.kaggle.c
numpy_simple
7 Occurrences trouvées, Dernière modification :
"array" pour des polynômes """ import numpy as np from numpy.polynomial import Polynomial as P # les co... np # directive d'importation standard de numpy from numpy import fft # importation spécifique du mo... ule fft de numpy import matplotlib.pyplot as plt #from scipy import fftpack # directive d'importation s... rence/api.html#guidelines-for-importing-functions-from-scipy #from pylab import * # directive d'importa
presentation_principes
5 Occurrences trouvées, Dernière modification :
avec le module standard Turtle ==== <code python> from turtle import * reset() i=0 while i<120: for... avec le module standard Turtle ==== <code python> from turtle import * reset() x=-100 y=-100 i=0 while ... l’interface graphique Tkinter ==== <code python> from tkinter import * fen01 = Tk() fen01.title("Lectu... xercice utilisant la librairie graphique Tkinter from tkinter import * # définition des gestionnaires
tkinter_gui_simple
8 Occurrences trouvées, Dernière modification :
y> #!/usr/bin/env python # -*- coding: utf-8 -*- from tkinter import * root = Tk() w=Label(root, text=... y> #!/usr/bin/env python # -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, w... y> #!/usr/bin/env python # -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, w... y> #!/usr/bin/env python # -*- coding: utf-8 -*- from tkinter import * def action(): print("Yes, w
algos_entiers
1 Occurrences trouvées, Dernière modification :
iplicities as values." For example: <code python> from sympy.ntheory import factorint factorint(10**20+1
tris
1 Occurrences trouvées, Dernière modification :
x > pivot]) return lesser + equal + greater from numpy import random a=random.randint(0,1000,10) p
polynomes-12
1 Occurrences trouvées, Dernière modification :
mport numpy as np import matplotlib.pyplot as plt from numpy.polynomial.chebyshev import chebval x = np.
mendeleev
5 Occurrences trouvées, Dernière modification :
le/ * https://github.com/lmmentel/mendeleev """ from mendeleev import element import matplotlib.pyplot... le/ * https://github.com/lmmentel/mendeleev """ from mendeleev import element # on peut accéder aux v... 9:11:22 2021 @author: villersd """ import string from mendeleev import element print(list(range(6))) fo... installé la librairie mendeleev : <code python> from mendeleev import element for Z in range(1,19):
pandas
11 Occurrences trouvées, Dernière modification :
uestions/15315452/selecting-with-complex-criteria-from-pandas-dataframe # print(df.columns) print(df.Age... à combiner...) <code python> import pandas as pd from scipy import stats </code> Références : * [[ht... .com/analytics-vidhya/linear-regression-in-python-from-scratch-with-scipy-statsmodels-sklearn-da8e373cc89b|Linear Regression in python from scratch with scipy, statsmodels, sklearn]] * [[
bioinformatic
5 Occurrences trouvées, Dernière modification :
jupyter
2 Occurrences trouvées, Dernière modification :
urllib
1 Occurrences trouvées, Dernière modification :
pylab_simple
2 Occurrences trouvées, Dernière modification :
bokeh_simple
1 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
2 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011
2 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012
1 Occurrences trouvées, Dernière modification :
analyse_images
1 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
3 Occurrences trouvées, Dernière modification :
elements_molecules
3 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
ph-3d
2 Occurrences trouvées, Dernière modification :
codes_presentation
4 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
tableau_periodique_2013
1 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity
1 Occurrences trouvées, Dernière modification :
representation_molecules_2013
4 Occurrences trouvées, Dernière modification :
math_nombres
1 Occurrences trouvées, Dernière modification :
glossaire_chimie
1 Occurrences trouvées, Dernière modification :
scipy_simple
5 Occurrences trouvées, Dernière modification :
polynomes-7
2 Occurrences trouvées, Dernière modification :
histogramme_simple @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
scikit_learn
3 Occurrences trouvées, Dernière modification :
matrices
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5
13 Occurrences trouvées, Dernière modification :
koch_snowflake
2 Occurrences trouvées, Dernière modification :
fizz_buzz
1 Occurrences trouvées, Dernière modification :
polynomes-6
1 Occurrences trouvées, Dernière modification :
polynomes-11
2 Occurrences trouvées, Dernière modification :
polynomes-9
1 Occurrences trouvées, Dernière modification :
polynomes-8
2 Occurrences trouvées, Dernière modification :
polynomes-5
1 Occurrences trouvées, Dernière modification :
factorielle-3
2 Occurrences trouvées, Dernière modification :
factorielle-2
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3
8 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2
1 Occurrences trouvées, Dernière modification :
nim
1 Occurrences trouvées, Dernière modification :
pieges
3 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein
1 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux
1 Occurrences trouvées, Dernière modification :
solubilite_ph_t
1 Occurrences trouvées, Dernière modification :
open_chemical_databases
1 Occurrences trouvées, Dernière modification :
fit_modele_einstein
4 Occurrences trouvées, Dernière modification :
lennard-jones
2 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013
2 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d
2 Occurrences trouvées, Dernière modification :
gaz_parfait_2011
1 Occurrences trouvées, Dernière modification :
conversion_temperature_2011
1 Occurrences trouvées, Dernière modification :
maxwell-boltzmann
3 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012
2 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013
2 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013
1 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013
2 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd