up

Recherche

Voici les résultats de votre recherche.

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
notions_fondamentales
2 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
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()
jupyter
1 Occurrences trouvées, Dernière modification :
* [[https://www.nature.com/news/programming-pick-up-python-1.16833]] * [[https://www.nature.com/n
pandas
1 Occurrences trouvées, Dernière modification :
- Some of the most popular repositories to brush up on Pandas for beginners and experts alike]] Byron
periodical_table_electronegativity
1 Occurrences trouvées, Dernière modification :
len(data[:,0]) xpos = np.arange(0,lx,1) # Set up a mesh of positions ypos = np.arange(0,ly,1) xpos
plotly_simple
1 Occurrences trouvées, Dernière modification :
b or Seaborn for Your Python Plots - It’s time to up your visualization game]] Anmol Tomar, Medium, 03
presentation_principes
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()
suite_de_fibonacci-2
1 Occurrences trouvées, Dernière modification :
utilisant turtle """ from turtle import * reset() up() forward(50) down() scale = 2 i, a = 0, 0 # élém