^^Python distributions.

 

2020

Miniconda_(distribution)

  1. https://docs.conda.io/en/latest/miniconda.html dove scaricare
  2. https://conda.io/en/latest/ docs
  3. PythonDataScienceHandbook/00-Preface.ipynb dove e' stata consigliata

Su Windows, una volta installato

e' la cartella Anaconda nel menu, che contiene 3 cmd.

Per lanciare l'ambiente di lavoro con Python: Anaconda prompt.

Packages che ho installato la 1a volta

[~]$ conda install numpy pandas scikit-learn matplotlib seaborn jupyter

To update

conda update  python  numpy pandas scikit-learn matplotlib seaborn jupyter

New install . es beautifulsoup4

(base) C:\Users\ludo\p>conda install beautifulsoup4
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\ludo\miniconda3
added / updated specs:
- beautifulsoup4
The following packages will be downloaded:
package                    |            build
---------------------------|-----------------
beautifulsoup4-4.9.3       |     pyhb0f4dca_0          91 KB
soupsieve-2.0.1            |             py_0          33 KB
------------------------------------------------------------
                                               Total: 124 KB
The following NEW packages will be INSTALLED:
beautifulsoup4   pkgs/main/noarch::beautifulsoup4-4.9.3-pyhb0f4dca_0
soupsieve        pkgs/main/noarch::soupsieve-2.0.1-py_0

 

 

 

  1. Unofficial Windows Binaries for Python Extension Packages Scipy-stack
  2. IPython
  3. showmedo video tutorials

 

 

http://www.ilastik.org/

Python Imaging Library (PIL)

http://people.csail.mit.edu/hubert/pyaudio/

Homogeneous transformation matrices

for translating, rotating, reflecting, scaling, shearing, projecting, orthogonalizing, and superimposing 3D homogeneous coordinates, as well as functions for converting between rotation matrices, Euler angles, and quaternions. Also includes an Arcball control object and functions to decompose transformation matrices.

http://www.lfd.uci.edu/~gohlke/code/transformations.py.html

 

Portable distribution

portablepython distribution

  1. PyScripter full-featured stand-alone Python IDE
  2. numpy
  3. matplotlib
  4. pandas Python Data Analysis Library | pandas-and-python-top-10/
  5. lxml  lxml is the most feature-rich and easy-to-use library for processing XML and HTML in the Python language.
  6. django  is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  7. PyWin32.HTML
  8. pygame
  9. PyQtwp/Signals_and_slots | signals_and_slots

 

 

Requests: HTTP for Humans

pyquery: a jquery-like library for python