Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- jupyter
- ====== Jupyter, IPython Notebooks et JupyterLab ====== <WRAP center round tip 60%> * Jupyter a succédé à IPython Notebook * Jupyter est installé par défaut avec la ... . * <del>Sinon, on peut utiliser facilement les notebooks Jupyter sur la plateforme [[https://notebooks.azure.com/|Microsoft Azure notebooks]], avec un co
- notions_fondamentales
- ====== Notions fondamentales ====== Aide mémoire synthétique sur le langage Python. ===== Règles de ba... e conditionals in Python? Here’s when to and when NOT to use them]] Dario Radečić, Medium, 11/01/2022 ... Sous python 3, les entiers sont d'office "long". <note warning>Si les opérandes sont entiers, l'opérati... n avec "/" fournit d'office le résultat "float".</note> Exemple : différencier 2/3 et 2./3. Il est imp
- progappchim
- ==== Programmation appliquée à la chimie ====== <note warning> L'article suivant analyse les contribut... eetmap.org/node/337510526#map=9/51.1561/33.0579|Konotop]] !!** </note> Le cours "Programmation appliquée à la chimie" de bachelier en sciences chimiques (1... ma in his 2016 State of the Union Address) ===== Notions de base (résumés, exemples de base,...) =====
- plot_sinus_cosinus
- ar Nicolas Rougier, Mike Müller, Gaël Varoquaux <note important>__la licence **CC-by** [[http://creati... cette source reprise sur cette page du wiki !__</note> ===== Graphe avec les réglages par défaut ====... ste reprenant les textes correspondants à écrire. Notez qu'on utilise [[http://fr.wikipedia.org/wiki/La... [r'$-1$', r'$0$', r'$+1$']) ... </code> <note tip>Les chaînes de caractères incluant du code L
- matplotlib_simple
- urce : [[http://gael-varoquaux.info/scipy-lecture-notes/intro/matplotlib/index.html|Matplotlib: plottin... r Nicolas Rougier, Mike Müller, Gaël Varoquaux. <note tip>Cette dernière référence reprend aussi des e... mbreux liens pour l'apprentissage de Matplotlib.</note> ===== Galerie d'exemples ===== | {{:teaching:... ine" ou en fenêtre interactive, sous Spyder ===== Notamment avec l'éditeur Spyder, il est possible de c
- pandas
- on Lines to Pandas Plots with SciPy]] (yc Jupyter notebook sur GitHub) * cf. [[matplotlib_simple]] ... ideos|GitHub - justmarkham/pandas-videos: Jupyter notebook and datasets from the pandas Q&A video serie... 4bb9b1c21b]] (limité) * [[http://www.firstpythonnotebook.org/index.html|First Python Notebook. A step-by-step guide to analyzing data with Python and the
- tkinter_gui_simple
- tp://cs.mcgill.ca/~hv/classes/MS/TkinterPres/]] <note warning>Entre Python 2 et Python 3, le nom de la... e transformer les instructions print en print().</note> <note warning>Certaines fonctionnalités de tkinter semblent poser parfois des problèmes dans l'envi... tilisant Idle et la version de base de Python ! </note> ===== Une étiquette (Label) affichant "Bonjour
- potentiel_morse @teaching:progappchim:matplotlib_gallery
- eratomique (m)") plt.ylabel(u"Énergie (J)") # annotations des courbes xy_annoth = (r_e+np.sqrt(ymax*0.85/(D_e*a**2.)),ymax*0.85) plt.annotate(r'Potentiel harmonique', xy=xy_annoth, xycoords='data', xytext=(+40, +40),
- mendeleev
- eev.readthedocs.io/en/stable/tutorials.html]] * Notebook Jupyter (exemples) : * [[https://nbview... github/lmmentel/mendeleev/blob/master/docs/source/notebooks/01_intro_to_mendeleev.ipynb]] (tutoriel int... github/lmmentel/mendeleev/blob/master/docs/source/notebooks/02_tables.ipynb]] (accessing the data in bu... github/lmmentel/mendeleev/blob/master/docs/source/notebooks/03_plotting.ipynb]] (plotting tutorial) *
- altair_simple
- tps://stackoverflow.com/questions/50384268/altair-not-rendering-chart-in-jupyter-notebook?rq=1|python - Altair not rendering chart in jupyter notebook - Stack Overflow]] * [[https://stackoverflow.com/questions/597
- bokeh_simple
- [[http://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/master/index.ipynb|Bokeh dans les Jupyter notebooks]] * [[https://mybinder.org/v2/gh/bokeh/bokeh-notebooks/master?filepath=tutorial%2F00%20-%20Introdu... 0and%20Setup.ipynb|Bokeh tutorial in live Jupyter Notebooks]] * [[https://bokeh.pydata.org/en/lates
- polynomes-6
- ====== Polynômes : la méthode de Horner ====== <note important>Avez vous remarqué que 7x<sup>4</sup> +... x +2 = ( ( ( 7 x + 11 ) x + 3 ) x + 5 ) x + 2 ?</note> Cela revient à effectuer les opérations success... ire sous forme d'une instruction de répétition. <note tip>Plutôt que de lire tout de suite la solution... trouvez cet algorithme seul. Il est très court !</note> <code python poly06-horner.py> #!/usr/bin/env
- ph-3d
- # this Python function operate on numbers and cannot be applied on ndarrays due to the polynomial root