Pyhton can convert most (all) lists/collections into iterator objects, this is done by calling iter()
ie
num_list = [1, 2 …
Pyhton can convert most (all) lists/collections into iterator objects, this is done by calling iter()
ie
num_list = [1, 2 …
How to package a pythin script or project for distribution. Offical Docs are [here][python_package]. Packaging for pip requires use …
read moreIn the aim of keeping the navigation of the Blog posts clean, I have limited my self to a few …
read moreFirst figure out which theme you are using. List installed themes via:
% pelican-themes -l
simple
notmyidea
pelicanconf.py does not …
read moreI think it improves website usability when they are navigatable via the URL.
For example when viewing Posts under the …
read moreAn update to the Japanese Garden, aorund 10 years after it was built.
The ground cover is being removed in …
^ Matches the beginning of a line
$ Matches the end of the line
. Matches any character …
Notes From Reading Adaptive Signal Theory (5th Ed) by Simon Haykin