if

Recherche

Voici les résultats de votre recherche.

psychologie_de_l_education
5 Occurrences trouvées, Dernière modification :
ue subtask have positive achievement effects only if group rewards are provided. Group rewards and ind... sed ample evidence that children and adults will, if asked, express preferences about how they prefer ... structure in a non verbatim, substantive fashion. If any of these three elements are lacking, meaningf... performed, and (3) then the person must determine if they believe the other person was forced to perfo
initinfo
1 Occurrences trouvées, Dernière modification :
ues citations : * “Originally one thought that if there were a half dozen large computers in [the U
biblio-10.1007-s10648-021-09646-1
1 Occurrences trouvées, Dernière modification :
ed problem-solving tasks. It simply suggests that if such tasks form part of a sequence of explicit in
desinformations
9 Occurrences trouvées, Dernière modification :
ple are not informed; how can you have an opinion if you are not informed? If everybody always lies to you, the consequence is not that you believe the li... he remaining uncertainty regarding causation and, if indeed causal mechanisms are at play, the very sm... ://www.sciencealert.com/we-literally-have-no-idea-if-microplastics-in-our-water-is-bad-for-our-health|
the_need_for_a_theory_of_learning
5 Occurrences trouvées, Dernière modification :
mited number of adherents. Are we being cynical? If we were to synthesize current trends in pedagogy,... hat can enhance learning and ones that hinder it. If a teaching strategy doesn’t leverage the strength... by correcting their poor learning strategies, but if the problem is with misconceptions and prior know... hing techniques with no theoretical framework, as if procedure equals pedagogy. As a result, technique
matplotlib_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
ary and may lead to wrong conclusions about data. If you want to visualize a variable, better to choos
stackexchange-chimie
16 Occurrences trouvées, Dernière modification :
44/can-an-atom-have-more-than-8-valence-electrons-if-not-why-is-8-the-limit|Can an atom have more than 8 valence electrons? If not, why is 8 the limit ?]] * [[http://chemistr... tackexchange.com/questions/6751/how-does-one-tell-if-a-specific-molecule-is-acidic-or-basic|How does one tell if a specific molecule is acidic or basic?]] * [[h
notions_fondamentales @teaching:progappchim
38 Occurrences trouvées, Dernière modification :
mots réservés » utilisés par le langage lui-même (if, elif, while, for, else, print,...). * Instruct... cs.python.org/3/reference/compound_stmts.html#the-if-statement|documentation officielle]] ou [[http://... ou "faux" (false). Exemple : <code python> a = 0 if a > 0 : print("a est positif") print("car... " sous-tend une condition alternative. un simple "if" correspond à une expression conditionnelle. *
notions_avancees @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
Use]] Anup Das, Medium, 22/11/2022 ==== One-line if - then - else (ternary operator) ==== <code python> u = 10 v = 100 reponse = "u plus grand que v" if u > v else "v plus grand ou égal à u" print(repon
presentation_principes @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
nelle ==== Instruction d’exécution conditionnelle if...elif...else (si...sinon-si...autrement) * Commence par **if expression** : * Si l’expression est vraie, le ... code python> a = int(input('Donnez une note ? ')) if a >= 18: print("Excellent") elif a >= 16: ... , dt, flag x1, y1 = x1 +vx*dt, y1 + vy*dt if x1 < 0 or x1 > 220: vx=-vx if y1 < 0
tkinter_gui_simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
global hauteur,v hauteur = hauteur + v if hauteur > 250 or hauteur < 130: v = -v
algos_entiers @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
(n): for x in range(2,int(n**0.5)+1): if n % x == 0: return False return T... f primelist(n): return [a for a in range(2,n) if isprime(a)] p=primelist(1000) print(p) </code> ... : ncur += 1 return [a for a in li if a != 0] # renvoie une liste avec les élements no... com/software-development/python/code/216880/check-if-a-number-is-a-prime-number-python]] * [[http://
tris @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
i d'éléments entiers. """ def quicksort(li): if li == []: return [] pivot = li[0] equal =... [pivot] lesser = quicksort([x for x in li[1:] if x <= pivot]) # si x < pivot : élimination des do... ublons greater = quicksort([x for x in li[1:] if x > pivot]) return lesser + equal + greater ... sible : <code python> ... def quicksort(li): if li == []: return [] pivot = li[0] return
mendeleev @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
) nonsymbols = [U for U in string.ascii_uppercase if U not in symbols] print(nonsymbols) </code> ====
bioinformatic @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
c in adn: for i in range(len(ACGT)): if c == ACGT[i]: count[i] +=1 for val in... ''.join(sorted(list(set([v for k,v in dic.items() if v != "STOP"])))) print(aminoacids) # UniProt Pro
5_conceptions_erronees_courantes_sur_l_apprentissage
14 Occurrences trouvées, Dernière modification :
adamboxer-approche_pas_a_pas_des_travaux_pratiques
5 Occurrences trouvées, Dernière modification :
openbabel_jmol @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-bonus @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
timeline-chimie
1 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
collection_counter_exemple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
paradoxe_anniversaires @teaching:exos
3 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed074p262_10.1039-b801297k
1 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
root-finding_algorithm @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
system_of_linear_equations @teaching:methcalchim
2 Occurrences trouvées, Dernière modification :
numerical_integration @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
koch_snowflake @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
polynomes-11 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes-10 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
polynomes-8 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-4 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3 @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
lennard-jones @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
factorielle-4 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
osm_interrogation @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
gaz_parfait_2011 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
conversion_temperature_2011 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
pavage_penrose_2013 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
regression_lineaire_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
5 Occurrences trouvées, Dernière modification :
solvents_data_class @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
dictionary_adn_protein @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-7-contrib1 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :