Follow me
-
Recent Posts
calendar
Recent Comments
- Stan on python argparse issues with the help argument (TypeError: %o format: a number is required, not dict)
- Cormac on Pandas : how to compare dataframe with None
- LP on AWK: the substr command to select a substring
- jrab on python argparse issues with the help argument (TypeError: %o format: a number is required, not dict)
- How to disable SSL verification for urlretrieve? – Peter's blog on python: certificate verified failed
Archives
Categories
Meta
Daily Archives: March 11, 2011
English Grammar: Apostrophes in Possessives
Here is a short summary of English grammar about apostrophes. It is based upon a video by a native english speaker, so I assume it is correct. Use an ‘s for singular nouns even if it ends with an s: … Continue reading
Python list: difference between append and extend
When manipulating lists, you have access to two methods called append() and extend(). The former appends an object to the end of the list (e.g., another list) while the latter appends each element of the iterable object (e.g., another list) … Continue reading
Firefox and Linux box slow
Under different version of Linux Fedora box, I’ve noticed that Firefox is far slower than under Windows box. After some googling, a suggested solution is to disable the IPv6 option Under firefox: type “about:config” in a new tab as a … Continue reading