start

Recherche

Voici les résultats de votre recherche.

python @floss
884 Occurrences trouvées, Dernière modification :
====== 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 :
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 :
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/pythonxy/|Python (x, y)]] * Sous GNU/Linux, on peut au
notions_avancees @teaching:progappchim
86 Occurrences trouvées, Dernière modification :
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 :
====== 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 :
* 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 :
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 :
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 python3 # -*- coding: utf-8 -*- """ Created on Tue Mar
progappchim @teaching:progappchim
49 Occurrences trouvées, Dernière modification :
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 :
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 :
====== Installer facilement des modules python ====== <note important>L'installation préalable de distrib... naconda/|Anacaonda]], [[https://code.google.com/p/pythonxy/wiki/Downloads|Pythonxy]], 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 :
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 :
.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 :
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 :
ndoc referencer gcstar tellico calibre skype * Python * Installation de base * paquets python2 : idle spyder python-pip python-virtualenv * paquets python3 : idle3 spyder3 python3-pip python3-venv * globalement : s
bioinformatic @teaching:progappchim
29 Occurrences trouvées, Dernière modification :
config_ubuntu @floss
28 Occurrences trouvées, Dernière modification :
cairo-tutoriel @floss:python
28 Occurrences trouvées, Dernière modification :
ppoo @teaching:progappchim
27 Occurrences trouvées, Dernière modification :
jupyter @teaching:progappchim
26 Occurrences trouvées, Dernière modification :
trucs_astuces @teaching:progappchim
24 Occurrences trouvées, Dernière modification :
anaconda @floss
21 Occurrences trouvées, Dernière modification :
simulations_random_walks_codes @teaching:exos
20 Occurrences trouvées, Dernière modification :
epidemie_coronavirus @teaching:progappchim
18 Occurrences trouvées, Dernière modification :
tris @teaching:progappchim
18 Occurrences trouvées, Dernière modification :
config_ubuntu_mate @floss
16 Occurrences trouvées, Dernière modification :
config_ubuntu_mate_rpi2 @floss
16 Occurrences trouvées, Dernière modification :
config_raspbian_rpi3 @floss
15 Occurrences trouvées, Dernière modification :
tesseract @floss
15 Occurrences trouvées, Dernière modification :
initinfo @teaching
15 Occurrences trouvées, Dernière modification :
analyse_images @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
config_raspbian_rpi2 @floss
14 Occurrences trouvées, Dernière modification :
plot_sinus_cosinus @teaching:progappchim
14 Occurrences trouvées, Dernière modification :
polynomes-10 @teaching:progappchim
14 Occurrences trouvées, Dernière modification :
revision_cheat_sheets @teaching
13 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
openbabel_jmol @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
print_format @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
polynomes-12 @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2 @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-4 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
informatique @teaching
9 Occurrences trouvées, Dernière modification :
numerical_methods_for_ordinary_differential_equations @teaching:methcalchim
9 Occurrences trouvées, Dernière modification :
bokeh_simple @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
elements_molecules @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3 @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5 @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
thermodynamique_statistique-exercices @teaching:exos
8 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
slices @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
articles_didactique_chimie @teaching
7 Occurrences trouvées, Dernière modification :
altair_simple @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
factorielle-2 @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
config_xubuntu @floss
6 Occurrences trouvées, Dernière modification :
config_xubuntu-18.04 @floss
6 Occurrences trouvées, Dernière modification :
config_xubuntu-20.04 @floss
6 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
pieges @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
startold
5 Occurrences trouvées, Dernière modification :
tp_simulations_monte-carlo_2019 @teaching:exos
5 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
factorielle-4 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
lennard-jones @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
matrices @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
maxwell-boltzmann @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
osm_interrogation @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
ph_courbe_titrage_2011 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
polynomes-2 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
scipy_simple @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
start
4 Occurrences trouvées, Dernière modification :
startnew
4 Occurrences trouvées, Dernière modification :
startold2
4 Occurrences trouvées, Dernière modification :
codes_astuces @floss:python
4 Occurrences trouvées, Dernière modification :
poker_menteur @teaching:exos
4 Occurrences trouvées, Dernière modification :
partial_differential_equation @teaching:methcalchim
4 Occurrences trouvées, Dernière modification :
system_of_linear_equations @teaching:methcalchim
4 Occurrences trouvées, Dernière modification :
attracteur_lorenz @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
chempy @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
collection_counter_exemple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
ph-3d @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
ph_acides_bases_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
rdkit @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
solvents_data_class @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
tableau_periodique_2011 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
urllib @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
histogramme_simple @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
4 Occurrences trouvées, Dernière modification :
bash_scripts @floss
3 Occurrences trouvées, Dernière modification :
gestion_agendas_stages @floss
3 Occurrences trouvées, Dernière modification :
logiciels @floss
3 Occurrences trouvées, Dernière modification :
win @floss
3 Occurrences trouvées, Dernière modification :
faq @floss:python
3 Occurrences trouvées, Dernière modification :
paradoxe_anniversaires @teaching:exos
3 Occurrences trouvées, Dernière modification :
sequences_brins_adn @teaching:exos
3 Occurrences trouvées, Dernière modification :
eigenvalues_and_eigenvectors @teaching:methcalchim
3 Occurrences trouvées, Dernière modification :
algos_graphes @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
dictionaries_adn_arn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
dictionary_adn_protein @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
fizz_buzz @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
koch_snowflake @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
math_nombres @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
polynomes @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
scikit_learn @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
solubilite_ph_t @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
ir_spectrum_co @teaching:progappchim:matplotlib_gallery
3 Occurrences trouvées, Dernière modification :
floss
2 Occurrences trouvées, Dernière modification :
jupyter_presentation_20180316
2 Occurrences trouvées, Dernière modification :
dokuwiki @floss
2 Occurrences trouvées, Dernière modification :
dokuwiki-presentation-jdl-20200220 @floss
2 Occurrences trouvées, Dernière modification :
dokuwiki_extensions @floss
2 Occurrences trouvées, Dernière modification :
latex @floss
2 Occurrences trouvées, Dernière modification :
unison @floss
2 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation @teaching
2 Occurrences trouvées, Dernière modification :
publis_diverses @teaching
2 Occurrences trouvées, Dernière modification :
lancer_pieces @teaching:exos
2 Occurrences trouvées, Dernière modification :
rappels-proba-stat @teaching:exos
2 Occurrences trouvées, Dernière modification :
simulations_random_walks @teaching:exos
2 Occurrences trouvées, Dernière modification :
algos_divers @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
conversion_temperature_2011 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
diffusion_chimique_1d @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
ensemble_mandelbrot_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
entropie_melange @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
factorielle @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
gaz_parfait_2011 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
grille_configurations_melange_binaire_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
nim @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pavage_penrose_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-3 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-4 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-5 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-6 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-8 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-11 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
polynomes-bonus @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pressions_partielles_systemes_non_ideaux @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pylab_simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
random_walk_2d-simple @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
recherches @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
regression_lineaire_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
suite_de_fibonacci @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
t-test @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
tableau_periodique_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
testjs @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
potentiel_morse @teaching:progappchim:matplotlib_gallery
2 Occurrences trouvées, Dernière modification :
installation_dokuwiki
1 Occurrences trouvées, Dernière modification :
duckdb @floss
1 Occurrences trouvées, Dernière modification :
lpi_linux_essentials @floss
1 Occurrences trouvées, Dernière modification :
pdf-20240316 @floss
1 Occurrences trouvées, Dernière modification :
r_python @floss
1 Occurrences trouvées, Dernière modification :
biblio-10.1021-ed086p1277 @teaching
1 Occurrences trouvées, Dernière modification :
syntax @wiki
1 Occurrences trouvées, Dernière modification :
physicochimie2-exercices @teaching:exos
1 Occurrences trouvées, Dernière modification :
vdemery_espci @teaching:exos
1 Occurrences trouvées, Dernière modification :
numerical_integration @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
root-finding_algorithm @teaching:methcalchim
1 Occurrences trouvées, Dernière modification :
multilateration @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-7-contrib1 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
polynomes-9 @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
  • start.txt
  • Dernière modification : 2021/09/09 08:56
  • de villersd