Recherche
Voici les résultats de votre recherche.
Résultats plein texte:
- matplotlib_simple
- g("example.png") # sauvegarde de la figure plt.show() # vue interactive de la figure </code> Le mêm... ") # sauvegarde de la figure au format pdf plt.show() # vue interactive de la figure </code> ===== ... x] #plot plt.plot(serie_x, serie_y1, "go") plt.show() # vue interactive de la figure </code> Pour ... _func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code> ===== Graphe simple de sinus et cosinu
- notions_fondamentales
- e un tuto : [[https://realpython.com/python-pep8/|How to Write Beautiful Python Code With PEP 8]] ==... /2020 * [[https://medium.com/better-programming/how-to-use-for-loops-better-in-python-1dfbc3d9e91f|How To Use For Loops Better in Python - A few functions... sdatascience.com/reverse-python-list-ad10ad408021|How To Reverse Python Lists More Efficiently - Effici
- pandas
- .hist() plt.figure() df.Weight.plot.hist() plt.show() </code> === Suggestions pour ajouter une régre... the Jupyter Notebook]] (The course will teach you how to use pandas to read, filter, join, group, aggre... ate and rank structured data. You will also learn how to record, remix and republish your analysis usin... merge : [[https://towardsdatascience.com/why-and-how-to-use-merge-with-pandas-in-python-548600f7e738]]
- notions_avancees
- es) ===== * <code>import re</code> * [[http://howchoo.com/g/zdvmogrlngz/python-regexes-findall-search-and-match]] * [[https://docs.python.org/2/howto/regex.html]] * [[http://linuxfr.org/news/trav... e : * [[https://medium.com/better-programming/how-to-replace-your-python-for-loops-with-map-filter-and-reduce-c1b5fa96f43a|How To Replace Your Python For Loops with Map, Filter
- analyse_images
- !/usr/bin/env python # -*- coding: utf-8 -*- """ show jpg image image jpg : https://commons.wikimedia.o... /Images/photos/Antoine_lavoisier_color.jpg') img.show() </code> ==== Exemple avec traitement numériqu... im = im.convert('L') #convert to grayscale im.show() data = np.asarray(im) # a is readonly print typ... datafft.ndim, datafft.shape, datafft.dtype plt.imshow(np.abs(np.fft.fftshift(datafft)), interpolation='
- jupyter
- /levelup.gitconnected.com/google-colab-what-is-it-how-to-use-it-and-why-should-i-care-721bb8a88c90|Intr... ?v=rc9uvLgwPRA|Juan Luis Cano: Jupyter (IPython); How a notebook is changing science]] * [[https://ww... tplotlib * [[https://towardsdatascience.com/how-to-produce-interactive-matplotlib-plots-in-jupyter-environment-1e4329d71651|How to produce Interactive Matplotlib Plots in Jupyte
- solvents_data_class
- .sort(key=operator.attrgetter('name')) # ... now show a table of the solvent_list table(solvent_list) ... st.sort(key=operator.attrgetter('mp')) # ... now show a table of the solvent_list table(solvent_list) ... st.sort(key=operator.attrgetter('bp')) # ... now show a table of the solvent_list table(solvent_list) ... es tris (solubilité ,...) bp_limit = 75 print "Show only solvents boiling higher than %0.1f degC:" %
- ph_acides_bases_2013
- rt en fonction de la concentration") plt.show() elif pkaselect > 0: x=[0.0001,0.00... le en fonction de la concentration") plt.show() #on crée un sample de données pour la lis... le en fonction de la concentration") plt.show() elif pkaselect > 14: x=[0.0001,0.0... te en fonction de la concentration") plt.show() #on crée un sample de données pour la lis
- epidemie_coronavirus
- shingtonpost.com/graphics/2020/health/coronavirus-how-epidemics-spread-and-end/|How epidemics like COVID-19 end (and how to end them faster)]], 19/02/2020, Washington Post * [[https://
- numpy_simple
- ires ==== * [[http://www.pybloggers.com/2017/03/how-to-do-descriptives-statistics-in-python-using-numpy/|How to do Descriptives Statistics in Python using Num... el("A(f)") plt.savefig('fonctions-fft.png') plt.show() </code> Figure obtenue : {{ :teaching:progapp
- plotly_simple
- impress your boss]] * [[https://towardsdev.com/how-to-use-plotly-as-pandas-plotting-backend-123ff5378003|How to use Plotly as Pandas Plotting Backend - Make i... ust Create Plots in Python, Go One Step Beyond - Show your visualizations in a web-based layout using P
- plot_sinus_cosinus
- ), np.sin(X) plt.plot(X, C) plt.plot(X, S) plt.show() # vue interactive de la figure </code> X est... per inch # savefig("exercice_2.png", dpi=72) # Show result on screen plt.show() </code> ===== Changer la couleur et l'épaisseur des lignes ===== * Doc
- presentation_principes
- ~NOCACHE~~ ~~REVEAL transition=convex&controls=1&show_progress_bar=1&build_all_lists=1&open_in_new_wind... ange(0., 5., 0.05) #plot(tvals, my_func(tvals)) #show() plot(tvals, my_func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code> ==== Calculs numériques (FFT) et graph
- pressions_partielles_systemes_non_ideaux
- (("acetone","CS2","somme des 2"),'best') plt.show() def graph2(): U3= (np.log(x1)*R*T)+U03 ... enzene","toluene","somme des 2"),'best') plt.show() def graph3 (): U1= (np.log(a1)*R*T)+U01 ... nzene","toluene","somme des 2"),'best') plt.show() def abientot (): print "en esperant vous r
- codes_presentation
- nge(0., 5., 0.05) #plot(tvals, my_func(tvals)) #show() plot(tvals, my_func(tvals), 'bo', tvals, my_func(tvals), 'k') show() </code>