Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- pandas
- data.org/pandas-docs/stable/10min.html|10 minutes to pandas]] * [[http://pandas.pydata.org/pandas-do... )$ * Positivité : * $P(x_i) \ge 0$ pour tout $x_i$ (variable aléatoire discrète) * $P(x) \ge 0$ pour tout $x$ (variable aléatoire continue) * Normali... a} P(x) dx = 1$ (variable aléatoire continue) * Toute l'information sur une expérience est contenue
- matplotlib_simple
- , éléments colorés,... Il peut créer pratiquement tous les types connus de graphiques (consulter la [[... [[http://fr.wikipedia.org/wiki/MATLAB|MatLab]]. TODO : différences pyplot comme ici : [[https://towardsdatascience.com/5-quick-facts-about-python-matplo... otentiel de Morse]]| | {{:teaching:progappchim:ph_topographic-01.png?280|}} \\ [[teaching:progappchim:
- notions_fondamentales
- tuto : [[https://realpython.com/python-pep8/|How to Write Beautiful Python Code With PEP 8]] =====... = Pour résoudre un problème informatique, il faut toujours effectuer une série d'actions dans un certa... indentation). * Les **commentaires** commencent toujours par un caractère dièse (#) et s'étendent ju... exemple [[https://medium.com/swlh/3-alternatives-to-if-statements-to-make-your-python-code-more-reada
- notions_avancees
- * [[https://medium.com/code-85/a-beginners-guide-to-python-list-comprehensions-7dbb0039f065|A Beginner’s Guide to Python List Comprehensions]] (Jonathan Hsu, Mediu... filter, reduce, lambda, pipe ===== * [[https://towardsdatascience.com/write-clean-python-code-using... hon Code Using Pipes - A Short and Clean Approach to Processing Iterables]] Khuyen Tran, medium, octob
- plotly_simple
- tebooks/|IPython Notebook Gallery]] * [[https://towardsdatascience.com/the-next-level-of-data-visual... l of Data Visualization in Python]] * [[https://towardsdatascience.com/recreating-gapminder-animatio... ation in 2 lines of Python with Plotly Express Go to the profile of AMR]] * [[https://towardsdatascience.com/pythons-one-liner-graph-creation-library-wi
- pavage_penrose_2013
- return image # Convertit la taille def convert_to_size(s): """Si la chaine s est un couple d'en... (" ") if len(split) == 2: a = convert_to_positive_int(split[0]) b = convert_to_positive_int(split[1]) if a != None and b != No... ) return None # Convertit e def convert_to_positive_int(s): """Si la chaine s est un ent
- epidemie_coronavirus
- ons et simulations existantes ===== * [[https://towardsdatascience.com/understanding-the-coronavirus... ecb|Understanding the Coronavirus Epidemic Data - Towards Data Science]] * [[https://github.com/Blan... ankerL/DXY-COVID-19-Data · GitHub]] * [[https://towardsdatascience.com/behind-the-coronavirus-mortal... 1ef3c0724|Behind the Coronavirus Mortality Rate - Towards Data Science]] * [[https://art-bd.shinyapp
- jupyter
- /nb.bianp.net/sort/views/|Notebook Gallery, links to the best IPython and Jupyter Notebooks]] * [[... elup.gitconnected.com/google-colab-what-is-it-how-to-use-it-and-why-should-i-care-721bb8a88c90|Intro to Google Colab]] Erich Hohenstein, Medium, 14/04/202... /medium.com/@valeria.aynbinder.edu/google-colab-a-tool-every-python-developer-and-data-scientist-shoul
- ppoo
- .. n'importe quoi, qui peut être codé. En Python, tout est objet ! * Une classe est une description ... individuel bien précis, avec son identifiant, et toutes les propriétés liées à la classe à laquelle i... es objets, pouvant accéder à leurs données. Comme toute fonction, les méthodes peuvent passer des argu... python3 # -*- coding: utf-8 -*- """ Introduction to object-oriented programming in Python Led with n
- presentation_principes
- breux langages * on n’est pas obligé d’utiliser toute la puissance du langage * cycle d’écriture/e... ogramme ==== * Utiliser Idle3 comme éditeur (ou tout autre éditeur) * Sauvegarder * Exécuter *... (1+3j), [2, 'bleu', 3.14]] >>> a2 = [121,'vert', 'tomate'] >>> a3=a1+a2 >>> a3 [31, 16, 'mot', 'rouge', (1+3j), [2, 'bleu', 3.14], 121, 'vert', 'tomate'] >>> len(a3) 9 >>> a3[4] (1+3j) >>> a3[5] [2
- progappchim
- ières nouvelles (14/12/2022) Serhiy Storchaka vit toujours en Ukraine, à 20 km de [[https://www.openst... eneral Public Dictionary of Common Chemical Names to their Molecular Definition]] * [[https://www.... iagrams/|chicolucio/pH-diagrams: A Python package to plot fractional composition diagrams and pH-log c... ommons Textbook for Teaching Scientific Computing to Chemistry Students with Python and Jupyter Notebo
- tkinter_gui_simple
- ry/tkinter/introduction/index.htm|An Introduction to Tkinter, de Fredrik Lundh]] (tutoriel Tk) * [[http://effbot.org/tkinterbook/|An Introduction to Tkinter, sur effbot.org]] * [[http://www.python... iminer la fenêtre : root.destroy() </code> ===== Tout faire dans interface graphique ===== Ce program... r-with-clemenger-sydney-finch-kamber-and-facebook-to-launch-losing-lena-removing-one-image-to-make-mil
- algos_entiers
- lir la valeur du PGCD en effectuant le produit de tous les facteurs communs. ==== Références ==== ... naturels un par un, en essayant de le diviser par tous les nombres inférieurs à sa racine carrée : s'i... En fait, il suffit de tester sa divisibilité par tous les nombres premiers inférieurs à sa racine car... e, reposant sur cette idée, qui permet de trouver tous les nombres premiers inférieurs à un certain en