Voici les résultats de votre recherche.
activestateselection @floss:python 162 Occurrences trouvées, Dernière modification : il y a 10 ans ython du site ActiveState ======
Site : [[http://code .activestate.com/recipes/langs/python/]]
* [[http://code .activestate.com/recipes/579013-draw-text-to-image|Draw Text To Image]]
* [[http://code .activestate.com/recipes/579006-mandelbrot-fractal... t Fractal image output to ppm file]]
* [[http://code .activestate.com/recipes/578950-find-duplicate-fil notions_fondamentales @teaching:progappchim 109 Occurrences trouvées, Dernière modification : il y a 19 mois 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 python @floss 70 Occurrences trouvées, Dernière modification : il y a 8 mois hon|30-seconds/30-seconds-of-python: Short Python code snippets for all your development needs]]
* [[h... thon scripts that are split by topics and contain code examples with explanations.]]
* [[https://githu... ion, passez une heure amusante à **[[http://learn.code .org/|apprendre les rudiments de la programmation ... eur d'expressions à l'exécution, la complétion de code , etc ...
* Autres IDE web, en ligne :
* presentation_principes @teaching:progappchim 64 Occurrences trouvées, Dernière modification : il y a 21 mois column>
<flowchartjs default>
box1=>operation: Code source
→ Compilation
box2=>operation: Code objet
→ Exécution
box3=>operation: Résultat
box... AP>
<WRAP half column>
* Etape de traduction du code source en langage machine
* Liaison éventuelle du code avec des bibliothèques existantes de code compilé server_lamp_install @floss 37 Occurrences trouvées, Dernière modification : il y a 2 ans nux-installer-virtualbox-via-le-ppa-doracle/]] :
<code >sudo apt-get install build-essential dkms linux-source linux-headers-`uname -r`</code >
<code >echo "deb http://download.virtualbox.org/virtualbox/debian `lsb_release -sc` contrib" | sudo tee... et update && sudo apt-get install virtualbox-5.1</code >
(remplacer 5.2 par une nouvelle version si exist commandes_frequentes @floss 32 Occurrences trouvées, Dernière modification : il y a 12 mois r exemple serveur web), avec droits -rw-r--r-- : <code >sudo cp fichier.mpg /var/www/html</code >
* Copier un répertoire récursivement en préservant droits e... permissions-intact|ref]] et aussi l'option -a) : <code >sudo cp -rp /var/www/html/wiki /var/www/html/wikitest </code >
===== Déplacer tout les fichiers/répertoires co syntax @wiki 29 Occurrences trouvées, Dernière modification : il y a 20 mois nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
<?php
/**
* Customizati... be modified
*/
$lang['js']['nosmblinks'] = '';
</code >
==== Image Links ====
You can also use an imag... t use indention for deeper levels
- That's it
<code >
* This is a list
* The second item
* You... t use indention for deeper levels
- That's it
</code >
Also take a look at the [[doku>faq:lists|FAQ on tkinter_gui_simple @teaching:progappchim 27 Occurrences trouvées, Dernière modification : il y a 22 mois ne étiquette (Label) affichant "Bonjour !" =====
<code python tk-00.py>
#!/usr/bin/env python
# -*- codi... ot, text="Bonjour !")
w.pack()
root.mainloop()
</code >
===== Un bouton (Button) avec une action pour é... =====
L'écriture va s'effectuer sur la console !
<code python tk-01.py>
#!/usr/bin/env python
# -*- codi... re !",command=action)
b.pack()
root.mainloop()
</code >
<note tip>Voyez à décommenter les deux lignes c images_chimie_libres @teaching 24 Occurrences trouvées, Dernière modification : il y a 23 mois dia.org/wikipedia/commons/thumb/8/89/Symbol_Resin_Code _1_PETE.svg/199px-Symbol_Resin_Code _1_PETE.svg.png}} \\ [[https://commons.wikimedia.org/wiki/File:Symbol_Resin_Code _1_PETE.svg|lien]] | {{https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Symbol_Resin_Code _01_PET.svg/199px-Symbol_Resin_Code _01_PET.svg.png numpy_simple @teaching:progappchim 24 Occurrences trouvées, Dernière modification : il y a 21 mois === Directive d'importation =====
* standard : <code >import numpy as np</code >
===== Tableaux numériques =====
On convertit facilement des listes Python en tableau numpy. Essayez ceci :
<code python>
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.ndar testjs @teaching:progappchim 24 Occurrences trouvées, Dernière modification : il y a 8 ans ise data-lang="python" data-height="auto">
<code data-type="pre-exercise-code "></code >
<code data-type="sample-code ">
import numpy as np
x = np.arange(0, 5, 0.1);
bash_scripts @floss 22 Occurrences trouvées, Dernière modification : il y a 18 mois arde et la suppression des backups antérieurs :
<code bash backup.sh>
#!/bin/bash
# Répertoire source ... tar.gz" "$monthly_directory/$monthly_folder"
fi
</code >
Assurez-vous de remplacer les chemins d'accès r... exécutable en utilisant la commande suivante :
<code >
chmod +x backup.sh
</code >
Vous pouvez ensuite exécuter le script en utilisant la commande suivante : config_ubuntu @floss 22 Occurrences trouvées, Dernière modification : il y a 8 ans conserver l'information obtenue par la commande <code >lspci | grep VGA </code >
* Caractéristiques de la 12.04 sur l’installateur :
* si connexion à Int... (panorama)
* GHex (éditeur hexadécimal)
* Code ::Blocks & build-essential (IDE programmation C+... conserver l'information obtenue par la commande <code >lspci | grep VGA </code >
* Caractéristiques de pip-pypi @floss:python 22 Occurrences trouvées, Dernière modification : il y a 7 ans ntinuum.io/cshop/anaconda/|Anacaonda]], [[https://code .google.com/p/pythonxy/wiki/Downloads|Pythonxy]], ... able de distributions complètes du type [[https://code .google.com/p/pythonxy/wiki/Downloads|Pythonxy]], ... python3, au cas où pip ne serait pas installé :
<code > sudo apt-get install python-pip python3-pip</code >
Pour mettre à jour :
sudo -H pip3 install --upg plot_sinus_cosinus @teaching:progappchim 22 Occurrences trouvées, Dernière modification : il y a 4 ans ion par défaut des fonctions sinus et cosinus :
<code python 01-plotting_with_default_settings.py>
#! /... S)
plt.show() # vue interactive de la figure
</code >
X est un tableau numpy de 256 valeurs comprises... tés de la ligne et styles de ligne ci-dessous).
<code python 02-instantiating_defaults.py>
#! /usr/bin/... g", dpi=72)
# Show result on screen
plt.show()
</code >
===== Changer la couleur et l'épaisseur des lig unison @floss 19 Occurrences trouvées, Dernière modification : il y a 12 mois initinfo @teaching 19 Occurrences trouvées, Dernière modification : il y a 10 mois matplotlib_simple @teaching:progappchim 19 Occurrences trouvées, Dernière modification : il y a 17 mois mendeleev @teaching:progappchim 19 Occurrences trouvées, Dernière modification : il y a 2 ans algos_entiers @teaching:progappchim 17 Occurrences trouvées, Dernière modification : il y a 23 mois notions_avancees @teaching:progappchim 17 Occurrences trouvées, Dernière modification : il y a 19 mois config_ubuntu_server_rpi3 @floss 16 Occurrences trouvées, Dernière modification : il y a 7 mois config_xubuntu @floss 15 Occurrences trouvées, Dernière modification : il y a 10 mois simulations_random_walks_codes @teaching:exos 15 Occurrences trouvées, Dernière modification : il y a 6 ans elements_molecules @teaching:progappchim 15 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-10 @teaching:progappchim 15 Occurrences trouvées, Dernière modification : il y a 8 ans moodle @floss 14 Occurrences trouvées, Dernière modification : il y a 3 ans wacom @floss 13 Occurrences trouvées, Dernière modification : il y a 4 ans representation_molecules_2013 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 5 ans pandas @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 2 ans suite_de_fibonacci-2 @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 8 ans dokuwiki_extensions @floss 9 Occurrences trouvées, Dernière modification : il y a 17 mois latex @floss 9 Occurrences trouvées, Dernière modification : il y a 23 mois suite_de_fibonacci-3 @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 8 ans logiciels @floss 8 Occurrences trouvées, Dernière modification : il y a 11 mois tp_simulations_monte-carlo_2019 @teaching:exos 8 Occurrences trouvées, Dernière modification : il y a 5 ans codes_presentation @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-3 @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 8 ans scipy_simple @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 6 ans tris @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 24 mois trucs_astuces @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 19 mois dokuwiki-presentation-jdl-20200220 @floss 7 Occurrences trouvées, Dernière modification : il y a 5 ans methcalchim @teaching:methcalchim 7 Occurrences trouvées, Dernière modification : il y a 20 mois progappchim @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 21 mois config_ubuntu_server @floss 6 Occurrences trouvées, Dernière modification : il y a 14 mois config_ubuntu_server-20.04 @floss 6 Occurrences trouvées, Dernière modification : il y a 14 mois dokuwiki @floss 6 Occurrences trouvées, Dernière modification : il y a 18 mois gestion_agendas_stages @floss 6 Occurrences trouvées, Dernière modification : il y a 3 ans cairo-tutoriel @floss:python 6 Occurrences trouvées, Dernière modification : il y a 13 ans csv @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-2 @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-7 @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 6 ans rdkit @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 18 mois slices @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 3 ans suite_de_fibonacci-4 @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 8 ans test 5 Occurrences trouvées, Dernière modification : il y a 7 mois bootstrapwrapper @floss 5 Occurrences trouvées, Dernière modification : il y a 4 ans config_xubuntu-18.04 @floss 5 Occurrences trouvées, Dernière modification : il y a 23 mois config_xubuntu-20.04 @floss 5 Occurrences trouvées, Dernière modification : il y a 23 mois fizz_buzz @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 8 ans openbabel_jmol @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 3 ans pylab_simple @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 3 ans rotateur_biatomique @teaching:progappchim:matplotlib_gallery 5 Occurrences trouvées, Dernière modification : il y a 7 ans anaconda @floss 4 Occurrences trouvées, Dernière modification : il y a 18 mois config_ubuntu_server-18.04 @floss 4 Occurrences trouvées, Dernière modification : il y a 4 ans config_ubuntu_server_rpi1 @floss 4 Occurrences trouvées, Dernière modification : il y a 5 ans kanboard @floss 4 Occurrences trouvées, Dernière modification : il y a 3 ans linux_humour @floss 4 Occurrences trouvées, Dernière modification : il y a 19 mois mot_de_passe_perdu @floss 4 Occurrences trouvées, Dernière modification : il y a 5 ans ressources_educatives_libres @floss 4 Occurrences trouvées, Dernière modification : il y a 12 mois sauvegarde_reseau_grsync @floss 4 Occurrences trouvées, Dernière modification : il y a 11 ans codes_astuces @floss:python 4 Occurrences trouvées, Dernière modification : il y a 4 ans analyse_images @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans bioinformatic @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 2 ans dictionary_adn_protein @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 12 ans factorielle @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans game_of_life_conway-2012 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans matrices @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 7 ans pieges @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 9 ans polynomes @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-12 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 24 mois suite_de_fibonacci @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans tableau_periodique_2011 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans urllib @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 3 ans config_xubuntu-16.04 @floss 3 Occurrences trouvées, Dernière modification : il y a 6 ans articles_didactique_chimie @teaching 3 Occurrences trouvées, Dernière modification : il y a 10 mois biblio-10.1021-acs.jchemed.7b00218 @teaching 3 Occurrences trouvées, Dernière modification : il y a 6 ans desinformations @teaching 3 Occurrences trouvées, Dernière modification : il y a 15 mois etudes-aess-tempo @teaching 3 Occurrences trouvées, Dernière modification : il y a 3 ans exos_energie_d_ionisation @teaching 3 Occurrences trouvées, Dernière modification : il y a 5 ans bokeh_simple @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 3 ans glossaire_chimie @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 6 ans osm_interrogation @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 10 ans ph-3d @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-2 @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans pubchempy @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 3 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 5 ans installation_dokuwiki 2 Occurrences trouvées, Dernière modification : il y a 8 ans jupyter_presentation_20180316 2 Occurrences trouvées, Dernière modification : il y a 7 ans bureau_a_distance @floss 2 Occurrences trouvées, Dernière modification : il y a 4 ans calibre @floss 2 Occurrences trouvées, Dernière modification : il y a 3 ans config_debian_i386_convertir_portable_32bits_en_serveur @floss 2 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_server-18.04_rpi3 @floss 2 Occurrences trouvées, Dernière modification : il y a 4 ans convert_monochrome_pdf @floss 2 Occurrences trouvées, Dernière modification : il y a 3 ans h5p @floss 2 Occurrences trouvées, Dernière modification : il y a 22 mois hardware_info @floss 2 Occurrences trouvées, Dernière modification : il y a 14 mois onedrive @floss 2 Occurrences trouvées, Dernière modification : il y a 2 ans ssh @floss 2 Occurrences trouvées, Dernière modification : il y a 20 mois tesseract @floss 2 Occurrences trouvées, Dernière modification : il y a 20 mois biblio-10.1021-ed076p1136 @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed083p791 @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100218z @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1039-b5rp90014j @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-9780131493926-chap9 @teaching 2 Occurrences trouvées, Dernière modification : il y a 9 ans exos_empreinte_carbone @teaching 2 Occurrences trouvées, Dernière modification : il y a 5 ans informatique @teaching 2 Occurrences trouvées, Dernière modification : il y a 8 ans publis_diverses @teaching 2 Occurrences trouvées, Dernière modification : il y a 11 mois teaching_ressources_videos @teaching 2 Occurrences trouvées, Dernière modification : il y a 20 mois timeline-chimie @teaching 2 Occurrences trouvées, Dernière modification : il y a 4 ans lancer_pieces @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 2 ans paradoxe_anniversaires @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 4 ans physicochimie2-exercices @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 9 ans sequences_brins_adn @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 6 ans thermodynamique_statistique-exercices @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 2 ans chempy @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 20 mois collection_counter_exemple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans collection_namedtuple_exemple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans entropie_melange @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-4 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 10 ans jupyter @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 2 ans koch_snowflake @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans math_nombres @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans periodical_table_electronegativity @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans ph_courbe_titrage_2011 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-3 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-4 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-5 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-6 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-8 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-9 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-11 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans polynomes-bonus @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 3 ans ppoo @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 22 mois random_walk_2d-simple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans solubilite_ph_t @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans suite_de_fibonacci-5 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans tableau_periodique_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans pka_pkb_plane @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 5 ans tmp 1 Occurrences trouvées, Dernière modification : il y a 3 ans chimie @floss 1 Occurrences trouvées, Dernière modification : il y a 12 ans linux_suicide @floss 1 Occurrences trouvées, Dernière modification : il y a 12 ans lpi_linux_essentials @floss 1 Occurrences trouvées, Dernière modification : il y a 12 ans mastodon @floss 1 Occurrences trouvées, Dernière modification : il y a 11 mois biblio-10.1021-ed074p262_10.1039-b801297k @teaching 1 Occurrences trouvées, Dernière modification : il y a 6 ans biblio-10.1021-ed078p481 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed084p172 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed084p1140 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1021-ed100422c @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1039-b4rp90027h @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1039-b812416g @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans biblio-10.1039-b908246h @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans glossaire-education @teaching 1 Occurrences trouvées, Dernière modification : il y a 3 ans revision_cheat_sheets @teaching 1 Occurrences trouvées, Dernière modification : il y a 4 ans rss-chimie @teaching 1 Occurrences trouvées, Dernière modification : il y a 7 ans terminologie-enseignement @teaching 1 Occurrences trouvées, Dernière modification : il y a 13 ans poker_menteur @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 11 ans vdemery_espci @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 7 ans attracteur_lorenz @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 5 ans calcul_matriciel_2012 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 11 ans dictionaries_adn_arn_protein @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 9 ans epidemie_coronavirus @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 4 ans fit_modele_einstein @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 10 ans print_format @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 3 ans solvents_data_class @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 12 ans