Recherche
Voici les résultats de votre recherche.
Pages trouvées :
Résultats plein texte:
- notions_fondamentales
- 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() #
- progappchim
- 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 ... d/]] * simulation du [[wp>fr:Problème_de_Monty_Hall|Problème de Monty Hall]] (+ [[wp>Monty_Hall_problem|Monty Hall problem]], [[wp>fr:Paradoxe_des_prisonn
- elements_molecules
- , suivant l'environnement utilisé : * pip install --user mendeleev * conda install -c lmmentel mendeleev=0.6.0 * Données utilisables, en ligne : [... Installation ==== via la commande <code>pip install molmass</code> Dans jupyter : <code> # Install a pip package in the current Jupyter kernel import sys
- mendeleev
- , suivant l'environnement utilisé : * pip install --user mendeleev * conda install -c conda-forge mendeleev=0.5.2 * <del>conda install -c lmmentel mendeleev=0.6.1 (version plus récente... mmande (console), cela donnerait ceci : conda install -c conda-forge mendeleev=0.6.1 références : *
- collection_counter_exemple
- 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
- 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
- pandas
- [[http://pandas.pydata.org/pandas-docs/stable/install.html|Instructions sur le site officiel]] * Installé avec Anaconda * Ubuntu : pip3 install pandas ===== Documentation ===== * [[http://pa... te Cheat Sheet for Data Visualization in Pandas - All the Basic Types of Visualization That Is Availabl
- solvents_data_class
- 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
- algos_entiers
- e]] (stackoverflow) * librairie sympy → pip install sympy (ou conda install sympy) * Use the function sympy.ntheory.factorint : "Given a positive inte
- analyse_images
- latest/index.html """ from PIL import Image # install python3 module pillow using e.g. conda install # Load the image file img = Image.open('/home/villersd
- bioinformatic
- da-forge' ou par la commande suivante : conda install -c conda-forge biopython * via le site Pypi (pypi.org) et la commande suivante : pip install biopython ===== Compter les nucléotides d'une
- chempy
- .com/bjodah/chempy installation Linux : conda install -c bjodah chempy pytest installation Windows & OS X : python -m pip install chempy pytest python -m pytest -rs -W ignore::che
- openbabel_jmol
- [[http://openbabel.org/docs/dev/Installation/install.html|cette page]], et [[http://openbabel.org/docs/2.3.1/UseTheLibrary/PythonInstall.html|celle-ci]] (lien avec python). ===== Jmol =
- ppoo
- inutes]] * [[https://levelup.gitconnected.com/all-the-basics-of-python-classes-8b07046d2a52|All the basics of Python classes - Everything you need to kn
- random_walk_2d-simple
- e import sleep def simu_chain(): can1.delete(ALL) long=8 # les 4 directions sont données d