import readline for i in range(readline.get_current_history_length()): print readline.get_history_item(i)From: http://stackoverflow.com/questions/6558765/how-do-you-see-the-entire-command-history-in-interactive-python
23/09/14
How do you see the entire command history in interactive python?
Code for printing the entire history ():
10/09/14
Why I18N and L10N?
I'm currently working on a project developed in Python. I don't know the Python language and for this reason I decided to read a tutorial (I don't know if I'll write something on this topic).
Reading I discovered the meaning of symbols I18N and L10N:
- InternationalizatioN - I18N where 18 refers to the number of letters omitted between "I" and "N";
- LocalicazioN - L10N where 10 referes to the number of letters omitted between "L" and "N";
Great, I learned something new! :)
Salvo.
Iscriviti a:
Post (Atom)