vote up 0 vote down star

Possible Duplicate:
Which blog engines, written in Python, do you recommend?

Hello,

Is there any good blogging software based on Python ?. I have been using Wordpress so far,which uses PHP, and would like to know if there is any similar good blogging software available which uses python.

Thank You.

flag

25% accept rate
Here's a hint as to how you can answer this question: lmgtfy.com/?q=python-based+blogging+software/…. Once you've done that, feel free to ask specific questions on the information you read there. – S.Lott Nov 1 at 18:40
Duplicate(as Austin Kelley Way suggests in the answer below): stackoverflow.com/questions/364625/… – ChristopheD Nov 1 at 19:08
@scoffing remarks: I think that the real question was not a simple list of what is available, but rather people's advice according to their experience. It makes sense to ask that here instead of just using Google, Wikipedia or any other "rumour"-tool, wouldn't you agree? ;-) – RedGlyph Nov 1 at 19:24
@Red Glyph: I can't agree because I can't see any of your more sophisticated analysis in the actual question. I think you're "projecting" some thought onto the question that -- at least from reading the text -- isn't really there. @rogerp is free to fix the question at any time to emphasize whatever programming problem they're having. – S.Lott Nov 1 at 21:47

closed as exact duplicate by ChristopheD, S.Lott, ΤΖΩΤΖΙΟΥ, Oscar Reyes, Marc Gravell Nov 2 at 5:35

4 Answers

vote up 1 vote down

http://wiki.python.org/moin/PythonBlogSoftware

try Pyblogger

link|flag
vote up 1 vote down

Sure - Django has a whole host of blogging solutions, including Pinax, or you can roll your own (inevitably) in about 20 minutes.

link|flag
vote up 1 vote down

Zine: http://zine.pocoo.org/ may be of interest.

link|flag
vote up 0 vote down

There aren't that many python based blogging solutions. But Plone is a quite popular Zope-based CMS which can be used for blogging and more.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.