start

Recherche

Voici les résultats de votre recherche.

psychologie_de_l_education
2 Occurrences trouvées, Dernière modification :
la méthode peuvent en principe être adaptés pour coder d'autres types de données qualitatives telles qu... ed in terms of the degree of elaboration of the encoded trace. Finally, results have implications for an
initinfo
51 Occurrences trouvées, Dernière modification :
é de base de ce système est un bit, qui permet de coder 2 valeurs (0/1, vrai/faux, haut/bas, noir/blanc.... n nombre binaire de 4 chiffres (0 ou 1) permet de coder seize valeurs différentes qui peuvent être repré... 8 chiffres ou hexadécimal de 2 chiffres permet de coder 256 valeurs différentes. Il est appelé [[http://... |ISO 8859-15]], [[http://fr.wikipedia.org/wiki/Unicode|Unicode]], [[http://fr.wikipedia.org/wiki/UTF-8|U
articles_didactique_chimie
4 Occurrences trouvées, Dernière modification :
d.1c00110|Educational Escape Room: Break Dalton’s Code and Escape!]] * [[https://pubs.acs.org/doi/10... s.jchemed.8b00663|Applying Chemistry Knowledge to Code, Construct, and Demonstrate an Arduino–Carbon Dio... acs.org/doi/10.1021/acs.jchemed.8b00090|The InChI Code]] Paul J. Karol, J. Chem. Educ., 2018, 95 (6), pp... /cgyfm/508895/0/603332/20180/0/D/0/0/cdnh.html|QR-Coded Audio Periodic Table of the Elements: A Mobile-L
publis_diverses
2 Occurrences trouvées, Dernière modification :
doi/10.1021/acs.jchemed.2c00838|Foregrounding the Code: Computational Chemistry Instructional Activities Using a Highly Readable Fluid Simulation Code]] * [[https://pubs.acs.org/doi/10.1021/acs.jche
desinformations
14 Occurrences trouvées, Dernière modification :
ational Fact-Checking Network * [[https://ifcncodeofprinciples.poynter.org/|International Fact-Checking Network's code of principles]] → [[https://ifcncodeofprinciples.poynter.org/signatories|signataires]] * [[https://ww... @AfpFactuel]] * [[https://www.lemonde.fr/les-decodeurs/]] (journal Le Monde) * [[https://www.libera
the_need_for_a_theory_of_learning
2 Occurrences trouvées, Dernière modification :
eative=390957&creativeASIN=0415476186&linkCode=as2&tag=ofthacom-20&l=as2&o=1&a=0... eative=390957&creativeASIN=0415476186&linkCode=as2&tag=ofthacom-20&l=as2&o=1&a=0
matplotlib_simple @teaching:progappchim
21 Occurrences trouvées, Dernière modification :
anaconda.com/distribution/|Anaconda]] ou [[http://code.google.com/p/pythonxy/|Python (x, y)]] * Sous G... ==== Directive d'importation ==== * standard : <code>import matplotlib as mpl import matplotlib.pyplot as plt</code> * alternative, simplifiée (en mode pylab, pour... btenir une certaine compatibilité avec Matlab) : <code>from pylab import *</code> ===== Graphiques de s
rdkit @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
aboratory ===== * Créer une première cellule de code permettant l'installation de RDKIT : <code>!pip install rdkit-pypi</code> * Fichier exemple : {{ :teaching:progappchim:rdkit_primer_01.ipynb |}} ===== Exemples d'utilisation ===== <code python test-rdkit.py> # from http://ctr.wikia.com
notions_fondamentales @teaching:progappchim
142 Occurrences trouvées, Dernière modification :
yingeniance.io/outils-et-bonnes-pratiques-pour-un-code-python-de-bonne-qualite/|blog ingeniance]] donne ... on.com/python-pep8/|How to Write Beautiful Python Code With PEP 8]] ===== Structures conditionnelles ... cours]] avec des illustrations et des exemples de code exécutable sur le site [[http://www.pythontutor.c... omme "vrai" (true) ou "faux" (false). Exemple : <code python> a = 0 if a > 0 : print("a est positif
plotly_simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
ds Data Science (Medium) * [[https://medium.com/codex/dont-use-matplotlib-or-seaborn-for-your-python-p... _W, Mezdium, 17/03/2022 * [[https://medium.com/codex/say-goodbye-to-matplotlib-and-seaborn-for-your-p
notions_avancees @teaching:progappchim
19 Occurrences trouvées, Dernière modification :
on-using-coroutines-in-python.html]] * [[http://code.activestate.com/recipes/580628-pluggable-python-g... [[http://www.datadependence.com/2016/08/pythonic-code-video-series-yield-generators/|Processing Large D... e/a746c6f12d8bada03589]] * [[https://medium.com/code-85/a-beginners-guide-to-python-list-comprehension... ne-line if - then - else (ternary operator) ==== <code python> u = 10 v = 100 reponse = "u plus grand qu
trucs_astuces @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
/apply-these-4-techniques-to-write-concise-python-code-9298458fbb2e|Apply These 4 Techniques To Write Concise Python Code - Write Python code in a Pythonic way]], Yong Cui, Medium, 09/03/2021 * [[https://levelup.gitconnected.com/python-refactoring-tips-to-write-code-in-pythonic-way-6b8ff4375b3a|Python refactoring t
methcalchim @teaching:methcalchim
11 Occurrences trouvées, Dernière modification :
.org/|LearnPython.org]] interactive tutorial with code execution * [[https://www.datacamp.com/course... |Python 3 Tutorial]], interactive, with [[https://code.sololearn.com/#py|code use in web browser]] * MOOCs (massive open online courses) : * [[https... tebooks environment can be used to execute sample codes, using a professionnal, personnal or student lo
teaching_ressources_videos
17 Occurrences trouvées, Dernière modification :
microsoft.com/en-us/microsoftteams/get-clients]] <code bash> curl https://packages.microsoft.com/keys/mi... ms.list' sudo apt update sudo apt install teams </code> * uninstall (Ubuntu Linux) : [[https://askubun... -i pulse -f x11grab -r 30 -s 1920x1080 -i :0.0 -acodec pcm_s16le -ac 2 -ab 128k -ar 44100 -vcodec libx264 vid-b.mkv'' * Extraction de la vidéo utile : ''
chempy @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
oject/chempy/]] : installation et documentation <code python prog-test-02.py> #!/usr/bin/env python3 # ... reac, prod = balance_stoichiometry({A, B}, {C, D, E, F}) pprint(dict(reac)) pprint(dict(prod)) </code>
progappchim @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
numpy_simple @teaching:progappchim
28 Occurrences trouvées, Dernière modification :
presentation_principes @teaching:progappchim
71 Occurrences trouvées, Dernière modification :
cuisine_moleculaire
1 Occurrences trouvées, Dernière modification :
ppoo @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
tkinter_gui_simple @teaching:progappchim
27 Occurrences trouvées, Dernière modification :
algos_entiers @teaching:progappchim
24 Occurrences trouvées, Dernière modification :
images_chimie_libres
24 Occurrences trouvées, Dernière modification :
tris @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
algos_divers @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-12 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
videos_chimie_sg
1 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
19 Occurrences trouvées, Dernière modification :
pandas @teaching:progappchim
14 Occurrences trouvées, Dernière modification :
thermodynamique_statistique-exercices @teaching:exos
4 Occurrences trouvées, Dernière modification :
bioinformatic @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
numerical_methods_for_ordinary_differential_equations @teaching:methcalchim
5 Occurrences trouvées, Dernière modification :
lancer_pieces @teaching:exos
2 Occurrences trouvées, Dernière modification :
jupyter @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
print_format @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
urllib @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
pubchempy @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
openbabel_jmol @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pylab_simple @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
polynomes-bonus @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
etudes-aess-tempo
3 Occurrences trouvées, Dernière modification :
slices @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
glossaire-education
1 Occurrences trouvées, Dernière modification :
bokeh_simple @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
timeline-chimie
3 Occurrences trouvées, Dernière modification :
tableau_periodique_2011 @teaching:progappchim
5 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
4 Occurrences trouvées, Dernière modification :
analyse_images @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
entropie_melange @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
random_walk_2d-simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
23 Occurrences trouvées, Dernière modification :
ph-3d @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
collection_counter_exemple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
aluminium
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
revision_cheat_sheets
1 Occurrences trouvées, Dernière modification :
algos_graphes @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
paradoxe_anniversaires @teaching:exos
3 Occurrences trouvées, Dernière modification :
epidemie_coronavirus @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
16 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
exos_empreinte_carbone
2 Occurrences trouvées, Dernière modification :
math_nombres @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
tp_simulations_monte-carlo_2019 @teaching:exos
8 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation
3 Occurrences trouvées, Dernière modification :
attracteur_lorenz @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
biblio-roxci-arbrandriet-slbretz-umiami-2014
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b01010
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.5b00203
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00218
4 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
scipy_simple @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed074p262_10.1039-b801297k
1 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
simulations_random_walks_codes @teaching:exos
15 Occurrences trouvées, Dernière modification :
sequences_brins_adn @teaching:exos
2 Occurrences trouvées, Dernière modification :
system_of_linear_equations @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00256
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b908246h
1 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
5 Occurrences trouvées, Dernière modification :
vdemery_espci @teaching:exos
1 Occurrences trouvées, Dernière modification :
rss-chimie
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
testjs @teaching:progappchim
24 Occurrences trouvées, Dernière modification :
koch_snowflake @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
polynomes-6 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
polynomes-11 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-10 @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
polynomes-9 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-8 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-5 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-4 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-2 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes-3 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
informatique
2 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
factorielle-2 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
factorielle @teaching:progappchim
4 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
9 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
suite_de_fibonacci @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
nim @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
pieges @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
physicochimie2-exercices @teaching:exos
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed084p1140
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b5rp90014j
4 Occurrences trouvées, Dernière modification :
biblio-10.1039-b4rp90027h
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed076p1136
2 Occurrences trouvées, Dernière modification :
biblio-9780131493926-chap9
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed084p172
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100422c
1 Occurrences trouvées, Dernière modification :
biblio-10.1039-b812416g
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed100218z
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed078p481
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed083p791
2 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
factorielle-4 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
osm_interrogation @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed083p1182
1 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
simulations_random_walks @teaching:exos
1 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
1 Occurrences trouvées, Dernière modification :
solvents_data_class @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
dictionary_adn_protein @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
terminologie-enseignement
1 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd