start

Recherche

Voici les résultats de votre recherche.

psychologie_de_l_education @teaching
83 Occurrences trouvées, Dernière modification :
023-09808-3|The Value of Using Tests in Education as Tools for Learning—Not Just for Assessment | Educ... tation par Kirschner indique ceci en préambule : "As an experienced researcher, reviewer, and supervis... o think that people view learning styles theories as broadly accurate, but, in fact, scientific suppor... ertain particulars of collaborative learning such as the concept of a collective working memory when c
articles_didactique_chimie @teaching
37 Occurrences trouvées, Dernière modification :
sélection d'articles]] sur : * Constructivism as a Lens for Understanding Student Learning * S... hers: Do the Students Rate Their Practical Skills As Relevant for Their Future Profession?]] * [[h... cs.org/doi/10.1021/acs.jchemed.2c00053|Anesthesia as a Theme for Context-Based Learning in a Physical ... acs.org/doi/10.1021/acs.jchemed.2c00135|Invention as a Complement to High School Chemistry]] * [[h
desinformations @teaching
29 Occurrences trouvées, Dernière modification :
representative sample of US adults, we find that as extremity of opposition to and concern about gene... as developed, see [[https://sks.to/db2020]]. Cite as: Lewandowsky, S., Cook, J., Ecker, U. K. H., Alba... ncil on Science and Health]] → « ACSH is regarded as an "industry-friendly" group, and the organizatio... cle/abs/pii/S0924224418304400|Bisphenol A in food as a result of its migration from food packaging]] F
syntax @wiki
24 Occurrences trouvées, Dernière modification :
language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simp... p>superscript</sup>, too. You can mark something as <del>deleted</del> as well. You can mark something as <del>deleted</del> as well. **Paragraphs**
stackexchange-chimie @teaching
18 Occurrences trouvées, Dernière modification :
tackexchange.com/questions/5915/why-do-salts-such-as-nacl-dissolve|Why do salts such as NaCl dissolve?]] → **[[exos_pourquoi_les_sels_tels_que_le_nacl_se_... ackexchange.com/questions/43167/why-is-borax-used-as-a-primary-standard|Why is Borax used as a primary standard?]] → **[[exos_pourquoi_le_borax_est_il_uti
the_need_for_a_theory_of_learning @teaching
13 Occurrences trouvées, Dernière modification :
fessions are “revolutionized” with such frequency as teaching -- and with such minimal impact on actual practices. As veteran teachers, we’ve seen many teaching practi... d, substantive innovations in teaching practices. As a result, many teachers simply ignore teaching tr... ward? The problem stems from viewing innovations as magic bullets that will work for everyone. Indeed
numpy_simple @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
portation ===== * standard : <code>import numpy as np</code> ===== Tableaux numériques ===== On con... numpy. Essayez ceci : <code python> import numpy as np a = np.array([[1,2],[3,4]]) print(a) print(a.d... pour créer des tableaux "array" """ import numpy as np a = np.array(((1,2),(3,4))) # on peut créer... r manipuler des tableaux "array" """ import numpy as np a = np.array([[1,2],[3,4]]) b = np.array([[1,
teaching_ressources_videos @teaching
12 Occurrences trouvées, Dernière modification :
SB : * [[http://www.skipser.com/p/2/p/android-as-webcam.html]] (IP Webcam et DroidCam) * [[htt... tps://fuentitech.com/how-to-use-a-tablet-or-phone-as-a-second-monitor-on-linux/83260/|How to use a tablet or phone as a second monitor on Linux - Fuentitech]] * [[ht... om/ubuntu/ubuntu-how-do-you-use-an-android-tablet-as-a-second-display/|Ubuntu – How to use an android
simulations_random_walks_codes @teaching:exos
12 Occurrences trouvées, Dernière modification :
docs.python.org/library/random.html import numpy as np import matplotlib.pyplot as plt # http://matplotlib.sourceforge.net/api/pyplot_api.html#module-matplotlib.pyplot import matplotlib.mlab as mlab # http://matplotlib.sourceforge.net/api/m... /docs.python.org/library/random.html import numpy as np import matplotlib.pyplot as plt # http://m
5_conceptions_erronees_courantes_sur_l_apprentissage @teaching
10 Occurrences trouvées, Dernière modification :
post I am going to characterise some common ideas as misconceptions rather than as myths. To me, this is how such views often present themselves; they are... ourney need the same kind of learning experiences as someone much more expert? Experts have a vast amo... t be optimal for learning but it could have value as part of a range of strategies – students might en
fit_modele_einstein @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
rg/wiki/Mod%C3%A8le_d%27Einstein """ import numpy as np import scipy as sp from scipy.optimize import leastsq import matplotlib.pyplot as plt def cvEinstein(Tr): # fonction à fitter ... ia.org/wiki/Mod%C3%A8le_de_Debye """ import numpy as np import scipy as sp from scipy.optimize import
python @floss
5 Occurrences trouvées, Dernière modification :
/article/2452940/learn-java/python-bumps-off-java-as-top-learning-language.html|Python est le langage ... tps://betterprogramming.pub/4-python-books-i-read-as-a-self-taught-programmer-5a5453840cdb|4 Python Books I Read as a Self-Taught Programmer - Books to learn Python ... ps and code bites that I use every day in my work as a data scientist]] Louis de Bruijn, Medium, Jan 2
biblio-10.1007-s10648-021-09646-1 @teaching
5 Occurrences trouvées, Dernière modification :
each approach depends on moderating factors such as the learning goal, the domain involved, and stude... sing a before-and-after model or against business-as-usual. The problem with these studies is they ten... controlled trials and correlational studies such as PISA. Funnily enough, these ignored studies do no... l to isolate specific instructional factors, such as the use of inquiry learning, from other variables
kirschner-how_teaching_happens @teaching
5 Occurrences trouvées, Dernière modification :
rate Productive Learning]] "There’s no such thing as passive learning. Passive learning implies that –... lly, the development of teacher expertise is seen as an increase in agency over time. * Résumé : L... within the teaching corps? Is Shaw to be treated as the last word on what teachers know and don't kno... ette page]] * Abstract : This paper, prepared as a chapter for the “Handbook of Research on Teachi
matplotlib_simple @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
ation ==== * standard : <code>import matplotlib as mpl import matplotlib.pyplot as plt</code> * alternative, simplifiée (en mode pylab, pour obtenir u... e séries de données """ import matplotlib.pyplot as plt #directive d'importation standard plt.figu... valeurs min et max """ import matplotlib.pyplot as plt #directive d'importation standard plt.figu
pandas @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
dokuwiki_extensions @floss
4 Occurrences trouvées, Dernière modification :
ph-3d @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
tkinter_gui_simple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
ecrans_multiples @floss
3 Occurrences trouvées, Dernière modification :
linux_humour @floss
3 Occurrences trouvées, Dernière modification :
adamboxer-approche_pas_a_pas_des_travaux_pratiques @teaching
3 Occurrences trouvées, Dernière modification :
articles_didactique_chimie-george_m_bodner @teaching
3 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.6b00261 @teaching
3 Occurrences trouvées, Dernière modification :
cuisine_moleculaire @teaching
3 Occurrences trouvées, Dernière modification :
publis_diverses @teaching
3 Occurrences trouvées, Dernière modification :
welcome @wiki
3 Occurrences trouvées, Dernière modification :
photons @teaching:exos
3 Occurrences trouvées, Dernière modification :
algos_entiers @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
maxwell-boltzmann @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
plotly_simple @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
rdkit @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
polymer
2 Occurrences trouvées, Dernière modification :
dokuwiki @floss
2 Occurrences trouvées, Dernière modification :
firefox @floss
2 Occurrences trouvées, Dernière modification :
logiciels @floss
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00378 @teaching
2 Occurrences trouvées, Dernière modification :
exos_pourquoi_les_sels_tels_que_le_nacl_se_dissolvent_dans_l_eau @teaching
2 Occurrences trouvées, Dernière modification :
exos_pourquoi_le_borax_est_il_utilise_comme_standard_primaire @teaching
2 Occurrences trouvées, Dernière modification :
lancer_pieces @teaching:exos
2 Occurrences trouvées, Dernière modification :
numerical_methods_for_ordinary_differential_equations @teaching:methcalchim
2 Occurrences trouvées, Dernière modification :
methcalchim @teaching:methcalchim
2 Occurrences trouvées, Dernière modification :
analyse_images @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
entropie_melange @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
notions_fondamentales @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-12 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
trucs_astuces @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
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 :
tmp
1 Occurrences trouvées, Dernière modification :
config_ubuntu @floss
1 Occurrences trouvées, Dernière modification :
config_ubuntu_server @floss
1 Occurrences trouvées, Dernière modification :
config_ubuntu_server-20.04 @floss
1 Occurrences trouvées, Dernière modification :
config_xubuntu @floss
1 Occurrences trouvées, Dernière modification :
latex @floss
1 Occurrences trouvées, Dernière modification :
ressources_educatives_libres @floss
1 Occurrences trouvées, Dernière modification :
aluminium @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.chemrev.8b00020 @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.6b00624 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00381 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.9b00764 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed086p1216 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed400091w @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed4003578 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1207-s15516709cog0502_2 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-roxci-arbrandriet-slbretz-umiami-2014 @teaching
1 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation @teaching
1 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
1 Occurrences trouvées, Dernière modification :
tirage_carte @teaching:exos
1 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
regression_lineaire_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
scipy_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
tableau_periodique_2011 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
testjs @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd