Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can I get a list of popular blog engines written in python?
google didn't help much!
How about this list:
http://wiki.python.org/moin/PythonBlogSoftware
Although I can't speak to how popular any of these are.
also among the popular static site generators written in python that are missing from the above list.
Hyde: http://ringce.com/hyde (now being developed at https://github.com/hyde/hyde)
Pelican: http://pelican.readthedocs.org/en/latest/
Blogofile: http://www.blogofile.com
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I've been looking through the 2.7 branch of cpython and can't seem to find any reference to it.
Here it is: https://github.com/python/cpython/blob/2.7/Python/bltinmodule.c (search for builtin_raw_input)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
My question is simple: is there a library in Ruby equivalent to Python's Pynotify?
If you're talking about how Pynotify allows you to easily implement the observer design pattern, the Observable module does this quite nicely for Ruby and is built in. There's a well documented example in the docs for how to implement a ticker which retrieves stock prices periodically.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Today I found out that cherrypy documentation page does not work anymore. Does anyone know an alternative source of documentation?
python
>>> import cherrypy
>>> help(cherrypy)
Might be a good option or http://docs.cherrypy.org/stable/ works for me!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there a blog engine that runs on Django (or at least python) that pulls the blog posts from github?
I really like the idea of Jekyll, which does this in Ruby, but would prefer a python/django solution.
Thanks
I think that what you're looking for in python is called hyde.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Does anyone know of a FOSS Python lib for generating Identicons? I've looked, but so far I haven't had much luck.
I've found two implementations:
http://coderepos.org/share/browser/lang/python/misc/identicon.py
http://code.google.com/p/visicon/