Voici les résultats de votre recherche.
python @floss 753 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 222 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 notions_avancees @teaching:progappchim 81 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]]
* [ matplotlib_simple @teaching:progappchim 76 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 ===... naconda]] ou [[http://code.google.com/p/pythonxy/|Python (x, y)]]
* Sous GNU/Linux, on peut aussi n'inst activestateselection @floss:python 61 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 59 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 56 Occurrences trouvées, Dernière modification : il y a 23 mois es====
==== Programming bases and tools ====
* Python programming language
* [[http://www.learnpyth... * [[https://www.datacamp.com/courses/intro-to-python -for-data-science|DataCamp free course "Intro to Python for Data Science"]]
* [[https://www.sololearn.com/Course/Python /|Python 3 Tutorial]], interactive, with [[https:/ pandas @teaching:progappchim 45 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 presentation_principes @teaching:progappchim 43 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 progappchim @teaching:progappchim 42 Occurrences trouvées, Dernière modification : il y a 2 ans e les contributions à cpython, le cœur du langage Python : [[https://lukasz.langa.pl/f15a8851-af26-4e94-a4... 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... ation et principes de base de la programmation en Python , avec quelques applications]]** (version wiki)
pip-pypi @floss:python 33 Occurrences trouvées, Dernière modification : il y a 8 ans ====== Installer facilement des modules python ======
<note important>L'installation préalable de distrib... == Introduction =====
Des modules additionnels de Python peuvent être installés via des sites qui les prop... nérant des conflits,... aussi le site officiel de Python a créé un catalogue et des archives de librairies Python , imitant en cela les grands sites d'archives comm numpy_simple @teaching:progappchim 31 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 30 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 29 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 cairo-tutoriel @floss:python 27 Occurrences trouvées, Dernière modification : il y a 13 ans ====== Tutoriel sur Cairo pour les programmeurs Python ======
//Texte original en anglais de Michael Urma... org/snapshots/|Cairo]] lui-même,
- [[http://www.python .org/download/|Python ]] pour exécuter les morceaux de code, et
- [[http://cairographics.org/snapshots/|P... all.net/mu/wiki/CairoTutorial|"Cairo Tutorial for Python Programmers"]], avec l'aimable autorisation de l' ppoo @teaching:progappchim 25 Occurrences trouvées, Dernière modification : il y a 2 ans trucs_astuces @teaching:progappchim 22 Occurrences trouvées, Dernière modification : il y a 23 mois config_ubuntu @floss 21 Occurrences trouvées, Dernière modification : il y a 9 ans simulations_random_walks_codes @teaching:exos 20 Occurrences trouvées, Dernière modification : il y a 6 ans anaconda @floss 17 Occurrences trouvées, Dernière modification : il y a 22 mois config_xubuntu-16.04 @floss 17 Occurrences trouvées, Dernière modification : il y a 6 ans initinfo @teaching 15 Occurrences trouvées, Dernière modification : il y a 14 mois epidemie_coronavirus @teaching:progappchim 15 Occurrences trouvées, Dernière modification : il y a 5 ans tesseract @floss 14 Occurrences trouvées, Dernière modification : il y a 24 mois bioinformatic @teaching:progappchim 14 Occurrences trouvées, Dernière modification : il y a 3 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 analyse_images @teaching:progappchim 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 jupyter @teaching:progappchim 13 Occurrences trouvées, Dernière modification : il y a 3 ans tris @teaching:progappchim 13 Occurrences trouvées, Dernière modification : il y a 2 ans revision_cheat_sheets @teaching 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 codes_presentation @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 4 ans suite_de_fibonacci-2 @teaching:progappchim 11 Occurrences trouvées, Dernière modification : il y a 8 ans mendeleev @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 2 ans polynomes-7 @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 6 ans polynomes-12 @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 2 ans print_format @teaching:progappchim 10 Occurrences trouvées, Dernière modification : il y a 3 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 openbabel_jmol @teaching:progappchim 9 Occurrences trouvées, Dernière modification : il y a 3 ans suite_de_fibonacci-3 @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 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 fit_modele_einstein @teaching:progappchim 7 Occurrences trouvées, Dernière modification : il y a 10 ans pieges @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 9 ans suite_de_fibonacci-5 @teaching:progappchim 6 Occurrences trouvées, Dernière modification : il y a 8 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 calcul_matriciel_2012 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 11 ans factorielle-2 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 8 ans factorielle-4 @teaching:progappchim 5 Occurrences trouvées, Dernière modification : il y a 10 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 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 config_ubuntu_mate @floss 4 Occurrences trouvées, Dernière modification : il y a 5 ans config_ubuntu_mate_rpi2 @floss 4 Occurrences trouvées, Dernière modification : il y a 5 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 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 courbe_predominance_acide_2013 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 11 ans game_of_life_conway-2012 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans osm_interrogation @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 10 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 ph_courbe_titrage_2011 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 4 ans polynomes-2 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 8 ans representation_molecules_2013 @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 5 ans scipy_simple @teaching:progappchim 4 Occurrences trouvées, Dernière modification : il y a 6 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 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 config_raspbian_rpi2 @floss 3 Occurrences trouvées, Dernière modification : il y a 9 ans config_raspbian_rpi3 @floss 3 Occurrences trouvées, Dernière modification : il y a 8 ans gestion_agendas_stages @floss 3 Occurrences trouvées, Dernière modification : il y a 3 ans codes_astuces @floss:python 3 Occurrences trouvées, Dernière modification : il y a 4 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 chempy @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 2 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 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 urllib @teaching:progappchim 3 Occurrences trouvées, Dernière modification : il y a 3 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 logiciels @floss 2 Occurrences trouvées, Dernière modification : il y a 14 mois unison @floss 2 Occurrences trouvées, Dernière modification : il y a 16 mois win @floss 2 Occurrences trouvées, Dernière modification : il y a 7 ans 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 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 grille_configurations_melange_binaire_2013 @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 11 ans math_nombres @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 5 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 rdkit @teaching:progappchim 2 Occurrences trouvées, Dernière modification : il y a 22 mois 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 ir_spectrum_co @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 10 ans potentiel_morse @teaching:progappchim:matplotlib_gallery 2 Occurrences trouvées, Dernière modification : il y a 5 ans test 1 Occurrences trouvées, Dernière modification : il y a 10 mois config_xubuntu @floss 1 Occurrences trouvées, Dernière modification : il y a 14 mois config_xubuntu-18.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 ans config_xubuntu-20.04 @floss 1 Occurrences trouvées, Dernière modification : il y a 2 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 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 rappels-proba-stat @teaching:exos 1 Occurrences trouvées, Dernière modification : il y a 2 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 attracteur_lorenz @teaching:progappchim 1 Occurrences trouvées, Dernière modification : il y a 6 ans glossaire_chimie @teaching:progappchim 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 pka_pkb_plane @teaching:progappchim:matplotlib_gallery 1 Occurrences trouvées, Dernière modification : il y a 5 ans