Python Blogging Software

View 79 business solutions

Browse free open source Python Blogging Software and projects below. Use the toggles on the left to filter open source Python Blogging Software by OS, license, language, programming language, and project status.

  • Easily Host LLMs and Web Apps on Cloud Run Icon
    Easily Host LLMs and Web Apps on Cloud Run

    Run everything from popular models with on-demand NVIDIA L4 GPUs to web apps without infrastructure management.

    Run frontend and backend services, batch jobs, host LLMs, and queue processing workloads without the need to manage infrastructure. Cloud Run gives you on-demand GPU access for hosting LLMs and running real-time AI—with 5-second cold starts and automatic scale-to-zero so you only pay for actual usage. New customers get $300 in free credit to start.
    Try Cloud Run Free
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 1
    LaTeX2WP converts a document written in LaTeX into a form suitable to be cut and pasted into the WordPress online editor.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    A content syndication system written with Python and Jekyll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Blog

    Blogging engine

    This project is a blogging engine currently under development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BlogEdit
    User friendly editor for writing blog articles in HTML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 5
    DjangoBlog

    DjangoBlog

    A blog system based on python3.8 and Django3.0

    Articles, pages, categories, tags (add, delete, edit), etc. Articles and pages support Markdown and highlighting. Articles support full-text search. Complete comment feature, include posting reply comment and email notification. Markdown supporting. Sidebar feature, new articles, most readings, tags, etc. OAuth Login supported, including Google, GitHub, Facebook, Weibo, QQ. Memcache supported, with cache auto refresh. Simple SEO Features, notify Google and Baidu when there was a new article or other things. Simple picture bed feature integrated. django-compressor integrated, auto-compressed css, js. Website exception email notification. When there is an unhandle exception, system will send an email notification. Wechat official account feature integrated. Now, you can use wechat official account to manage your VPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A blog/CMS application written in the Python web framework Django. Early releases will be very unstable and shouldn't be deployed but may provide insight to new Django Programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Felix Felicis

    Felix Felicis

    Felix Felicis (aka liquidluck) is a static blog generator in python

    LiquidLuck is an open-source static site generator powered by Ruby, originally built to enable fast, flexible blog and documentation sites with modern features such as Markdown authoring, custom taxonomies, tags, collections, and theming. It is similar in purpose to Jekyll, Hugo or Hexo, but emphasizes ease of customization and rich templating, allowing authors to define custom content models and build plug-in extensions. The generator supports live previews and incremental builds so content changes reflect quickly, and it includes built-in support for features like pagination, RSS feeds, and code syntax highlighting to suit developers. It is aimed at creators who want to author content in a lightweight workflow without heavy CMS overhead and still maintain full control over markup, design, and deployment. Because the ecosystem is Ruby-based, it integrates into developer toolchains, CI pipelines, and can deploy to GitHub Pages or any static host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Gblog

    group blog platform in google appengine python sdk

    group blogging platform for google appengine using python sdk
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Ginger RSS Reader

    Web-based RSS Reader

    This is the old page. See https://sourceforge.net/projects/ginger-rss
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 10
    An open-source blogging/journalling software similar to SUP's LiveJournal software. The principal difference between Inksome and LJ is that this will be written in Python to run on Google App Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LineCMS - Content Management System

    LineCMS - Content Management System

    Light-weight Content Management System for Blogging and Online Store

    created for rapid website development Small yet effective for Blogging and Products (online shopping store) Easy to modify/update functionality and open-source -Features Sell product online thru SandCMS with Stripe Payment (with Fulfillment features using your own SMTP server) Publish Blog SEO Friendly Create your own template/theme Easily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Microblog

    Microblog

    Microblogging application developed in my Flask Mega-Tutorial series

    Microblog is a Flask-based social blogging application that serves as the companion example project to the author’s Flask tutorial book, demonstrating how to build a production-ready web application with features typical of modern social systems. The project includes user registration and login, password hashing, profile editing, and avatar support, but it goes deeper by illustrating how to implement following/follower relationships, posting short messages, and displaying personalized feeds. It integrates SQL databases through SQLAlchemy and shows how to manage migrations, query optimization, and pagination for scalable content delivery. The app also includes unit and integration tests to reinforce test-driven development practices. Additional features such as full-text search, localization, email notifications, and deployment configurations are included or discussed to take developers beyond the basics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pelican

    Pelican

    Static site generator that supports Markdown and reST syntax

    Pelican is a static site generator that requires no database or server-side logic. Chronological content (e.g., articles, blog posts) as well as static pages. Integration with external services. Site themes (created using Jinja2 templates). Publication of articles in multiple languages. Generation of Atom and RSS feeds. Code syntax highlighting via Pygments. Import existing content from WordPress, Dotclear, or RSS feeds. Fast rebuild times due to content caching and selective output writing. Extensible via a rich plugin ecosystem, Pelican Plugins. Pelican considers “articles” to be chronological content, such as posts on a blog, and thus associated with a date. The idea behind “pages” is that they are usually not temporal in nature and are used for content that does not change very often (e.g., “About” or “Contact” pages). Pelican tries to be smart enough to get the information it needs from the file system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    paab - Plone As A Blog - a project to build a collection of Products to use Plone as a Weblog. The main goal of the project is to provide a simple plone installer that includes a set of products that modify the plone default behavior to be more blogish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Moteur de Blog en Python / Django. A pour but d'être, à la longue : - Simple (facile d'accès) - Adaptif (facile à modifier ou importer) - Ouvert (totalement open source) - Pour l'instant, le projet est uniquement disponible via le SVN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SEO Tool

    Seo Tool: AI Autoblogger for ArtikelSchreiber.com and UNAIQUE.net

    Seo Tool: AI Autoblogger for https://www.artikelschreiber.com/ and https://www.unaique.net/ Function: Create Mini site based on Config File on your server https://linktr.ee/textgenerator Use a Shared Hosting Server Change the "seo-marketing-tool.conf" config to fit your needs (eg: Create a Mini Site about "Cars" then change the AI Software API Keywords to "car") Start the Tool "python3 seo-marketing-tool.py" Your mini site will be created on your Shared Hosting Server HTML5 Templates are included to create Mini Site on the fly - Please keep my links to artikelschreiber.com, unaique.net, unaique.com left intact on the templates. https://www.artikelschreiber.com/en/ https://www.unaique.net/en/ https://www.unaique.com/ https://www.artikelschreiber.com/opensource/ https://seo-tool.sourceforge.io/ https://inkassos.github.io/inkasso/ https://muckrack.com/markus-muller
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Simple Blogger
    New version was released! Visit https://github.com/jsnjack/simpleblogger to download Simple Blogger is a small and very easy to use application that enables you to quickly write and publish a new post of your blog. Available in Windows and Linux. Simple Blogger has written on Python with wxPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Wiko, the wiki compiler, compiles wiki like files into html and LaTeX, combining easy wiki syntax, your preferred non-web text editor and svn/cvs control to write static webs, cientific articles or even blogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    blog4y

    blog4y

    Easy blogging for you.

    Project goal is to allow you easy post and backup blog articles to most free blogging hosting. Provide Python API, command line utility, Emacs integration and GTK interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    blog99

    A blog engine that does html and gopher

    This is the blog engine for HTML and Gopher. Blog entries are written as html files. For HTML, it is an Apache/MySQL/Python application using WSGI. For Gopher, it is Gophernicus/MySQL/Python using CGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A desktop client of Blip.pl - a twitter-like polish service. Written in Python and using GTK as an UI toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Blogging with reStructuredText. Use the simplicity of text to create, edit and delete posts and pages from a Wordpress blog using XMLRPC. Written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This python script takes an exported wordpress xml file and outputs a single html document containing all posts in order of entry, and a table of contents broken down by Category. CSS tags added for easy formatting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →