Voici les résultats de votre recherche.
python @floss 884 Occurrences trouvées, Dernière modification : il y a 12 mois ====== Python : quelques références, trucs et astuces ======
FIXME : à ajouter :
* [[https://learnbyexample.github.io/py_resources/beginners.html|Python Resources for Everybody]]
* [[https://github.com/Asabeneh/30-Days-Of-Python |Asabeneh/30-Days-Of-Python : 30 days of Python programming challenge is a step-by-step guide to learn the notions_fondamentales @teaching:progappchim 253 Occurrences trouvées, Dernière modification : il y a 23 mois es ======
Aide mémoire synthétique sur le langage Python .
===== Règles de base =====
Ces règles peuvent être testées via le mode interactif de Python (en utilisant la fenêtre "Shell" ou console de l'... re de gauche à droite
==== Scripts ou programmes Python , où les conserver, et comment les nommer : ====
i... e calcul, utilisation graphique, interface,...).
Python propose des lignes directrices sur le style d'écr matplotlib_simple @teaching:progappchim 87 Occurrences trouvées, Dernière modification : il y a 20 mois thèque très puissante du langage de programmation Python destinée à tracer et visualiser des données sous ... Elle est souvent combinée avec les bibliothèques python de calcul scientifique :
* [[http://www.numpy.o... ttps://towardsdatascience.com/5-quick-facts-about-python -matplotlib-53f23eab6d31]]
===== Installation ===... ibution/|Anaconda]] ou [[http://code.google.com/p/python xy/|Python (x, y)]]
* Sous GNU/Linux, on peut au notions_avancees @teaching:progappchim 86 Occurrences trouvées, Dernière modification : il y a 23 mois chtofreedom/7-levels-of-using-the-zip-function-in-python -a4bd22ee8bcd|7 Levels of Using the Zip Function in Python ]]
* itertools.cycle() est une méthode utile pou... rmatique/cours/pratiques-avancees-et-meconnues-en-python /les-generateurs-2]]
* [[http://feldboris.alwaysdata.net/blog/python -les-iterateurs-et-les-generateurs-fr.html]]
* [ activestateselection @floss:python 69 Occurrences trouvées, Dernière modification : il y a 10 ans ====== Sélection de codes Python du site ActiveState ======
Site : [[http://code.activestate.com/recipes/langs/python /]]
* [[http://code.activestate.com/recipes/579... /code.activestate.com/recipes/578928-game-of-life-python -34-tkinter|Game of Life - Python 3.4 & tkinter]]
* [[http://code.activestate.com/recipes/578924-2d-flui tkinter_gui_simple @teaching:progappchim 64 Occurrences trouvées, Dernière modification : il y a 2 ans * Documentation officielle :
* [[https://docs.python .org/3/library/tk.html|Les interfaces graphiques TK]]
* [[https://docs.python .org/3/library/tkinter.html|tkinter — interface Python à Tcl/Tk]], reprenant quelques références recommandées
* Python 3 avec Tk intègre également les extensions [[http methcalchim @teaching:methcalchim 63 Occurrences trouvées, Dernière modification : il y a 23 mois es====
==== Programming bases and tools ====
* Python programming language
* [[http://www.learnpython .org/|LearnPython .org]] interactive tutorial with code execution
* [[https://www.datacamp.com/courses/intro-to-python -for-data-science|DataCamp free course "Intro to P pandas @teaching:progappchim 49 Occurrences trouvées, Dernière modification : il y a 2 ans n]]
* [[https://www.datacamp.com/community/blog/python -pandas-cheat-sheet|Pandas Cheat Sheet for Data Science in Python ]]
===== Applications, exemples =====
==== Préam... r sur la documentation officielle)
* ...
<code python jse-dataset-body-dimensions-read-10.py>
#!/usr/bin/env python 3
# -*- coding: utf-8 -*-
"""
Created on Tue Mar progappchim @teaching:progappchim 49 Occurrences trouvées, Dernière modification : il y a 2 ans g>
L'article suivant analyse les contributions à cpython , le cœur du langage Python : [[https://lukasz.langa.pl/f15a8851-af26-4e94-a4b1-c146c57c9d20/]]. Les deux ... es de base,...) =====
* {{:teaching:progappchim:python -overview-3.pdf|Présentation et principes de base de la programmation en Python , avec quelques applications}} + [[codes_presentat presentation_principes @teaching:progappchim 46 Occurrences trouvées, Dernière modification : il y a 2 ans ts=1&open_in_new_window=1~~
====== Programmer en Python ======
===== Généralités =====
* Qu'est-ce qu... ées, sans devoir les approfondir
* Java, C++, Python , perl, Ruby. . .sont les plus connus
* Des lang... viter la phase lente de compilation
</WRAP>
==== Python / Langages à Bytecodes ====
<WRAP group>
<WRAP ha... owchartjs default>
box1=>operation: Code source Python (.py)
→ Compilation
box2=>operation: Python B pip-pypi @floss:python 45 Occurrences trouvées, Dernière modification : il y a 8 ans ====== Installer facilement des modules python ======
<note important>L'installation préalable de distrib... naconda/|Anacaonda]], [[https://code.google.com/p/python xy/wiki/Downloads|Python xy]], Enthought ou ActivePython est préférable !
Ces installations peuvent d'ailleurs l'installation des numpy_simple @teaching:progappchim 34 Occurrences trouvées, Dernière modification : il y a 2 ans mPy est une extension du langage de programmation Python , destinée à manipuler des matrices ou tableaux mu... mé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)
pr... ist|cette ancienne documentation]].
</note>
<code python arrays_01.py>
#! /usr/bin/env python
# -*- coding algos_entiers @teaching:progappchim 33 Occurrences trouvées, Dernière modification : il y a 2 ans .A9om.C3.A9triques|ici]] !**).
Cela donne ceci en Python :
<code python pgcd.py>
#!/usr/bin/env python
# -*- coding: UTF-8 -*-
def gcd(a, b):
"""Calculate the Greatest Commo... ions/11175131/code-for-greatest-common-divisor-in-python ]]
* [[https://docs.python .org/dev/library/fract plotly_simple @teaching:progappchim 33 Occurrences trouvées, Dernière modification : il y a 23 mois ils analytiques et de visualisation. La librairie python Plotly permet de créer des graphes dans l'environ... ter
===== Références =====
* [[https://plot.ly/python /|plot.ly]], le site officiel
* [[wp>Plotly]]
* [[https://plot.ly/python /|Plotly Python Open Source Graphing Library]]
* [[https://plot.ly/python /ipython -notebook-tutorial/|Jup config_xubuntu-16.04 @floss 30 Occurrences trouvées, Dernière modification : il y a 6 ans ndoc referencer gcstar tellico calibre skype
* Python
* Installation de base
* paquets python 2 : idle spyder python -pip python -virtualenv
* paquets python 3 : idle3 spyder3 python 3-pip python 3-venv
* globalement : s bioinformatic @teaching:progappchim 29 Occurrences trouvées, Dernière modification : il y a 3 ans config_ubuntu @floss 28 Occurrences trouvées, Dernière modification : il y a 9 ans cairo-tutoriel @floss:python 28 Occurrences trouvées, Dernière modification : il y a 13 ans ppoo @teaching:progappchim 27 Occurrences trouvées, Dernière modification : il y a 2 ans jupyter @teaching:progappchim 26 Occurrences trouvées, Dernière modification : il y a 3 ans trucs_astuces @teaching:progappchim 24 Occurrences trouvées, Dernière modification : il y a 23 mois anaconda @floss 21 Occurrences trouvées, Dernière modification : il y a 22 mois simulations_random_walks_codes @teaching:exos 20 Occurrences trouvées, Dernière modification : il y a 6 ans epidemie_coronavirus @teaching:progappchim 18 Occurrences trouvées, Dernière modification : il y a 5 ans tris @teaching:progappchim 18 Occurrences trouvées, Dernière modification : il y a 2 ans config_ubuntu_mate @floss 16 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_mate_rpi2 @floss 16 Occurrences trouvées, Dernière modification : il y a 5 ans config_raspbian_rpi3 @floss 15 Occurrences trouvées, Dernière modification : il y a 8 ans tesseract @floss 15 Occurrences trouvées, Dernière modification : il y a 24 mois initinfo @teaching 15 Occurrences trouvées, Dernière modification : il y a 13 mois analyse_images @teaching:progappchim 15 Occurrences trouvées, Dernière modification : il y a 4 ans config_raspbian_rpi2 @floss 14 Occurrences trouvées, Dernière modification : il y a 9 ans plot_sinus_cosinus @teaching:progappchim 14 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-10 @teaching:progappchim 14 Occurrences trouvées, Dernière modification : il y a 8 ans revision_cheat_sheets @teaching 13 Occurrences trouvées, Dernière modification : il y a 4 ans csv @teaching:progappchim 13 Occurrences trouvées, Dernière modification : il y a 4 ans mendeleev @teaching:progappchim 13 Occurrences trouvées, Dernière modification : il y a 2 ans codes_presentation @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle-3 @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 8 ans openbabel_jmol @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 3 ans print_format @teaching:progappchim 12 Occurrences trouvées, Dernière modification : il y a 3 ans polynomes-7 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 6 ans polynomes-12 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 2 ans suite_de_fibonacci-2 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 8 ans suite_de_fibonacci-4 @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 8 ans informatique @teaching 9 Occurrences trouvées, Dernière modification : il y a 8 ans bokeh_simple @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 3 ans elements_molecules @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 4 ans suite_de_fibonacci-3 @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 8 ans suite_de_fibonacci-5 @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 8 ans thermodynamique_statistique-exercices @teaching:exos 8 Occurrences trouvées, Dernière modification : il y a 2 ans fit_modele_einstein @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 10 ans slices @teaching:progappchim 8 Occurrences trouvées, Dernière modification : il y a 3 ans articles_didactique_chimie @teaching 7 Occurrences trouvées, Dernière modification : il y a 7 semaines altair_simple @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 5 ans factorielle-2 @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 8 ans test 6 Occurrences trouvées, Dernière modification : il y a 10 mois config_xubuntu @floss 6 Occurrences trouvées, Dernière modification : il y a 14 mois config_xubuntu-18.04 @floss 6 Occurrences trouvées, Dernière modification : il y a 2 ans config_xubuntu-20.04 @floss 6 Occurrences trouvées, Dernière modification : il y a 2 ans calcul_matriciel_2012 @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 11 ans pieges @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 9 ans startold 5 Occurrences trouvées, Dernière modification : il y a 7 ans tp_simulations_monte-carlo_2019 @teaching:exos 5 Occurrences trouvées, Dernière modification : il y a 5 ans courbe_predominance_acide_2013 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 11 ans factorielle-4 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 10 ans game_of_life_conway-2012 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 4 ans lennard-jones @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 10 ans matrices @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 7 ans maxwell-boltzmann @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 11 ans osm_interrogation @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 10 ans ph_courbe_titrage_2011 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-2 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 8 ans scipy_simple @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 6 ans start 4 Occurrences trouvées, Dernière modification : il y a 4 ans startnew 4 Occurrences trouvées, Dernière modification : il y a 5 ans startold2 4 Occurrences trouvées, Dernière modification : il y a 5 ans codes_astuces @floss:python 4 Occurrences trouvées, Dernière modification : il y a 4 ans poker_menteur @teaching:exos 4 Occurrences trouvées, Dernière modification : il y a 12 ans partial_differential_equation @teaching:methcalchim 4 Occurrences trouvées, Dernière modification : il y a 3 ans system_of_linear_equations @teaching:methcalchim 4 Occurrences trouvées, Dernière modification : il y a 6 ans attracteur_lorenz @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 6 ans chempy @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 2 ans collection_counter_exemple @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans collection_namedtuple_exemple @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans ph-3d @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans ph_acides_bases_2013 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 11 ans rdkit @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 22 mois representation_molecules_2013 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 5 ans solvents_data_class @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 12 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 histogramme_simple @teaching:progappchim:matplotlib_gallery 4 Occurrences trouvées, Dernière modification : il y a 7 ans rotateur_biatomique @teaching:progappchim:matplotlib_gallery 4 Occurrences trouvées, Dernière modification : il y a 7 ans bash_scripts @floss 3 Occurrences trouvées, Dernière modification : il y a 22 mois gestion_agendas_stages @floss 3 Occurrences trouvées, Dernière modification : il y a 3 ans logiciels @floss 3 Occurrences trouvées, Dernière modification : il y a 14 mois win @floss 3 Occurrences trouvées, Dernière modification : il y a 7 ans faq @floss:python 3 Occurrences trouvées, Dernière modification : il y a 9 ans paradoxe_anniversaires @teaching:exos 3 Occurrences trouvées, Dernière modification : il y a 5 ans sequences_brins_adn @teaching:exos 3 Occurrences trouvées, Dernière modification : il y a 6 ans eigenvalues_and_eigenvectors @teaching:methcalchim 3 Occurrences trouvées, Dernière modification : il y a 4 ans algos_graphes @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 5 ans dictionaries_adn_arn_protein @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 9 ans dictionary_adn_protein @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 12 ans fizz_buzz @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans koch_snowflake @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans math_nombres @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 5 ans polynomes @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 8 ans scikit_learn @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 7 ans solubilite_ph_t @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 9 ans ir_spectrum_co @teaching:progappchim:matplotlib_gallery 3 Occurrences trouvées, Dernière modification : il y a 10 ans floss 2 Occurrences trouvées, Dernière modification : il y a 9 ans jupyter_presentation_20180316 2 Occurrences trouvées, Dernière modification : il y a 7 ans dokuwiki @floss 2 Occurrences trouvées, Dernière modification : il y a 22 mois dokuwiki-presentation-jdl-20200220 @floss 2 Occurrences trouvées, Dernière modification : il y a 5 ans dokuwiki_extensions @floss 2 Occurrences trouvées, Dernière modification : il y a 21 mois latex @floss 2 Occurrences trouvées, Dernière modification : il y a 2 ans unison @floss 2 Occurrences trouvées, Dernière modification : il y a 16 mois exos_energie_d_ionisation @teaching 2 Occurrences trouvées, Dernière modification : il y a 6 ans publis_diverses @teaching 2 Occurrences trouvées, Dernière modification : il y a 14 mois lancer_pieces @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 3 ans rappels-proba-stat @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 2 ans simulations_random_walks @teaching:exos 2 Occurrences trouvées, Dernière modification : il y a 11 ans algos_divers @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 2 ans conversion_temperature_2011 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans diffusion_chimique_1d @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 10 ans ensemble_mandelbrot_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 10 ans entropie_melange @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans factorielle @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans gaz_parfait_2011 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans glossaire_chimie @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 6 ans grille_configurations_melange_binaire_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans nim @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans pavage_penrose_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans periodical_table_electronegativity @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 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-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 pressions_partielles_systemes_non_ideaux @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans pylab_simple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 3 ans random_walk_2d-simple @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 4 ans recherches @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 9 ans regression_lineaire_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans suite_de_fibonacci @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans t-test @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans tableau_periodique_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 ans testjs @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 8 ans pka_pkb_plane @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 5 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 5 ans installation_dokuwiki 1 Occurrences trouvées, Dernière modification : il y a 8 ans duckdb @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans lpi_linux_essentials @floss 1 Occurrences trouvées, Dernière modification : il y a 13 ans pdf-20240316 @floss 1 Occurrences trouvées, Dernière modification : il y a 12 mois r_python @floss 1 Occurrences trouvées, Dernière modification : il y a 10 ans biblio-10.1021-ed086p1277 @teaching 1 Occurrences trouvées, Dernière modification : il y a 9 ans syntax @wiki 1 Occurrences trouvées, Dernière modification : il y a 24 mois physicochimie2-exercices @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 9 ans vdemery_espci @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 7 ans numerical_integration @teaching:methcalchim 1 Occurrences trouvées, Dernière modification : il y a 7 ans root-finding_algorithm @teaching:methcalchim 1 Occurrences trouvées, Dernière modification : il y a 6 ans multilateration @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 20 mois polynomes-7-contrib1 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 13 ans polynomes-9 @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 8 ans