Technical Trivia
Monday, June 24, 2013
Python tips
To compile a python script without executing it, do
python -m py_compile my_script.py
[Courtesy:
stackoverflow
]
Wednesday, June 5, 2013
Installing Python regex on Ubuntu 12.04
To install the alternative regular expression module
regex
(which has richer Unicode support than
re
) for Python:
Install
python-dev
from the Software Center.
Download the archive
, extract, and run
sudo python setup.py install
.
Monday, June 3, 2013
Downloading a blog on blogspot
This
http://blogname.blogspot.com/
search?max-results=N
lists the latest N posts from the blog. Instead of N, type the number of posts. If your blog has less than 1000 posts, you can save this page:
http://blogname.blogspot.com/
search?max-results=1000
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)