Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- progappchim
- ibutions à cpython, le cœur du langage Python : [[https://lukasz.langa.pl/f15a8851-af26-4e94-a4b1-c146c57... y Storchaka vit toujours en Ukraine, à 20 km de [[https://www.openstreetmap.org/node/337510526#map=9/51.1... torique des modifications, ...) * Parfois, la [[https://moodle.umons.ac.be/course/view.php?id=107|plate... Il est urgent de ne plus attendre]] (2013) * [[https://www.whitehouse.gov/blog/2016/01/30/computer-sci
- notions_fondamentales
- mettant en avant la lisibilité. Il s'agit de la [[https://www.python.org/dev/peps/pep-0008/|pep8]]. Le document du [[https://blog.impulsebyingeniance.io/outils-et-bonnes-pr... français. Le site Real Python propose un tuto : [[https://realpython.com/python-pep8/|How to Write Beauti... n ou instruction conditionnelle ==== //Cf.// la [[https://docs.python.org/3/reference/compound_stmts.html
- matplotlib_simple
- brairie pour réaliser des graphiques 2D ====== [[https://matplotlib.org/stable/index.html/|Matplotlib]] ... us les types connus de graphiques (consulter la [[https://matplotlib.org/stable/gallery/index.html|galeri... atLab]]. TODO : différences pyplot comme ici : [[https://towardsdatascience.com/5-quick-facts-about-pyth... dows, installez une distribution complète comme [[https://www.anaconda.com/distribution/|Anaconda]] ou [[
- pandas
- er_guide/visualization.html|Visualisation]] * [[https://www.datacamp.com/community/blog/python-pandas-c... tat.org/datasets/body.dat.txt" # using read_csv # https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html # https://www.datacamp.com/community/tutorials/pandas-rea... ', index_col=False) # print(df) # pandas misc # https://stackoverflow.com/questions/15315452/selecting-
- epidemie_coronavirus
- ronavirus_2019|Maladie à coronavirus 2019]] * [[https://gisanddata.maps.arcgis.com/apps/opsdashboard/in... VID-19 Global Cases by Johns Hopkins CSSE]] * [[https://www.worldometers.info/coronavirus/coronavirus-d... onavirus (COVID-19) Mortality Rate]] * data : [[https://github.com/CSSEGISandData/COVID-19/tree/master/... demiology lab ([[http://spell.ulb.be/|SpELL]]), [[https://twitter.com/mariusgilbert/status/12445648778821
- jupyter
- ilement les notebooks Jupyter sur la plateforme [[https://notebooks.azure.com/|Microsoft Azure notebooks]... * Avec un compte Google, on peut aussi utiliser [[https://colab.research.google.com/notebooks/welcome.ipy... isation de Jupyter * Autres solutions : * [[https://deepnote.com/|Deepnote]] est un outil avancé pe... t de travailler en équipe sur un notebook * [[https://dataplatform.cloud.ibm.com/docs/content/wsj/ana
- notions_avancees
- rateurs ===== ==== Itertools, zip,... ==== * [[https://medium.com/techtofreedom/7-levels-of-using-the-... les-iterateurs-et-les-generateurs-fr.html]] * [[https://wiki.python.org/moin/Generators]] * [[http://... Large Data Sets With Yield and Generators]] * [[https://levelup.gitconnected.com/return-vs-yield-in-pyt... php]], yc suppression de lambda er reduce() * [[https://www.datacamp.com/community/tutorials/python-lis
- bokeh_simple
- interactives dans un navigateur web ====== * [[https://bokeh.pydata.org/en/latest/|page d'entrée sur Bokeh]] * [[https://bokeh.pydata.org/en/latest/docs/user_guide.html|User guide]] * [[https://bokeh.pydata.org/en/latest/docs/gallery.html|Ga... .ipynb|Bokeh dans les Jupyter notebooks]] * [[https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master
- plotly_simple
- ====== Les bases de Plotly ====== Plotly ([[https://Plot.ly]] est une société développant des outils anal... FIXME : à complé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/|Jupyt
- bioinformatic
- ources : {{wp>fr:UniProt}} Voir aussi le site [[https://www.uniprot.org/]] {{wp>fr:GenBank}} Voir aussi le site [[https://www.ncbi.nlm.nih.gov/genbank/]] ===== Installer Biopython ===== [[https://biopython.org/|Biopython]] est une librairie de... hon]] (librairie python de bioinformatique) * [[https://en.wikipedia.org/wiki/Bioinformatics]] * [[ht
- numpy_simple
- n minimum et un maximum. Vous pouvez consulter [[https://docs.scipy.org/doc/numpy/|cette page]] pour consulter d'autres fonctionnalités, ou [[https://scipy.github.io/old-wiki/pages/Numpy_Example_Li... cienne librairie) # # numpy.polyfit (poly1d) : # https://docs.scipy.org/doc/numpy/reference/routines.polynomials.poly1d.html # https://docs.scipy.org/doc/numpy/reference/generated/nu
- mendeleev
- ====== Librairie Mendeleev ====== La librairie [[https://pypi.org/project/mendeleev/|Mendeleev]] est com... te et évoluée * Package repository sur PyPI : [[https://pypi.org/project/mendeleev/]] * Page officielle, description et code source : [[https://github.com/lmmentel/mendeleev]] * Documentation complète : [[https://mendeleev.readthedocs.io/en/stable/]] * Tut
- tkinter_gui_simple
- nter ===== * Documentation officielle : * [[https://docs.python.org/3/library/tk.html|Les interfaces graphiques TK]] * [[https://docs.python.org/3/library/tkinter.html|tkinter ... thon 3 avec Tk intègre également les extensions [[https://docs.python.org/3/library/tkinter.ttk.html|ttk]] et [[https://docs.python.org/3/library/tkinter.tix.html|tix]
- ppoo
- nts et renvoyer des valeurs * Encapsulation : [[https://fr.wikipedia.org/wiki/Encapsulation_(programmat... ed1.status) </code> ===== Références ===== * [[https://fr.wikipedia.org/wiki/Programmation_orient%C3%A9e_objet]] * UML : * [[https://fr.wikipedia.org/wiki/UML_(informatique)]] ... //argouml.tigris.org/]] * Vulgarisation * [[https://towardsdatascience.com/how-i-explain-oop-to-a-d
- algos_entiers
- ode-for-greatest-common-divisor-in-python]] * [[https://docs.python.org/dev/library/fractions.html#frac... %C3%A8ne|Crible d'Ératosthène]] (wikipedia) * [[https://www.daniweb.com/software-development/python/cod... er_tronquable|Nombre premier tronquable]] * [[https://www.geeksforgeeks.org/left-truncatable-prime/]] * [[https://rosettacode.org/wiki/Find_largest_left_truncata