floss:python:activestateselection

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
floss:python:activestateselection [2013/10/08 15:31] villersdfloss:python:activestateselection [2015/02/02 21:46] (Version actuelle) villersd
Ligne 3: Ligne 3:
 Site : [[http://code.activestate.com/recipes/langs/python/]] Site : [[http://code.activestate.com/recipes/langs/python/]]
  
 +  * [[http://code.activestate.com/recipes/579013-draw-text-to-image|Draw Text To Image]]
 +  * [[http://code.activestate.com/recipes/579006-mandelbrot-fractal-image-output-to-ppm-file|Mandelbrot Fractal image output to ppm file]]
 +  * [[http://code.activestate.com/recipes/578950-find-duplicate-files|Find Duplicate Files]]
 +  * [[http://code.activestate.com/recipes/578932-teach-your-computer-a-few-tricks|Teach your computer a few tricks]] (Artificial Neural Network)
 +  * [[http://code.activestate.com/recipes/578928-game-of-life-python-34-tkinter|Game of Life - Python 3.4 & tkinter]]
 +  * [[http://code.activestate.com/recipes/578924-2d-fluid-simulation-using-fhp-lgca|2D Fluid Simulation using FHP LGCA]] (Lattice Gas Cellular Automata)
 +  * [[http://code.activestate.com/recipes/578914-simple-linear-regression-with-pure-python|Simple Linear Regression with Pure Python]]
 +  * [[http://code.activestate.com/recipes/578901-all-in-one-area-calculator|All in one Area Calculator]] (tkinter & Python 3)
 +  * [[http://code.activestate.com/recipes/578876-rotatable-tetrahedron|Rotatable Tetrahedron]]
 +  * [[http://code.activestate.com/recipes/578875-analog-clock/|Analog clock]]
 +  * [[http://code.activestate.com/recipes/578860-setting-up-a-listbox-filter-in-tkinterpython-27|Setting up a listbox filter in Tkinter(python 2.7)]]
 +  * [[http://code.activestate.com/recipes/578857-gimp-paperwhite-scriptfu/|Gimp Paperwhite Scriptfu]] (GIMP plugin)
 +  * [[http://code.activestate.com/recipes/578839-python-text-to-speech-with-pyttsx|Python text-to-speech with pyttsx]]
 +  * [[http://code.activestate.com/recipes/578834-hierarchical-clustering-heatmap-python|Hierarchical Clustering Heatmap Python]]
 +  * [[http://code.activestate.com/recipes/578832-create-simple-pdf-text-calendars-with-xtopdf|Create simple PDF text calendars with xtopdf]]
 +  * [[http://code.activestate.com/recipes/578828-indexing-text-files-with-python|Indexing text files with Python]]
 +  * [[http://code.activestate.com/recipes/578811-using-pngcanvas-a-pure-python-png-library|Using pngcanvas, a pure Python PNG library]]
 +  * [[http://code.activestate.com/recipes/578810-levenshtein-my-love|Levenshtein_distance]]
 +  * [[http://code.activestate.com/recipes/578808-python-game-of-life|Python Game of Life]] (avec pygame)
 +  * [[http://code.activestate.com/recipes/578807-sending-email-from-a-python-program|Sending Email From A Python Program]]
 +  * [[http://code.activestate.com/recipes/578799-numerical-inversion-of-the-laplace-transform-with-|Numerical Inversion of the Laplace Transform with mpmath]]
 +  * [[http://code.activestate.com/recipes/578795-convert-microsoft-word-files-to-pdf-with-docxtopdf|Convert Microsoft Word files to PDF with DOCXtoPDF]]
 +  * [[http://code.activestate.com/recipes/578792-bell-permutations-using-evens-nonrecursive-algorit|Bell permutations using Even's nonrecursive algorithm]]
 +  * [[http://code.activestate.com/recipes/578771-recursive-multimedia-audio-video-m3u-playlist-gene|Recursive Multimedia (audio, video) M3U Playlist Generator]]
 +  * [[http://code.activestate.com/recipes/578765-circle-inversion-fractals|Circle Inversion Fractals]]
 +  * [[http://code.activestate.com/recipes/578683-analog-clock|Analog clock with Qt4]]
 +  * [[http://code.activestate.com/recipes/578678-shortest-common-supersequence-algorithms|Shortest Common Supersequence algorithms]]
 +  * [[http://code.activestate.com/recipes/578672-sort-images-from-different-sources-by-picture-take|Sort images from different sources by picture taken date]] (Exif)
   * [[http://code.activestate.com/recipes/578670-hofstadter-butterfly-fractal|Hofstadter Butterfly Fractal]]   * [[http://code.activestate.com/recipes/578670-hofstadter-butterfly-fractal|Hofstadter Butterfly Fractal]]
   * [[http://code.activestate.com/recipes/578666-stopwatch-with-laps-in-tkinter|Stopwatch with laps in Tkinter]] (indiquer Tkinter au lieu de tkinter en python 2)   * [[http://code.activestate.com/recipes/578666-stopwatch-with-laps-in-tkinter|Stopwatch with laps in Tkinter]] (indiquer Tkinter au lieu de tkinter en python 2)
Ligne 69: Ligne 97:
   * [[http://code.activestate.com/recipes/577929-python-multidimensional-list-searcher/|Python Multidimensional List Searcher]] (avec solution alternative très compacte)   * [[http://code.activestate.com/recipes/577929-python-multidimensional-list-searcher/|Python Multidimensional List Searcher]] (avec solution alternative très compacte)
   * [[http://code.activestate.com/recipes/577926-progressbar-class/|ProgressBar class]]   * [[http://code.activestate.com/recipes/577926-progressbar-class/|ProgressBar class]]
-  * texte  +  * [[http://code.activestate.com/recipes/577924-and-now-for-something-completely-different-using-t|AcDc using sound card and some electronics]] 
-  * [[http://code.activestate.com/recipes/577924-and-now-for-something-completely-different-using-t/]] :   AcDc using sound card and some electronics +
   * [[http://code.activestate.com/recipes/577916-fast-minmax-function/|Fast min/max function]]    * [[http://code.activestate.com/recipes/577916-fast-minmax-function/|Fast min/max function]] 
   * [[http://code.activestate.com/recipes/577900-benchmark-code-with-the-with-statement|Benchmark code with the with statement]]    * [[http://code.activestate.com/recipes/577900-benchmark-code-with-the-with-statement|Benchmark code with the with statement]] 
Ligne 83: Ligne 110:
   * [[http://code.activestate.com/recipes/577814-lorenz-attractor|Lorenz Attractor]]   * [[http://code.activestate.com/recipes/577814-lorenz-attractor|Lorenz Attractor]]
   * [[http://code.activestate.com/recipes/577802-using-vlcpy-to-record-an-mp3-and-save-a-cue-file|Using vlc.py to record an mp3 and save a cue file]]   * [[http://code.activestate.com/recipes/577802-using-vlcpy-to-record-an-mp3-and-save-a-cue-file|Using vlc.py to record an mp3 and save a cue file]]
-  * [[http://code.activestate.com/recipes/577797-running-2balls-in-vpython-by-flip-flopping]] : texte  +  * [[http://code.activestate.com/recipes/577797-running-2balls-in-vpython-by-flip-flopping|Running 2Balls in Vpython by Flip-Flopping]] 
-  * [[http://code.activestate.com/recipes/577783-random-fractal-curve]] : texte  +  * [[http://code.activestate.com/recipes/577783-random-fractal-curve|Random fractal curve]]  
-  * [[http://code.activestate.com/recipes/577776-speeding-up-computations-using-a-lookup-table-part]] : texte  +  * [[http://code.activestate.com/recipes/577776-speeding-up-computations-using-a-lookup-table-part|Speeding up computations using a lookup table part I]]  
-  * [[http://code.activestate.com/recipes/577771-simple-lf-audio-oscilloscope-using-standard-text-m]] : texte  +  * [[http://code.activestate.com/recipes/577771-simple-lf-audio-oscilloscope-using-standard-text-m|Simple LF Audio Oscilloscope Using Standard Text Mode Python]]  
-  * [[http://code.activestate.com/recipes/577766-generator-of-combinations-without-replacement-for-]] : texte  +  * [[http://code.activestate.com/recipes/577766-generator-of-combinations-without-replacement-for-|Generator of combinations without replacement for a sequence using dynamic programming]]  
-  * [[http://code.activestate.com/recipes/577759-secure-password-generator]] : texte  +  * [[http://code.activestate.com/recipes/577759-secure-password-generator|Secure Password Generator]] 
-  * [[http://code.activestate.com/recipes/577751-send-an-html-email-with-embedded-image-and-plain-t]] : texte  +  * [[http://code.activestate.com/recipes/577751-send-an-html-email-with-embedded-image-and-plain-t|Send an HTML email with embedded image and plain text alternate]]  
-  * [[http://code.activestate.com/recipes/577732-activestate-recipe-statistics]] : texte  +  * [[http://code.activestate.com/recipes/577732-activestate-recipe-statistics|ActiveState recipe statistics]]  
-  * [[http://code.activestate.com/recipes/577728-simpletron3xpy-game-to-demo-xy-drawing-using-the-k]] : texte  +  * [[http://code.activestate.com/recipes/577728-simpletron3xpy-game-to-demo-xy-drawing-using-the-k|SimpleTron3x.py "Game" To DEMO XY Drawing Using The Keyboard In Standard Text Mode Python]]  
-  * [[http://code.activestate.com/recipes/577723-2d-slice-of-4d-mandelbrot-fractal-and-map-it-in-3d]] : texte  +  * [[http://code.activestate.com/recipes/577723-2d-slice-of-4d-mandelbrot-fractal-and-map-it-in-3d|2D slice of 4D Mandelbrot Fractal and Map it in 3D]]  
-  * [[http://code.activestate.com/recipes/577719-chess-notation-player]] : texte  +  * [[http://code.activestate.com/recipes/577719-chess-notation-player|Chess Notation Player]]  
-  * [[http://code.activestate.com/recipes/577716-simple-sudoku]] : texte  +  * [[http://code.activestate.com/recipes/577716-simple-sudoku|Simple Sudoku]] 
-  * [[http://code.activestate.com/recipes/577715-4d-mandelbrot-fractal]] : texte  +  * [[http://code.activestate.com/recipes/577715-4d-mandelbrot-fractal|4D Mandelbrot Fractal]] 
-  * [[http://code.activestate.com/recipes/577713-midpoint-of-two-gps-points]] : texte  +  * [[http://code.activestate.com/recipes/577713-midpoint-of-two-gps-points|Midpoint of two GPS points]]  
-  * [[http://code.activestate.com/recipes/577697-simple-numeric-database]] : texte  +  * [[http://code.activestate.com/recipes/577697-simple-numeric-database|Simple numeric database]] 
-  * [[http://code.activestate.com/recipes/577682-partition-a-sequence]] : texte  +  * [[http://code.activestate.com/recipes/577682-partition-a-sequence|Partition a sequence]] 
-  * [[http://code.activestate.com/recipes/577681-spring-mass-system-simulation]] : texte  +  * [[http://code.activestate.com/recipes/577681-spring-mass-system-simulation|Spring-Mass System Simulation]]  
-  * [[http://code.activestate.com/recipes/577680-multi-threaded-mandelbrot-fractal]] : texte  +  * [[http://code.activestate.com/recipes/577680-multi-threaded-mandelbrot-fractal|Multi-threaded Mandelbrot Fractal]]  
-  * [[http://code.activestate.com/recipes/577678-class-matrix]] : texte  +  * [[http://code.activestate.com/recipes/577678-class-matrix|class matrix]] 
-  * [[http://code.activestate.com/recipes/577675-four-bit-vertical-coloured-analogue-bar-graph-gene]] : texte  +  * [[http://code.activestate.com/recipes/577675-four-bit-vertical-coloured-analogue-bar-graph-gene|Four Bit Vertical Coloured Analogue Bar Graph Generator DEMO...]]  
-  * [[http://code.activestate.com/recipes/577674-bitmap-maker]] : texte  +  * [[http://code.activestate.com/recipes/577674-bitmap-maker|Bitmap Maker]] 
-  * [[http://code.activestate.com/recipes/577670-destroying-directories]] : texte  +  * [[http://code.activestate.com/recipes/577670-destroying-directories|Destroying Directories]]  
-  * [[http://code.activestate.com/recipes/577665-partitioning-a-sequence]] : texte  +  * [[http://code.activestate.com/recipes/577665-partitioning-a-sequence|http://code.activestate.com/recipes/577665-partitioning-a-sequence/]]  
-  * [[http://code.activestate.com/recipes/577652-unit-conversions-using-decimal/]] : units conversion use of doctest +  * [[http://code.activestate.com/recipes/577652-unit-conversions-using-decimal|Unit Conversions Using Decimal]], conversions d'unités (utilisation def doctest) 
-  * [[http://code.activestate.com/recipes/577647-ode-solver-using-euler-method/   ODE Euler]] : texte +  * [[http://code.activestate.com/recipes/577647-ode-solver-using-euler-method/|ODE Solver using Euler Method]] 
-  * [[http://code.activestate.com/recipes/577646-pythontimer/  (chronometer)]] : texte  +  * [[http://code.activestate.com/recipes/577646-pythontimer|PythonTimer]] : texte  
-  * [[http://code.activestate.com/recipes/577644-simple-lf-audio-oscilloscope-using-standard-python]] : texte  +  * [[http://code.activestate.com/recipes/577644-simple-lf-audio-oscilloscope-using-standard-python|Simple LF Audio Oscilloscope Using Standard Python]]  
-  * [[http://code.activestate.com/recipes/577642-mandelbrot-trajectories]] : texte  +  * [[http://code.activestate.com/recipes/577642-mandelbrot-trajectories|Mandelbrot trajectories]] 
-  * [[http://code.activestate.com/recipes/577630-comparing-two-images]] : texte  +  * [[http://code.activestate.com/recipes/577630-comparing-two-images|Comparing two images]] 
-  * [[http://code.activestate.com/recipes/577607-converting-numbers-to-their-alphabetical-style]] : texte  +  * [[http://code.activestate.com/recipes/577607-converting-numbers-to-their-alphabetical-style|converting numbers to their alphabetical style]] 
-  * [[http://code.activestate.com/recipes/577604-simple-white-noise-generator-using-standard-python]] : texte  +  * [[http://code.activestate.com/recipes/577604-simple-white-noise-generator-using-standard-python|Simple White Noise Generator Using Standard Python In Linux]]  
-  * [[http://code.activestate.com/recipes/577594-gps-distance-and-bearing-between-two-gps-points]] : texte  +  * [[http://code.activestate.com/recipes/577594-gps-distance-and-bearing-between-two-gps-points|GPS distance and bearing between two GPS points]] 
-  * [[http://code.activestate.com/recipes/577592-simple-1khz-audio-function-generator-using-standar]] tAc generation (frequency, form ...)  +  * [[http://code.activestate.com/recipes/577592-simple-1khz-audio-function-generator-using-standar|Simple 1KHz Audio Function Generator Using Standard Python In Linux...]]tAc generation (frequency, form ...)  
-  * [[http://code.activestate.com/recipes/577591-conversion-of-pil-image-and-numpy-array]] : texte  +  * [[http://code.activestate.com/recipes/577591-conversion-of-pil-image-and-numpy-array|Conversion of PIL Image and numpy array]] 
-  * [[http://code.activestate.com/recipes/577587-record-and-playbac-using-standard-python]] : texte  +  * [[http://code.activestate.com/recipes/577587-record-and-playbac-using-standard-python|Record and Playbac using standard Python]] (Linux)  
-  * [[http://code.activestate.com/recipes/577578-calculate-pi-using-monte-carlo-simulations-in-pyth]] : texte  +  * [[http://code.activestate.com/recipes/577578-calculate-pi-using-monte-carlo-simulations-in-pyth|Calculate Pi using Monte Carlo Simulations in Python (Vectorized)]]  
-  * [[http://code.activestate.com/recipes/577553-pendulum-simulation-with-turtle]] : texte  +  * [[http://code.activestate.com/recipes/577553-pendulum-simulation-with-turtle|Pendulum Simulation with Turtle]] 
-  * [[http://code.activestate.com/recipes/577542-pascals-triangle]] : texte  +  * [[http://code.activestate.com/recipes/577542-pascals-triangle|Pascal'triangle]] 
-  * [[http://code.activestate.com/recipes/577540-python-binary-search-tree]] : texte  +  * [[http://code.activestate.com/recipes/577540-python-binary-search-tree|Python Binary Search Tree]]  
-  * [[http://code.activestate.com/recipes/577522-wiki-recent-changes-checker]] : texte  +  * [[http://code.activestate.com/recipes/577522-wiki-recent-changes-checker|Wiki Recent Changes Checker]] 
-  * [[http://code.activestate.com/recipes/577511-hanoi-towers-solver-wxpython]] : texte  +  * [[http://code.activestate.com/recipes/577511-hanoi-towers-solver-wxpython|Hanoi Towers solver wxPython]]  
-  * [[http://code.activestate.com/recipes/577488-decimal-to-binary-conversion]] : texte  +  * [[http://code.activestate.com/recipes/577488-decimal-to-binary-conversion|Decimal to Binary Conversion]]  
-  * [[http://code.activestate.com/recipes/577487-chaotic-function-analysis-graph]] : texte  +  * [[http://code.activestate.com/recipes/577487-chaotic-function-analysis-graph|http://code.activestate.com/recipes/577487-chaotic-function-analysis-graph/]]  
-  * [[http://code.activestate.com/recipes/577476-shannon-entropy-calculation]] : texte  +  * [[http://code.activestate.com/recipes/577476-shannon-entropy-calculation|Shannon Entropy Calculation]]  
-  * [[http://code.activestate.com/recipes/577474-polynomial-interpolation-using-lagrange-polynomial]] : texte  +  * [[http://code.activestate.com/recipes/577474-polynomial-interpolation-using-lagrange-polynomial|Polynomial Interpolation using Lagrange Polynomial]] 
-  * [[http://code.activestate.com/recipes/577445-dynamical-billiards-simulation]] : texte  +  * [[http://code.activestate.com/recipes/577445-dynamical-billiards-simulation|Dynamical Billiards Simulation]] 
-  * [[http://code.activestate.com/recipes/577438-eight-queen-problem/]] : texte   +  * [[http://code.activestate.com/recipes/577438-eight-queen-problem/|Eight queen problem]]   
-  * [[http://code.activestate.com/recipes/577423-convert-csv-to-xml/]] : texte+  * [[http://code.activestate.com/recipes/577423-convert-csv-to-xml/|Convert CSV to XML]]
  
  • floss/python/activestateselection.1381239101.txt.gz
  • Dernière modification : 2013/10/08 15:31
  • de villersd