idy
If you like to write your own script, or if what you want is similar,
but not the same, the source code is a good place to start:
http://lacusveris.com/PythonTidy/PythonTidy-1.20.python
--
Att;
Pedro Henrique G. Souto
--
http://mail.python.org/mailman/listinfo/python-list
a Python script.
> I looked up around but I can't find anything useful, any advice?
You can use the strip() method:
[http://docs.python.org/release/2.3/lib/module-string.html]
While reading the file as strings, the strip() method rips out all of
the extra whitespace.
> Thanks,
> A
nt of view.
If you just want to run python scripts in those machines (not developing
in it), you can use something like py2exe [http://www.py2exe.org/].
It converts a python script to a standalone executable.
Good luck!
--
Att;
Pedro Henrique G. Souto
╔═╗
)
Thanks a lot.
That means (in a free translation)
"For each one of 'x' in 'y', do this"
'y' is a list, for example, then it means: "For each one of the elements
of the list 'y' (the element on the current iteration is named 'x'), do
t
On 30/11/2011 06:50, Shambhu Rajak wrote:
Collins Congratulations for your first step into Python Programming.
You can call them script or programs(not necessarily but depends on what your
coding for).
Yaa..it's always a good practice to call it through main(), but it doesn't
really matter you