Szerkesztő:Harp/Python
Hungarian pages / Magyar oldalak
[szerkesztés]Remek videók
[szerkesztés]Ipython video tutorial
[szerkesztés]- A Demonstration of the 'IPython' Interactive Shell (5 videos) a series by Jeff Rush
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]- Albert-László Barabási / Zoltán Toroczkai / Univ. of Notre Dame / Dept. of Physics / Resources
- The structure and function of complex networks
- Magyarul a témáról és banki alkalmazásáról
Python
[szerkesztés]- The NetworkX module for Python - for work with Graphs and Digraphs and visualisation with Pylab.
- Computational Methods for Nonlinear Systems
Python in Scientific Computing
[szerkesztés]- Ivan Lima: Python for Scientific Computing, 2006 A great summary of the capability of Python in Science.
Pylab and Scipy as a Matlab competitor
[szerkesztés]- More videos on Numpy, Scipy by Entought
- Python instead of Matlab for plotting?
- Python vs. Matlab (levelező lista)
- Testing Python and SciPy as a replacement for Matlab
- Wikipedia: SciPy, Matplotlib
- PyMat Python interface to Matlab??
In parallel/super computing
[szerkesztés]- Star-P 2.5 for Python, Interactive Supercomputing, Scientific Computing World
- Starp-P Overview @ www.interactivesupercomputing.com
- EGEE: Libraries_and_softwares_based_on_MPI_paradigm
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]- http://www.python.org
- Charming python in the Resources Funcional programming in Python
Grafikon készítése
[szerkesztés]0. matplotlib/pylab :-) 1. python-gnuplot csomaggal
- http:// snippets.dzone.com/posts/show/1301#related generate .eps figure with python by using gnuplot (nem csak .eps, png-re is jó), .eps és .pdf ábrákhoz Makefile a kapcsolódo cikkekben.
- Python for scientific use. Part I: Data Visualization, a gplt-s részek nekem nem mentek.
- Python for scientific use, Part II: Data analysis
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.