SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Python blog-engine Projects
-
-
For my own Python tools, I wrote multiple naïve parsers myself (not following the usual lexical/syntactical parsing model from the books) in order to get something working. While my parsers are not considered general purpose parsers, they get the job done on my side. You might take a look at https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py for a dirty but fairly complex example. It's also using pypandoc as a fall-back for stuff I didn't parse on my own. It runs my static web blog generator.
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
codeletter-app
Web-based platform written in Django designed for creating and publishing blog posts.
Hello, I'm 21 years old, I started using Django about half a year ago. I've completed my first django project, which is blog app. It is not the most revealing project, but I wanted to start with learning to become a Backend Developer in the future. I'm working full-time, so 5-6 months is not the best time to build that project. Could you give me your feedback about what I can modify/update in my code, and what next steps I can take? I would really appreciate it. Repo link: https://github.com/jasmar2/codeletter-app
-
Project mention: I'm coding a blog website as a project from scratch, what's the most efficient way of adding new pages? | /r/webdev | 2023-06-07
I did something like that with flask: https://github.com/bgtti/blog_flask Django would have worked just as well.
-
-
Link to GitHub
Python blog-engine related posts
- I'm coding a blog website as a project from scratch, what's the most efficient way of adding new pages?
- Creating Backend for Website - HTML, CSS, JavaScript Already Done!
- So, yo wan to build a personal aggregator with Jekyll?
- Why I built another static site generator: A love story
- Wikis don't work for software documentation
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0922ee21b8>
www.saashub.com | 7 Jun 2023
Index
What are some of the best open-source blog-engine projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Hyde | 1,608 |
2 | lazyblorg | 362 |
3 | codeletter-app | 2 |
4 | blog_flask | 2 |
5 | htmd | 2 |
6 | nxcms | 0 |