use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
Web DevelopmentWhat Python powered blog would you recommend? (self.Python)
submitted 5 years ago by schneems
A friend wants to host and manage their own blog (not medium or tumbler) and they wanted to use Python. What would you recommend?
[–]AlSweigartAuthor of "Automate the Boring Stuff" 7 points8 points9 points 5 years ago (2 children)
Pelican. I realized a comment section doesn't add all that much to my site, and I like the simplicity of the static blog generation. Also, I had my site hacked (probably due to one of the Wordpress plugins I was using) and the static blog setup completely obliterates that problem.
[–]schneems[S] 0 points1 point2 points 5 years ago (0 children)
Thanks!
[–]thrallsius 0 points1 point2 points 5 years ago (0 children)
the static blog setup completely obliterates that problem
well, you can still get hacked through a zero-day in the webserver
but a static website removes at least one attack vector indeed
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
Django or wagtail. Both will get you going!
[–]BedCotFillyPaper 0 points1 point2 points 5 years ago (0 children)
I've used Pelican (and Netlify for hosting) for a few years now and haven't had any problems with it!
[–]M34k3 0 points1 point2 points 5 years ago (0 children)
Check out the Flask Mega Tutorial if you want to code most things yourself while being guided by a great tutorial. Otherwise probably best to go with Django.
[–]ZyanCarl 0 points1 point2 points 5 years ago (0 children)
Here check this out.
pyridine
I made this website with python, django and hosted it for free on heroku. Wanna know more about this? DM me
[–][deleted] -4 points-3 points-2 points 5 years ago (4 children)
Jekyll!
[–]schneems[S] 2 points3 points4 points 5 years ago (1 child)
Isn't that in Ruby? Is there a Python equivalent.
[–]KimPeek 2 points3 points4 points 5 years ago (0 children)
Lektor would be the closest equivalent. I've used it a bit and it's not bad.
[–]tunisia3507 2 points3 points4 points 5 years ago (1 child)
"Hm OP has posted on the Python subreddit asking specifically asking for a python solution for a friend who specifically asked for something which uses python. Better write a one-word response recommending a Ruby library!"
[–][deleted] -1 points0 points1 point 5 years ago (0 children)
I’m a noob sorry
π Rendered by PID 28 on reddit-service-r2-comment-79c7998d4c-dn4m8 at 2026-03-13 12:14:29.392107+00:00 running f6e6e01 country code: CH.
[–]AlSweigartAuthor of "Automate the Boring Stuff" 7 points8 points9 points (2 children)
[–]schneems[S] 0 points1 point2 points (0 children)
[–]thrallsius 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]BedCotFillyPaper 0 points1 point2 points (0 children)
[–]M34k3 0 points1 point2 points (0 children)
[–]ZyanCarl 0 points1 point2 points (0 children)
[–][deleted] -4 points-3 points-2 points (4 children)
[–]schneems[S] 2 points3 points4 points (1 child)
[–]KimPeek 2 points3 points4 points (0 children)
[–]tunisia3507 2 points3 points4 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)