Recherche

Voici les résultats de votre recherche.

polynomes-6
16 Occurrences trouvées, Dernière modification :
===== <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
game_of_life_conway-2012
10 Occurrences trouvées, Dernière modification :
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 sum = cells[x_down][y].state + cells[x_up][y].st
algos_entiers
7 Occurrences trouvées, Dernière modification :
peut être rendu plus efficace : il suggère beaucoup de divisions inutiles, par exemple, si un nombre ... e 1470 ^ Facteurs premiers de 252^ | __2__ | **2<sup>2</sup>** | | __3__ | **3<sup>2</sup>**| | **5** | | | **7<sup>2</sup>** | __7__ | Le PGCD est 42, obtenu p
presentation_principes
7 Occurrences trouvées, Dernière modification :
.) ==== 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
jupyter
4 Occurrences trouvées, Dernière modification :
.org/]] * Colab (google) : * [[https://levelup.gitconnected.com/google-colab-what-is-it-how-to-u... == * [[https://towardsdatascience.com/how-to-setup-your-jupyterlab-project-environment-74909dade29b|How to Setup Your JupyterLab Project Environment]] ===== Réf... * [[https://www.nature.com/news/programming-pick-up-python-1.16833]] * [[https://www.nature.com/n
notions_fondamentales
4 Occurrences trouvées, Dernière modification :
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... Medium, Oct 26, 2019 (video) * [[https://levelup.gitconnected.com/introducing-high-performance-dat... n]] ==== Conseils divers ==== * [[https://levelup.gitconnected.com/10-python-tips-for-better-code-1
polynomes-5
4 Occurrences trouvées, Dernière modification :
nt(vax,rep) </code> <note warning>S'il y a beaucoup d'abscisses pour lesquelles il faut évaluer le po... lynôme de degré n** </note> Cela augmente "beaucoup plus vite" que n. En fait le nombre de multiplica... es plus lentes à réaliser) se comporte comme **n<sup>2</sup>** ! <note tip>Il y a sûrement moyen de faire mieux, d'économiser des opérations. Essayez sur
notions_avancees
3 Occurrences trouvées, Dernière modification :
ts With Yield and Generators]] * [[https://levelup.gitconnected.com/return-vs-yield-in-python-a-shor... kshay Jain, Medium, 16/04/2022 * [[https://theanup.medium.com/10-powerful-python-one-liners-for-dail... c|15 Powerful Python One-Liners for Daily Use]] Anup Das, Medium, 22/11/2022 ==== One-line if - then
pandas
2 Occurrences trouvées, Dernière modification :
- Some of the most popular repositories to brush up on Pandas for beginners and experts alike]] Byron... h you how to use pandas to read, filter, join, group, aggregate and rank structured data. You will als
progappchim
2 Occurrences trouvées, Dernière modification :
obert C. Martin 2019, Eyrolles * [[https://levelup.gitconnected.com/21-python-mini-projects-with-cod
bioinformatic
1 Occurrences trouvées, Dernière modification :
tics with Python Cookbook]] livre utilisant beaucoup la librairie biopython * [[http://www.ncbi.nlm.
bokeh_simple
1 Occurrences trouvées, Dernière modification :
epath=tutorial%2F00%20-%20Introduction%20and%20Setup.ipynb|Bokeh tutorial in live Jupyter Notebooks]]
codes_presentation
1 Occurrences trouvées, Dernière modification :
=0 while i < 10: j=0 while j <10: up() goto(x+i*20,y+j*20) down()
collection_namedtuple_exemple
1 Occurrences trouvées, Dernière modification :
medtuple('Element', 'name atomic_number symbol group period atomic_weight') # same as defining a class
courbe_predominance_acide_2013
1 Occurrences trouvées, Dernière modification :
koch_snowflake
1 Occurrences trouvées, Dernière modification :
matplotlib_simple
1 Occurrences trouvées, Dernière modification :
openbabel_jmol
1 Occurrences trouvées, Dernière modification :
open_chemical_databases
1 Occurrences trouvées, Dernière modification :
periodical_table_electronegativity
1 Occurrences trouvées, Dernière modification :
plotly_simple
1 Occurrences trouvées, Dernière modification :
polynomes-7
1 Occurrences trouvées, Dernière modification :
ppoo
1 Occurrences trouvées, Dernière modification :
suite_de_fibonacci-2
1 Occurrences trouvées, Dernière modification :
tableau_periodique_2011
1 Occurrences trouvées, Dernière modification :
trucs_astuces
1 Occurrences trouvées, Dernière modification :
potentiel_energy_surface @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :