up

Recherche

Voici les résultats de votre recherche.

game_of_life_conway-2012
16 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
8 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... rcase # 'abcdefghijklmnopqrstuvwxyz' string.ascii_uppercase # 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' string.digi... apitalize() # captilizes (first character becomes uppercase) the string s.lower() # all characters bec
jupyter
2 Occurrences trouvées, Dernière modification :
* [[https://www.nature.com/news/programming-pick-up-python-1.16833]] * [[https://www.nature.com/n... chitecture and enthusiastic user base are driving uptake of the open-source web tool]] Jeffrey M. Perk
mendeleev
2 Occurrences trouvées, Dernière modification :
ease/3.8.5/library/string.html print(string.ascii_uppercase) nonsymbols = [U for U in string.ascii_uppercase if U not in symbols] print(nonsymbols) </code
presentation_principes
2 Occurrences trouvées, Dernière modification :
['Mons,', 'le', '15', 'septembre', '2009'] >>> s.upper() 'MONS, LE 15 SEPTEMBRE 2009' >>> s.replace(’... =0 while i < 10: j=0 while j <10: up() goto(x+i*20,y+j*20) down()
suite_de_fibonacci-2
2 Occurrences trouvées, Dernière modification :
org/wiki/Suite_de_Fibonacci#Applications|{{http://upload.wikimedia.org/wikipedia/commons/thumb/9/93/Fi... utilisant turtle """ from turtle import * reset() up() forward(50) down() scale = 2 i, a = 0, 0 # élém
tkinter_gui_simple
2 Occurrences trouvées, Dernière modification :
into a python tkinter window image png : https://upload.wikimedia.org/wikipedia/commons/c/c0/Wikipedi... drill-4.2.03-quantize-only-CCC.png]] {{ https://upload.wikimedia.org/wikipedia/commons/c/c0/Wikipedi
algos_entiers
1 Occurrences trouvées, Dernière modification :
i une illustration (source wikimedia) : {{ http://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Kn
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()
epidemie_coronavirus
1 Occurrences trouvées, Dernière modification :
]] * [[https://www.epfl.ch/labs/lamp/wp-content/uploads/2019/01/simulations-epfl.html|Epidemic Simul
notions_avancees
1 Occurrences trouvées, Dernière modification :
cet exemple) comme sous-chaîne additionnelle * upper() : capitalise * lower() * title() : capit
numpy_simple
1 Occurrences trouvées, Dernière modification :
* [[http://math.mad.free.fr/wordpress/wp-content/uploads/intronumpy.pdf|Introduction à Numpy, Scipy e
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
plot_sinus_cosinus
1 Occurrences trouvées, Dernière modification :
random_walk_2d-simple
1 Occurrences trouvées, Dernière modification :
rotateur_biatomique @teaching:progappchim:matplotlib_gallery
1 Occurrences trouvées, Dernière modification :