python

Recherche

Voici les résultats de votre recherche.

notions_fondamentales @teaching:progappchim
222 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
notions_avancees @teaching:progappchim
81 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]] * [
matplotlib_simple @teaching:progappchim
76 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 ===... naconda]] ou [[http://code.google.com/p/pythonxy/|Python (x, y)]] * Sous GNU/Linux, on peut aussi n'inst
tkinter_gui_simple @teaching:progappchim
59 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
56 Occurrences trouvées, Dernière modification :
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 :
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
presentation_principes @teaching:progappchim
43 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
progappchim @teaching:progappchim
42 Occurrences trouvées, Dernière modification :
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)
numpy_simple @teaching:progappchim
31 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
30 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
29 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
ppoo @teaching:progappchim
25 Occurrences trouvées, Dernière modification :
====== Programmation Python Orientée Objet ====== FIXME : en construction ===== Concepts utilisés ===== ... : c'est... n'importe quoi, qui peut être codé. En Python, tout est objet ! * Une classe est une descript... e : ... * Abstraction * Polymorphisme <code python intro-OO-01.py3> #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Introduction to object-oriented prog
trucs_astuces @teaching:progappchim
22 Occurrences trouvées, Dernière modification :
eyhunner.com/2016/02/how-to-merge-dictionaries-in-python/|Fusionner deux dictionnaires]] * [[https://towardsdatascience.com/30-python-best-practices-tips-and-tricks-caefb9f8c5f5|0 Python Best Practices, Tips, And Tricks - Improve your Python knowledge and skills]] Erik van Baaren, Medium, Ja
simulations_random_walks_codes @teaching:exos
20 Occurrences trouvées, Dernière modification :
numériques de marches aléatoires : programmes en Python ====== <note tip>Pour une bonne compréhension, c... ccessivement. Il est important d'exécuter le code Python et même de tester des petites modifications. </no... === Génération de nombres aléatoires ===== <code python 01_random.py> #!/usr/bin/python # -*- coding: utf-8 -*- """ cf. documentation cf http://docs.python.org/l
initinfo
15 Occurrences trouvées, Dernière modification :
://matplotlib.sourceforge.net/|Matplotlib/pylab & Python]] (Windows Linux MacOs) * [[http://scidavis.sou... === Des présentations en html ==== * Landslide (Python & html5) * [[http://www.framablog.org/index.php... ] ===== Calculer simplement avec des programmes Python ===== Le langage de programmation Python permet d'effectuer des calculs simplement, en mode interactif ou
epidemie_coronavirus @teaching:progappchim
15 Occurrences trouvées, Dernière modification :
bioinformatic @teaching:progappchim
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 :
analyse_images @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
csv @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
jupyter @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
tris @teaching:progappchim
13 Occurrences trouvées, Dernière modification :
revision_cheat_sheets
12 Occurrences trouvées, Dernière modification :
factorielle-3 @teaching:progappchim
12 Occurrences trouvées, Dernière modification :
codes_presentation @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2 @teaching:progappchim
11 Occurrences trouvées, Dernière modification :
mendeleev @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
polynomes-7 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
polynomes-12 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
print_format @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-4 @teaching:progappchim
10 Occurrences trouvées, Dernière modification :
informatique
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 :
openbabel_jmol @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-3 @teaching:progappchim
9 Occurrences trouvées, Dernière modification :
thermodynamique_statistique-exercices @teaching:exos
8 Occurrences trouvées, Dernière modification :
slices @teaching:progappchim
8 Occurrences trouvées, Dernière modification :
articles_didactique_chimie
7 Occurrences trouvées, Dernière modification :
altair_simple @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
fit_modele_einstein @teaching:progappchim
7 Occurrences trouvées, Dernière modification :
pieges @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-5 @teaching:progappchim
6 Occurrences trouvées, Dernière modification :
tp_simulations_monte-carlo_2019 @teaching:exos
5 Occurrences trouvées, Dernière modification :
numerical_methods_for_ordinary_differential_equations @teaching:methcalchim
5 Occurrences trouvées, Dernière modification :
calcul_matriciel_2012 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
factorielle-2 @teaching:progappchim
5 Occurrences trouvées, Dernière modification :
factorielle-4 @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 :
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 :
collection_counter_exemple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
collection_namedtuple_exemple @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
courbe_predominance_acide_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
game_of_life_conway-2012 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
osm_interrogation @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 :
ph_courbe_titrage_2011 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
polynomes-2 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
representation_molecules_2013 @teaching:progappchim
4 Occurrences trouvées, Dernière modification :
scipy_simple @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 :
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 :
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 :
chempy @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 :
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 :
urllib @teaching:progappchim
3 Occurrences trouvées, Dernière modification :
exos_energie_d_ionisation
2 Occurrences trouvées, Dernière modification :
publis_diverses
2 Occurrences trouvées, Dernière modification :
lancer_pieces @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 :
grille_configurations_melange_binaire_2013 @teaching:progappchim
2 Occurrences trouvées, Dernière modification :
math_nombres @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 :
rdkit @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 :
ir_spectrum_co @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 :
physicochimie2-exercices @teaching:exos
1 Occurrences trouvées, Dernière modification :
rappels-proba-stat @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 :
attracteur_lorenz @teaching:progappchim
1 Occurrences trouvées, Dernière modification :
glossaire_chimie @teaching:progappchim
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 :
pka_pkb_plane @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :