Szerkesztő:Harp/Python

A Wikipédiából, a szabad enciklopédiából

Hungarian pages / Magyar oldalak[szerkesztés]

Remek videók[szerkesztés]

Ipython video tutorial[szerkesztés]

4.

  • xmode (Plain, Verbose, Context), run
  • pdb; run -d file(.py); c
  • edit file.py
  • time, timeit (több ciklus)

5.

  • ipython -p physics
    s = 1 m; t=1 s; v=s/t; s.inUnitOf('inch')
    q= 1 s**2; q.sqrt()
    t=5666372 s, t.u('h', 'min', 's')
  • ipython -pylab

Nonlinear systems, networks[szerkesztés]

In general[szerkesztés]

Python[szerkesztés]


Python in Scientific Computing[szerkesztés]

Pylab and Scipy as a Matlab competitor[szerkesztés]

In parallel/super computing[szerkesztés]

Packages in Ubuntu[szerkesztés]

  • mpichpython

Description: MPI-enhanced Python interpreter (MPICH based version) Provides a python interpreter with MPI (Message Passing Interface, message-based parallel programming) support.

  • lampython

Description: MPI-enhanced Python interpreter (LAM based version) Provides a python interpreter with MPI (Message Passing Interface, message-based parallel programming) support.

  • python-mpi

Description: MPI module for Python MPI (Message Passing Interface, message-based parallel programming) support for Python.

PyTables[szerkesztés]

PyTables is a Python package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data.

Scientific Computing in general[szerkesztés]

Python in general[szerkesztés]

Grafikon készítése[szerkesztés]

0. matplotlib/pylab :-) 1. python-gnuplot csomaggal

2. SimpleSVG Lorenz-ábra

3. A pylab grafikonja csak grafikus felület alatt működik, akkor is, ha png-t akarok készíteni? Nem ki lehet hozni belőle.

Vegyes linkek[szerkesztés]