print

Recherche

Voici les résultats de votre recherche.

test
2 Occurrences trouvées, Dernière modification :
via un snap ?? * [[https://forum.snapcraft.io/t/printing-and-managing-printers-from-your-snap/23207]] * ... ==== ppa ==== À vérifier ! * zim-wiki : [[htt
python @floss
8 Occurrences trouvées, Dernière modification :
ecial-edition-1/]] - Python Special Edition 01, reprint of Parts 01 – 08 * [[http://fullcirclemagazin... ecial-edition-2/]] - Python Special Edition 02, reprint of Parts 09 – 16 * [[http://fullcirclemagazin... ition-volume-03/]] - Python Special Edition 03, reprint of Parts 17 – 21 * [[http://fullcirclemagazin... ition-volume-04/]] - Python Special Edition 03, reprint of Parts 22 – 26 * Podcast Python : * [[htt
psychologie_de_l_education @teaching
4 Occurrences trouvées, Dernière modification :
es liens vers les articles (officiels et/ou des reprints accessibles), ainsi que des commentaires concern... m ou polymorphisme d'un seul nucléotide. * preprint (pubmed) : [[https://www.ncbi.nlm.nih.gov/pmc/art... ffective%20Teaching%20Draft%209-1-20.docx?dl=0|preprint disponible]] * [[https://mobile.twitter.com... (savoir-faire adaptatif). * liens : [[http://eprints.lib.hokudai.ac.jp/dspace/bitstream/2115/25206/1/
initinfo @teaching
7 Occurrences trouvées, Dernière modification :
ain.mpx|springerlink]] * Sites d'archives de preprints (articles avant le stade de la publication, donc... * [[http://cdsweb.cern.ch/collection/CERN%20Preprints?ln=fr]] Des logiciels permettent la gestion de ... python;> p=101325. T=293. n=1. R=8.314 V=n*R*T/p print V </sxh> Alternativement, une fois dans Idle, vo... 4 CaCl2=Ca+2.*Cl #110.98 AgCl=Ag+Cl #143.32 print "masses molaires NaCl, CaCl2, AgCl = ",NaCl, CaCl
articles_didactique_chimie @teaching
52 Occurrences trouvées, Dernière modification :
doi/10.1021/acs.jchemed.2c00060|An Inexpensive 3D Printed Periscope-Type Smartphone-Based Spectrophotomet... doi/10.1021/acs.jchemed.0c01345|An Inexpensive 3D-Printable Do-It-Yourself Visible Spectrophotometer for ... /doi/10.1021/acs.jchemed.1c00098|Designing and 3D Printing an Improved Method of Measuring Contact Angle ... acs.org/doi/10.1021/acs.jchemed.0c00629|Use of 3D Printing to Manufacture Document Camera Mounts in Suppo
config_xubuntu @floss
2 Occurrences trouvées, Dernière modification :
via un snap ?? * [[https://forum.snapcraft.io/t/printing-and-managing-printers-from-your-snap/23207]] * ... ==== ppa ==== À vérifier ! * zim-wiki : [[http
publis_diverses @teaching
1 Occurrences trouvées, Dernière modification :
oi/10.1021/acs.jchemed.9b00405|Total Chemical Footprint of an Experiment: A Systems Thinking Approach to
desinformations @teaching
15 Occurrences trouvées, Dernière modification :
2019/07/09/735848489/plastic-has-a-big-carbon-footprint-but-that-isnt-the-whole-story?t=1580369938429|Plastic Has A Big Carbon Footprint — But That Isn't The Whole Story]] (vérifier,...)... 29/why-earth-overshoot-day-and-the-ecological-footprint-are-pseudoscientific-nonsense]] ===== Alimentat... es-droit-de-reponse-reportage-france-5-juin-2019/?print=pdf|pdf]]. Voir aussi [[wp>fr:Olive_de_table|Oliv
notions_fondamentales @teaching:progappchim
81 Occurrences trouvées, Dernière modification :
le langage lui-même (if, elif, while, for, else, print,...). * Instruction d'**affectation** utilisant... hage de sa valeur ; Dans un programme, on utilise print. Le nombre de chiffres affichés peut varier (essayer par exemple "1/3". et "print (1/3.)") * **Typage automatique**. Attention au... e). Exemple : <code python> a = 0 if a > 0 : print("a est positif") print("car il est strictemen
notions_avancees @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
d que v" if u > v else "v plus grand ou égal à u" print(reponse) </code> ===== map, filter, reduce, lam... = * [[https://towardsdatascience.com/stop-using-print-to-debug-in-python-use-icecream-instead-79e17b963fcc|Stop Using Print to Debug in Python. Use Icecream Instead]] =====... Messages): for j in mailbox.retr(i+1)[1]: print(j) </code> ===== Création et gestion de package
syntax @wiki
1 Occurrences trouvées, Dernière modification :
tic void main(String[] args) { System.out.println("Hello World!"); //Display the string. } }
chempy @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
e from chempy import balance_stoichiometry from pprint import pprint # A=input('entrer le réactif 1') # B=input('entrer le réactif 2') # C=input('entrer le pr... = 'Al' C = 'Al2O3' D = 'HCl' E = 'H2O' F = 'N2' print(A, B, C, D, E, F) reac, prod = balance_stoichiometry({A, B}, {C, D, E, F}) pprint(dict(reac)) pprint(dict(prod)) </code>
numpy_simple @teaching:progappchim
47 Occurrences trouvées, Dernière modification :
n> import numpy as np a = np.array([[1,2],[3,4]]) print(a) print(a.dtype) </code> Sortie : <code> [[1 2] [3 4]] <type 'numpy.ndarray'> </code> <note tip>Pour d... de dimensions, les dimensions, le type de donnée print(a, a.ndim, a.shape, a.dtype) # avec des "floats" ... 6.6, 7.7, 8.8], [9.9, 0.2, 1.3, 2.4], ]) print(b, b.ndim, b.shape, b.dtype) # un tableau de zéro
presentation_principes @teaching:progappchim
31 Occurrences trouvées, Dernière modification :
15 >>> T=20+zero >>> P=n*R*T/V >>> atm=101325 >>> print(P,P/atm) 101555.51000000001 1.0022749568221072 >>... ro=6.02214199E23 >>> kboltzmann=1.3806505E-23 >>> print(Navogadro*kboltzmann) 8.31447334956 >>> 2**0.5 1.... > a=’bonjour’ >>> b="bonjour" >>> c=’Bonjour’ >>> print(a==b,a==c) True False >>> d="pâté123#" >>> print d pâté123# >>> é=d >>> long="""un deux ... dix""" >>> p
cuisine_moleculaire @teaching
1 Occurrences trouvées, Dernière modification :
es-droit-de-reponse-reportage-france-5-juin-2019/?print=pdf|pdf]]. Voir aussi [[wp>fr:Olive_de_table|Oliv
ppoo @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
tkinter_gui_simple @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
algos_entiers @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
latex @floss
2 Occurrences trouvées, Dernière modification :
tris @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
pandas @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
bioinformatic @teaching:progappchim
20 Occurrences trouvées, Dernière modification :
kirschner-how_teaching_happens @teaching
1 Occurrences trouvées, Dernière modification :
lancer_pieces @teaching:exos
3 Occurrences trouvées, Dernière modification :
rotation_vibration_molecules_biatomiques @teaching:exos
1 Occurrences trouvées, Dernière modification :
protoxyde_azote @teaching
1 Occurrences trouvées, Dernière modification :
print_format @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
urllib @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
openbabel_jmol @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
polynomes-bonus @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
tmp
1 Occurrences trouvées, Dernière modification :
etudes-aess-tempo @teaching
1 Occurrences trouvées, Dernière modification :
slices @teaching:progappchim
14 Occurrences trouvées, Dernière modification :
vote-451217 @floss
1 Occurrences trouvées, Dernière modification :
test_doodle4 @floss
1 Occurrences trouvées, Dernière modification :
timeline-chimie @teaching
1 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
analyse_images @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
random_walk_2d-simple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
39 Occurrences trouvées, Dernière modification :
ph-3d @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
codes_astuces @floss:python
5 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
collection_counter_exemple @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
paradoxe_anniversaires @teaching:exos
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
mapathon
1 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :
dokuwiki-presentation-jdl-20200220 @floss
2 Occurrences trouvées, Dernière modification :
exos_empreinte_carbone @teaching
8 Occurrences trouvées, Dernière modification :
math_nombres @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.7b00558 @teaching
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.8b00378 @teaching
1 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
scipy_simple @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
mapathon2018
1 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
simulations_random_walks_codes @teaching:exos
21 Occurrences trouvées, Dernière modification :
sequences_brins_adn @teaching:exos
6 Occurrences trouvées, Dernière modification :
biblio-10.1021-acs.jchemed.6b00417 @teaching
2 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
6 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5 @teaching:progappchim
19 Occurrences trouvées, Dernière modification :
testjs @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
koch_snowflake @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes-6 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-11 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-10 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes-5 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-4 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-2 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-3 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
informatique @teaching
2 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
factorielle-2 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
factorielle @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-4 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3 @teaching:progappchim
16 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
suite_de_fibonacci @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
pieges @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
faq @floss:python
2 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed084p172 @teaching
1 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
lennard-jones @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
osm_interrogation @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012 @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pavage_penrose_2013 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
8 Occurrences trouvées, Dernière modification :
solvents_data_class @teaching:progappchim
21 Occurrences trouvées, Dernière modification :
dictionary_adn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes-7-contrib1 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
ubuntu @floss
1 Occurrences trouvées, Dernière modification :