all

Recherche

Voici les résultats de votre recherche.

notions_fondamentales
17 Occurrences trouvées, Dernière modification :
aracter becomes uppercase) the string s.lower() # all characters become lowercase s.casefold() # more r... uages other than English are covered) s.upper() # all characters become uppercase s.count(sub) # count... ing contains only numbers s.islower() # checks if all alphabets in string s are lowercase s.isupper() # checks if all alphabets in string s are uppercase s.isspace() #
collection_counter_exemple
3 Occurrences trouvées, Dernière modification :
ces des noms d'auteurs d'un article On copie dans all_authors les noms des auteurs http://www.ncbi.nlm.nih.gov/pubmed/26799652 """ import collections all_authors = "Klionsky DJ, Abdelmohsen K, Abe A, Abedin MJ, Abeliovich H,..." authors = all_authors.split(',') # les auteurs sont séparés par
matplotlib_simple
3 Occurrences trouvées, Dernière modification :
in Python]] * [[https://towardsdatascience.com/all-your-matplotlib-questions-answered-420dd95cb4ff|Y... 07/04/2023 * [[https://towardsdatascience.com/all-you-need-to-know-about-seaborn-6678a02f31ff|All you need to know about Seaborn - When should I use Sea
solvents_data_class
3 Occurrences trouvées, Dernière modification :
def table(solvent_list): """print a table of all solvent attributes""" title_str = "%-20s %8s... (solvent_list, bp_limit): """print a table of all solvent attributes, with bp restrictions""" t... ake a list of class Solvent instances # also adds all the data/information # data order = name, boiling
ppoo
2 Occurrences trouvées, Dernière modification :
inutes]] * [[https://levelup.gitconnected.com/all-the-basics-of-python-classes-8b07046d2a52|All the basics of Python classes - Everything you need to kn
progappchim
2 Occurrences trouvées, Dernière modification :
w.whitehouse.gov/blog/2016/01/30/computer-science-all|Computer Science For All]] (President Obama in his 2016 State of the Union Address) ===== Notions de
fizz_buzz
1 Occurrences trouvées, Dernière modification :
.txt" with open(fn, 'r') as f: # read all lines using .read lis = f.read().strip().
grille_configurations_melange_binaire_2013
1 Occurrences trouvées, Dernière modification :
#Effacement de la grille précédente c.delete(ALL) #Récupération des informations dans les diff
pandas
1 Occurrences trouvées, Dernière modification :
te Cheat Sheet for Data Visualization in Pandas - All the Basic Types of Visualization That Is Availabl
presentation_principes
1 Occurrences trouvées, Dernière modification :
ition=convex&controls=1&show_progress_bar=1&build_all_lists=1&open_in_new_window=1~~ ====== Programmer
random_walk_2d-simple
1 Occurrences trouvées, Dernière modification :
e import sleep def simu_chain(): can1.delete(ALL) long=8 # les 4 directions sont données d