Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- matplotlib_simple
- = * [[https://towardsdatascience.com/animations-with-matplotlib-d96375c5442c|Animations with Matplotlib]] * [[https://towardsdatascience.com/the-simplest-way-of-making-gifs-and-math-videos-with-python-aec41da74c6e|The easiest and fastest way to make GIFs and math videos with Python - How to create amazing animations in seco
- pandas
- http://jse.amstat.org/v11n2/datasets.heinz.html without requests lib, using pandas.read_csv @author: ... pandas as pd # using this VARIABLE DESCRIPTIONS with PEP 8 Python style : names = [ 'Biacromial di... , 'Gender', ] # using Pandas column names without white spaces names = [name.replace(' ', '_') f... ://stackoverflow.com/questions/15315452/selecting-with-complex-criteria-from-pandas-dataframe # print(df
- notions_fondamentales
- m/python-pep8/|How to Write Beautiful Python Code With PEP 8]] ===== Structures conditionnelles et ré... string s.startswith(prefix) # checks if s starts with prefix s.startswith(prefix, start) # checks if s starts with prefix starting from start position s.startswith(prefix, start, end) # checks if s starts with prefix starting from start position until end — 1
- epidemie_coronavirus
- ) qui introduit un "Effective reproductive number with control", c'est à dire le nombre de personnes inf... ing.altervista.org/getting-data-about-coronavirus-with-python-in-italy/?doing_wp_cron=1582794641.9605190753936767578125|Getting data about Coronavirus with Python in Italy]] Posted by pythonprogramming on ... astic Cellular Automata epidemic models in Python with 2D simulations]] * [[https://github.com/GiulioR
- notions_avancees
- ries-yield-generators/|Processing Large Data Sets With Yield and Generators]] * [[https://levelup.gitc... ds You Should Know - Manipulate Files and Folders With os and shutil]] Jeff Hale, Medium, Feb 15, 2019 (... File Handling Techniques in Python - Make working with files easier]] Yong Cui, Aug 5, 2020 * [[http... m/python-in-plain-english/manipulating-file-paths-with-python-72a76952b832]] ?? ===== Expressions rati
- progappchim
- aching Scientific Computing to Chemistry Students with Python and Jupyter Notebooks]] Charles J. Weiss, ... .jchemed.5b00439|Visualization of Buffer Capacity with 3-D “Topo” Surfaces: Buffer Ridges, Equivalence P... ], [[https://www.kaggle.com/adiljadoon/word-cloud-with-python|ref2]], [[http://minimaxir.com/2016/05/wor... ardsdatascience.com/quantum-physics-visualization-with-python-35df8b365ff|cet article]] * [[http://a
- plotly_simple
- creating-gapminder-animation-in-2-lines-of-python-with-plotly-express-2060c73bedec|Recreating Gapminder Animation in 2 lines of Python with Plotly Express Go to the profile of AMR]] * [[h... ence.com/pythons-one-liner-graph-creation-library-with-animations-hans-rosling-style-f2cb50490396]] * [[https://towardsdatascience.com/plotting-with-python-c2561b8c0f1f]] * [[https://towardsdatasc
- plot_sinus_cosinus
- ions sinus et cosinus : <code python 01-plotting_with_default_settings.py> #! /usr/bin/env python # -*- coding: utf-8 -*- """ Matplotib : Plotting with default settings Source : http://scipy-lectures.g... =True) C, S = np.cos(X), np.sin(X) # Plot cosine with a blue continuous line of width 1 (pixels) plt.pl... blue", linewidth=1.0, linestyle="-") # Plot sine with a green continuous line of width 1 (pixels) plt.p
- bokeh_simple
- https://towardsdatascience.com/data-visualization-with-bokeh-in-python-part-one-getting-started-a11655a467d4|Data Visualization with Bokeh in Python, Part I: Getting Started - Elevat... https://towardsdatascience.com/data-visualization-with-bokeh-in-python-part-ii-interactions-a4cf994e2512|Data Visualization with Bokeh in Python, Part II: Interactions - Moving b
- numpy_simple
- stackoverflow.com/questions/18767523/fitting-data-with-numpy # #########################################... .com/articles/s41586-020-2649-2|Array programming with NumPy]] Harris, C.R., Millman, K.J., van der Walt... tascience.com/advanced-numpy-master-stride-tricks-with-25-illustrated-exercises-923a9393ab20|Advanced NumPy: Master stride tricks with 25 illustrated exercises - Includes code, explana
- ppoo
- ion to object-oriented programming in Python Led with number and status attributes """ class Led: d... //itnext.io/effortlessly-create-classes-in-python-with-dataclass-19412eada8be|Effortlessly Create Classes in Python with @dataclass]] Jacob Ferus, ITNEXT (Medium), 21/01/
- rdkit
- /docs/GettingStartedInPython.html|Getting Started with the RDKit in Python — The RDKit 2020.09.1 documen... etting-started-rdkit-and-jupyter/|Getting Started with RDKit and Jupyter | Depth-First]] * [[http://... including it to show how to # generate 2D coords with the RDKit: AllChem.Compute2DCoords(mol) Draw.Mo
- tkinter_gui_simple
- paignbrief.com/creatable-code-like-a-girl-partner-with-clemenger-sydney-finch-kamber-and-facebook-to-lau... ttps://dev.to/kavehsabouri/how-to-make-calculator-with-customtkinter-4fi|How to make calculator with CustomTkinter - DEV Community 👩💻👨💻]] * [[https://be
- algos_divers
- ience.com/solving-travelling-salesperson-problems-with-python-5de7e883d847|Solving Travelling Salesperson Problems with Python]] ===== Références diverses ===== * [[h
- altair_simple
- science.com/python-interactive-data-visualization-with-altair-b4c4664308f8|Python Interactive Data Visualization with Altair - Towards Data Science]] * Stackoverflow