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 distribution python Anac
- notions_fondamentales
- ttps://towardsdatascience.com/the-art-of-speeding-up-python-loop-4970715717c|The Art of Speeding Up Python Loop]] Casey Cheng, Oct 2022, Towards Data Scie... rcase # 'abcdefghijklmnopqrstuvwxyz' string.ascii_uppercase # 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' string.digi... apitalize() # captilizes (first character becomes uppercase) the string s.lower() # all characters bec
- progappchim
- 5 H cours et 15 H exercices, bloc2) utilise deux supports : * Principalement, le présent wiki pour s... serez encouragé à l'utilisation et l'écriture de Jupyter notebooks, via l'utilisation de la distributi... del>. //Cf// : * ce {{ :teaching:progappchim:jupyter_primer_in_jupyter-02.ipynb.zip |Tutoriel Jupyter en Jupyter}} (fichier compressé dans une archive
- pandas
- . Extensions : * Tester et utiliser en mode [[jupyter|"Jupyter"]] * si vous n'y arrivez pas, vous pouvez utiliser ce fichier : {{:teaching:progappc... egression Lines to Pandas Plots with SciPy]] (yc Jupyter notebook sur GitHub) * cf. [[matplotlib_sim... - Some of the most popular repositories to brush up on Pandas for beginners and experts alike]] Byron
- presentation_principes
- .) ==== Compilation et compilateur ==== <WRAP group> <WRAP half column> <flowchartjs default> box1=... ==== Interprétation et interpréteur ==== <WRAP group> <WRAP half column> <flowchartjs default> box1=... ==== Python / Langages à Bytecodes ==== <WRAP group> <WRAP half column> <flowchartjs default> box1=... ps://docs.python.org/3/using/index.html|Python Setup and usage]] {{ https://docs.python.org/3/_images
- game_of_life_conway-2012
- Each cell's survival depends on the number of occupied nearest and next-nearest neighbours (calculate... e: x_down = x-1 if x==self.sizex-1: x_up = 0 else: x_up = x+1 for y in range(0,self.sizey): if y==0: y... _down = y-1 if y==self.sizey-1: y_up = 0 else: y_up = y+1
- polynomes-6
- ===== <note important>Avez vous remarqué que 7x<sup>4</sup> + 11x<sup>3</sup> + 3x<sup>2</sup> + 5x +2 = ( ( ( 7 x + 11 ) x + 3 ) x + 5 ) x + 2 ?</note> Cela revient à ef
- notions_avancees
- ts With Yield and Generators]] * [[https://levelup.gitconnected.com/return-vs-yield-in-python-a-shor... ww.python-course.eu/list_comprehension.php]], yc suppression de lambda er reduce() * [[https://www.d... [[https://iam-akshay.medium.com/python-one-liner-superb-tricks-c611aad98553|Python one-liner superb tricks]] Akshay Jain, Medium, 16/04/2022 * [[https:/
- algos_entiers
- enant un nombre entier comme une longueur et un couple d'entiers (a,b) comme un rectangle, leur PGCD e... peut être rendu plus efficace : il suggère beaucoup de divisions inutiles, par exemple, si un nombre ... férieurs à un certain entier naturel donné N. En supprimant tous les multiples, à la fin il ne restera... e 1470 ^ Facteurs premiers de 252^ | __2__ | **2<sup>2</sup>** | | __3__ | **3<sup>2</sup>**| | **5**
- numpy_simple
- s tableaux. Chaque élément d'un tableau numpy occupe un nombre fixe d'octets, associé à un type parti... mplement la fonction .array avec une liste ou un tuple. Des fonctions spéciales **zero**, **ones**, **... ,4))) # on peut créer un "array" à partir d'un tuple # afficher a, le nombre de dimensions, les dime... arcsinh, arccosh, arctanh * entiers inférieur, supérieur ou le plus proche : floor, ceil, rint ====
- collection_namedtuple_exemple
- ====== Exemple d'utilisation de namedtuple ====== L'utilisation de namedtuple peut s'avérer plus rapide que la définition de classes (objets)... tures de données. La syntaxe de base est : namedtuple(typename, field_names) * cela crée une sous-classe de namedtuple appelée //typename//, qui comprendront plusieur
- matplotlib_simple
- [[http://wiki.scipy.org/PyLab|Pylab]] vise à regrouper ces différentes librairies. De nombreuses comma... ng:progappchim:matplotlib_gallery:pka_pkb_plane|Couples acide-base dans le plan pKa/pKb]] | un autre.... tre tutoriel en français]] * [[http://nbviewer.jupyter.org/github/jrjohansson/scientific-python-lect... otlib - 2D and 3D plotting in Python]], tutoriel Jupyter en anglais * [[https://github.com/thehacker
- pka_pkb_plane @teaching:progappchim:matplotlib_gallery
- ====== Couples acide-base dans le plan pKa/pKb ====== * Conventions sur les acides forts et les base... ve d'importation standard de numpy def cm2inch(*tupl): # https://stackoverflow.com/questions/1470... -in-matplotlib inch = 2.54 if isinstance(tupl[0], tuple): return tuple(i/inch for i in tupl[0]) else: return tuple(i/inch for
- elements_molecules
- utile de reprendre une source commune primaire (IUPAC) ou secondaire (comme Wikipedia) plutôt que de ... edocs.io/en/stable/tutorials.html]] * Notebook Jupyter (exemples) : * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/master/docs/sou... (tutoriel introductif) * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/master/doc
- mendeleev
- edocs.io/en/stable/tutorials.html]] * Notebook Jupyter (exemples) : * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/master/docs/sou... (tutoriel introductif) * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/master/doc... ssing the data in bulk) * [[https://nbviewer.jupyter.org/github/lmmentel/mendeleev/blob/master/doc