সাহায্য:Python

ডিপথট থেকে

Important python packages

For running my python scripts for cinema 3 packages are needed: BeautifulSoup, urllib2, mechanize. Install them by running:

sudo pip install <packagename>

Contents

  1. Array
  2. Fitting
  3. I/O
  4. Plotting
  5. Astronomy
  6. MediaWiki
  7. HTML

General Tips

Executing from bash,
$ python
$ python script.py
$ ipython
$ ipython -pylab
Execute a python script inside the interpreter,
>>> execfile('file.py')
Comment
>>> # This is a comment

Example scripts

External HELP