in

Recherche

Voici les résultats de votre recherche.

articles_didactique_chimie @teaching
415 Occurrences trouvées, Dernière modification :
tps://magazines.rsc.org/web-reader/eic/|Education in chemistry]]. * [[teaching:cerp_rss|Fil RSS de... * Visualization and Spatial Reasoning Skills in Chemistry Education * Conceptual Understandin... olymer Degradation and Remanufacturing Experiment in the High School Classroom]] * [[https://pubs.... /doi/10.1021/acs.jchemed.3c00474|Systems Thinking in Chemistry and Chemical Education: A Framework for
psychologie_de_l_education @teaching
328 Occurrences trouvées, Dernière modification :
ons/badgghbfih|Test-Enhanced Learning and Testing in Education: Contemporary Perspectives and Insights... nd insights on test-enhanced learning and testing in education. The literature on test-enhanced learni... and summative assessment. The research discussed in this special issue has important implications for... .1007/s10648-023-09808-3|The Value of Using Tests in Education as Tools for Learning—Not Just for Asse
desinformations @teaching
216 Occurrences trouvées, Dernière modification :
.acs.org/doi/10.1021/ed081p1216|Critical Thinking in the Chemistry Classroom and Beyond]] Claus Jacob ... ing What We Preach: Assessing “Critical Thinking” in Organic Chemistry]] Ryan L. Stowe and Melanie M. ... -scientific Issues Help Develop Critical Thinking in Chemistry Education? A Reflection on the Problem ... rbour concerns about them or oppose their use4,5. In a nationally representative sample of US adults,
stackexchange-chimie @teaching
181 Occurrences trouvées, Dernière modification :
ackexchange.com/questions/37255/sp5-hybridization-in-cyclopropane|sp5 hybridization in cyclopropane]] * [[https://chemistry.stackexchange.com/question... questions/104839/what-determines-the-coefficients-in-the-wavefunction-of-a-hybrid-orbital|What determines the coefficients in the wavefunction of a hybrid orbital?]] * [[htt
notions_fondamentales @teaching:progappchim
97 Occurrences trouvées, Dernière modification :
//towardsdatascience.com/python-if-else-statement-in-one-line-ternary-operator-explained-eca2be64b7cc|Python If-Else Statement in One Line — Ternary Operator Explained - Single-line conditionals in Python? Here’s when to and when NOT to use them]]... uence "chaîne de caractères". <code python> for i in range(11): print(i, i**2, i**3) </code> //Cf
python @floss
75 Occurrences trouvées, Dernière modification :
ep guide to learn the Python programming language in 30 days. This challenge may take more than100 day... |TheAlgorithms/Python: All Algorithms implemented in Python]] ---- Python est un langage de programm... o-learn|The 9 Best Programming Languages to Learn in 2021]] ainsi que le livre [[http://www.oreilly.com/programming/free/python-in-education.csp|Python in Education (Teach, Learn,
calcul_matriciel_2012 @teaching:progappchim
66 Occurrences trouvées, Dernière modification :
n=len(M) result=[] Rep=[] for i in range(Mlin): if i!=m: for j in range(Mlin): if j!=n: ... # ligne ou n ième colonne for k in range(0,len (result),Mlin-1): Rep.app... la transposée de la matrice""" s=[] for i in range(len(n[0])): #correspond à la dimension de l
matplotlib_simple @teaching:progappchim
47 Occurrences trouvées, Dernière modification :
,3.,5.,7.,11.,13.,17.,19.] serie_y1 = [x**2 for x in serie_x] # ces lignes utilisent la technique ... "liste en compréhension" serie_y2 = [x**1.5 for x in serie_x] # pour définir efficacement une liste ... ., 7., 11., 13., 17., 19.] serie_y1 = [x**2 for x in serie_x] serie_y2 = [x**1.5 for x in serie_x] plt.xlim(0, 20.) #les limites suivant x plt.ylim(-5,
methcalchim @teaching:methcalchim
43 Occurrences trouvées, Dernière modification :
e, with [[https://code.sololearn.com/#py|code use in web browser]] * MOOCs (massive open online co... python|An Introduction to Interactive Programming in Python (Beginners)]] (Coursera) * [[https:/... larisation * LU decomposition : factorization in triangular matrices * [[root-finding_algorithm|... Van Wijngaardeb-Dekker-Brent method ("black box" in numerical packages) * Roots of polynomials an
biblio-10.1007-s10648-021-09646-1 @teaching
40 Occurrences trouvées, Dernière modification :
07/s10648-021-09646-1|There is an Evidence Crisis in Science Educational Policy]] Lin Zhang, Paul A. K... publication/355975280_There_is_an_Evidence_Crisis_in_Science_Educational_Policy|lien RG]] ===== Résum... ://fillingthepail.substack.com/p/inquiry-learning-in-the-science-classroom|Inquiry learning in the science classroom - A new plea to consider all of the r
notions_avancees @teaching:progappchim
34 Occurrences trouvées, Dernière modification :
/techtofreedom/7-levels-of-using-the-zip-function-in-python-a4bd22ee8bcd|7 Levels of Using the Zip Function in Python]] * itertools.cycle() est une méthode ut... aba.com/combinatorial-generation-using-coroutines-in-python.html]] * [[http://code.activestate.com/r... [https://levelup.gitconnected.com/return-vs-yield-in-python-a-short-comic-f714465a0e92|Return VS Yield
simulations_random_walks_codes @teaching:exos
31 Occurrences trouvées, Dernière modification :
piece = [0.01,0.02,0.05,0.1,0.2,0.5,1.,2.] for i in range(1): # choice : random choice of an elem... andom number generator with any (constant) data # in order to generate reproducible random sequences. ... lue to "randomly" initiate the generator ! for j in range(3): #seed('ma chaîne personnielle') # ... # to randomly initiate the generator for i in range(10): print(randint(1000,9999))
kirschner-how_teaching_happens @teaching
30 Occurrences trouvées, Dernière modification :
.routledge.com/How-Teaching-Happens-Seminal-Works-in-Teaching-and-Teacher-Effectiveness/Kirschner-Hend... , Jim Heal : How Teaching Happens - Seminal Works in Teaching and Teacher Effectiveness and What They Mean in Practice]] Published June 23, 2022 by Routledge, ... not all activity facilitates effective learning. In this session different productive study activitie
pandas @teaching:progappchim
30 Occurrences trouvées, Dernière modification :
s-cheat-sheet|Pandas Cheat Sheet for Data Science in Python]] ===== Applications, exemples ===== ===... v11n2/datasets.heinz.html|Exploring Relationships in Body Dimensions]]. Extensions : * Tester et ut... e spaces names = [name.replace(' ', '_') for name in names] print(names) namesfr = [ 'Largeur des... s://medium.com/analytics-vidhya/linear-regression-in-python-from-scratch-with-scipy-statsmodels-sklear
the_need_for_a_theory_of_learning @teaching
29 Occurrences trouvées, Dernière modification :
cynical? If we were to synthesize current trends in pedagogy, we would conclude that the best teachin... mpact, student centered, engaging, hands-on, just-in-time, technology enhanced, flipped, blended, hybr... driven, not to mention massive, open and online. In other words, teaching and learning are lost in a buzzword wasteland. “Cutting-edge” pedagogy changes
activestateselection @floss:python
29 Occurrences trouvées, Dernière modification :
epidemie_coronavirus @teaching:progappchim
27 Occurrences trouvées, Dernière modification :
pch
25 Occurrences trouvées, Dernière modification :
5_conceptions_erronees_courantes_sur_l_apprentissage @teaching
24 Occurrences trouvées, Dernière modification :
syntax @wiki
21 Occurrences trouvées, Dernière modification :
bioinformatic @teaching:progappchim
18 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
17 Occurrences trouvées, Dernière modification :
polynomes-10 @teaching:progappchim
17 Occurrences trouvées, Dernière modification :
ppoo @teaching:progappchim
17 Occurrences trouvées, Dernière modification :
articles_didactique_chimie-george_m_bodner @teaching
16 Occurrences trouvées, Dernière modification :
ressources_educatives_libres @floss
15 Occurrences trouvées, Dernière modification :
cuisine_moleculaire @teaching
15 Occurrences trouvées, Dernière modification :
tmp
14 Occurrences trouvées, Dernière modification :
config_ubuntu_server_rpi3 @floss
12 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.chemrev.8b00020 @teaching
12 Occurrences trouvées, Dernière modification :
publis_diverses @teaching
12 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
12 Occurrences trouvées, Dernière modification :
plotly_simple @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
adamboxer-approche_pas_a_pas_des_travaux_pratiques @teaching
11 Occurrences trouvées, Dernière modification :
partial_differential_equation @teaching:methcalchim
11 Occurrences trouvées, Dernière modification :
presentation_principes @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
unison @floss
10 Occurrences trouvées, Dernière modification :
images_chimie_libres @teaching
10 Occurrences trouvées, Dernière modification :
thermodynamique_statistique-exercices @teaching:exos
10 Occurrences trouvées, Dernière modification :
numerical_methods_for_ordinary_differential_equations @teaching:methcalchim
10 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
linux @floss
9 Occurrences trouvées, Dernière modification :
kirschner-how_learning_happens @teaching
9 Occurrences trouvées, Dernière modification :
algos_entiers @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
bokeh_simple @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
numpy_simple @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
progappchim @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3 @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
biblio-10.1207-s15516709cog0502_2 @teaching
8 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
numerical
7 Occurrences trouvées, Dernière modification :
latex @floss
7 Occurrences trouvées, Dernière modification :
timeline-chimie @teaching
7 Occurrences trouvées, Dernière modification :
paradoxe_anniversaires @teaching:exos
7 Occurrences trouvées, Dernière modification :
system_of_linear_equations @teaching:methcalchim
7 Occurrences trouvées, Dernière modification :
altair_simple @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
jupyter @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
openbabel_jmol @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
polynomes-11 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
tkinter_gui_simple @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
tris @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
mapathon2017
6 Occurrences trouvées, Dernière modification :
mapathon2018
6 Occurrences trouvées, Dernière modification :
polymer
6 Occurrences trouvées, Dernière modification :
wacom @floss
6 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed074p262_10.1039-b801297k @teaching
6 Occurrences trouvées, Dernière modification :
initinfo @teaching
6 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pavage_penrose_2013 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
solvents_data_class @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
config_xubuntu @floss
5 Occurrences trouvées, Dernière modification :
h5p @floss
5 Occurrences trouvées, Dernière modification :
logiciels @floss
5 Occurrences trouvées, Dernière modification :
mastodon @floss
5 Occurrences trouvées, Dernière modification :
hcq-20200523 @teaching
5 Occurrences trouvées, Dernière modification :
teaching_ressources_videos @teaching
5 Occurrences trouvées, Dernière modification :
dokuwiki @wiki
5 Occurrences trouvées, Dernière modification :
lancer_pieces @teaching:exos
5 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
lennard-jones @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
polynomes-8 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
config_ubuntu_server @floss
4 Occurrences trouvées, Dernière modification :
config_ubuntu_server-16.04 @floss
4 Occurrences trouvées, Dernière modification :
config_ubuntu_server-18.04 @floss
4 Occurrences trouvées, Dernière modification :
config_ubuntu_server-20.04 @floss
4 Occurrences trouvées, Dernière modification :
dokuwiki_extensions @floss
4 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.6b00261 @teaching
4 Occurrences trouvées, Dernière modification :
biblio-9781913622787 @teaching
4 Occurrences trouvées, Dernière modification :
efficacite_energetique_transport @teaching
4 Occurrences trouvées, Dernière modification :
mercure @teaching
4 Occurrences trouvées, Dernière modification :
welcome @wiki
4 Occurrences trouvées, Dernière modification :
cairo-tutoriel @floss:python
4 Occurrences trouvées, Dernière modification :
sequences_brins_adn @teaching:exos
4 Occurrences trouvées, Dernière modification :
eigenvalues_and_eigenvectors @teaching:methcalchim
4 Occurrences trouvées, Dernière modification :
polynomes-bonus @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-4 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
tableau_periodique_2011 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
tableau_periodique_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
trucs_astuces @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
bootstrapwrapper @floss
3 Occurrences trouvées, Dernière modification :
commandes_frequentes @floss
3 Occurrences trouvées, Dernière modification :
config_ubuntu @floss
3 Occurrences trouvées, Dernière modification :
convert_monochrome_pdf @floss
3 Occurrences trouvées, Dernière modification :
linux_humour @floss
3 Occurrences trouvées, Dernière modification :
pdf-20240316 @floss
3 Occurrences trouvées, Dernière modification :
biblio-10.1039-c0rp90006k @teaching
3 Occurrences trouvées, Dernière modification :
carbone @teaching
3 Occurrences trouvées, Dernière modification :
ressourceschimie @teaching
3 Occurrences trouvées, Dernière modification :
rotation_vibration_molecules_biatomiques @teaching:exos
3 Occurrences trouvées, Dernière modification :
numerical_integration @teaching:methcalchim
3 Occurrences trouvées, Dernière modification :
root-finding_algorithm @teaching:methcalchim
3 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
dictionary_adn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
osm_interrogation @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
ph-3d @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
interfaces
2 Occurrences trouvées, Dernière modification :
mapathon
2 Occurrences trouvées, Dernière modification :
mapathon2019
2 Occurrences trouvées, Dernière modification :
treves
2 Occurrences trouvées, Dernière modification :
config_xubuntu-20.04 @floss
2 Occurrences trouvées, Dernière modification :
dokuwiki @floss
2 Occurrences trouvées, Dernière modification :
hp_proliant-2021 @floss
2 Occurrences trouvées, Dernière modification :
server_lamp_install @floss
2 Occurrences trouvées, Dernière modification :
ssl @floss
2 Occurrences trouvées, Dernière modification :
tesseract @floss
2 Occurrences trouvées, Dernière modification :
test @start
2 Occurrences trouvées, Dernière modification :
biblio-10.1016-j.chb.2015.08.038 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.0c00361 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b00592 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b00958 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00378 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed086p1433 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100422c @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed300092t @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed4005722 @teaching
2 Occurrences trouvées, Dernière modification :
biblio-10.1021ed082p313 @teaching
2 Occurrences trouvées, Dernière modification :
connaitre_le_cerveau_pour_mieux_enseigner-stevemasson2016 @teaching
2 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation @teaching
2 Occurrences trouvées, Dernière modification :
exos_quel_volume_occupe_une_mole_de_gaz_ideal @teaching
2 Occurrences trouvées, Dernière modification :
glucides @teaching
2 Occurrences trouvées, Dernière modification :
hydrogene @teaching
2 Occurrences trouvées, Dernière modification :
palladium @teaching
2 Occurrences trouvées, Dernière modification :
quora @teaching
2 Occurrences trouvées, Dernière modification :
revision_cheat_sheets @teaching
2 Occurrences trouvées, Dernière modification :
soufre @teaching
2 Occurrences trouvées, Dernière modification :
faq @floss:python
2 Occurrences trouvées, Dernière modification :
pip-pypi @floss:python
2 Occurrences trouvées, Dernière modification :
attracteur_lorenz @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
collection_counter_exemple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
conversion_temperature_2011 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
koch_snowflake @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
math_nombres @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-4 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-5 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-6 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-9 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
rdkit @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
scikit_learn @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
slices @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
dokuwiki_presentation_20170515
1 Occurrences trouvées, Dernière modification :
installation_dokuwiki
1 Occurrences trouvées, Dernière modification :
universite @avis
1 Occurrences trouvées, Dernière modification :
add_text_watermark_pdf @floss
1 Occurrences trouvées, Dernière modification :
bluetooth @floss
1 Occurrences trouvées, Dernière modification :
bureau_a_distance @floss
1 Occurrences trouvées, Dernière modification :
config_ubuntu_mate @floss
1 Occurrences trouvées, Dernière modification :
dokuwiki-presentation-jdl-20200220 @floss
1 Occurrences trouvées, Dernière modification :
ecrans_multiples @floss
1 Occurrences trouvées, Dernière modification :
java @floss
1 Occurrences trouvées, Dernière modification :
latex_memoir @floss
1 Occurrences trouvées, Dernière modification :
linux_suicide @floss
1 Occurrences trouvées, Dernière modification :
lpic-1 @floss
1 Occurrences trouvées, Dernière modification :
moodle @floss
1 Occurrences trouvées, Dernière modification :
obs_studio @floss
1 Occurrences trouvées, Dernière modification :
onedrive @floss
1 Occurrences trouvées, Dernière modification :
ssh @floss
1 Occurrences trouvées, Dernière modification :
webcams @floss
1 Occurrences trouvées, Dernière modification :
win @floss
1 Occurrences trouvées, Dernière modification :
xp-pen_artist @floss
1 Occurrences trouvées, Dernière modification :
test6 @start
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.0c00099 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.0c00185 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.0c00233 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.1c00612 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b01010 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.6b00047 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.6b00891 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00218 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00845 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00978 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00129 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed076p1136 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed078p481 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed084p172 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed085p145 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed086p820 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed086p1216 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100409p @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100492a @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed101160x @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed300155p @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed3002336 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed5001729 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1038-s41539-021-00110-x @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-a9rp90008j @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b4rp90005g @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b4rp90027h @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b908246h @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1333-s00897040769a @teaching
1 Occurrences trouvées, Dernière modification :
biblio-9780131493926-chap9 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-9780131493926-chap10 @teaching
1 Occurrences trouvées, Dernière modification :
cuivre @teaching
1 Occurrences trouvées, Dernière modification :
ethanol @teaching
1 Occurrences trouvées, Dernière modification :
helium @teaching
1 Occurrences trouvées, Dernière modification :
plomb @teaching
1 Occurrences trouvées, Dernière modification :
protoxyde_azote @teaching
1 Occurrences trouvées, Dernière modification :
radon @teaching
1 Occurrences trouvées, Dernière modification :
sodium @teaching
1 Occurrences trouvées, Dernière modification :
uranium @teaching
1 Occurrences trouvées, Dernière modification :
videos_chimie_sg @teaching
1 Occurrences trouvées, Dernière modification :
codes_astuces @floss:python
1 Occurrences trouvées, Dernière modification :
physicochimie2-exercices @teaching:exos
1 Occurrences trouvées, Dernière modification :
plus_ca_rate_plus_on_a_de_chance_que_ca_marche @teaching:exos
1 Occurrences trouvées, Dernière modification :
rotation_molecules_biatomiques @teaching:exos
1 Occurrences trouvées, Dernière modification :
vdemery_espci @teaching:exos
1 Occurrences trouvées, Dernière modification :
analyse_images @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
multilateration @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-2 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-3 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-12 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
print_format @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
scipy_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
t-test @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
urllib @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :