Hi,

I just want to share my new experience. Maybe this is trivial for everybody except me, but was new for me.
So I started a Python command line interpreter from the Pywikipedia dictionary, and it began to work immediately.
import wikipedia
site=wikipedia.getSite()
and you may begin to do anything interactively. It's a big fun! :-))
My task was to delete every second section title from my subpage, and it could be done by a few commands without saving any script.
I was never aware of what a plenty of information Page.put() returns but in the interpreter environment returned values are displayed automatically without print so I know it now. :-)
That's what I always wanted for quick one-time tasks. I don't know why I never experimented wit this earlier.

--
Bináris