সাহায্য: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
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