Title: Python website generator?
Last modified: August 2, 2025

---

# Python website generator?

 *  Resolved [daveburstein](https://wordpress.org/support/users/daveburstein/)
 * (@daveburstein)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/python-website-generator/)
 * I’d like to try building my next website with python because I prefer python 
   tools? What programs are recommended to do a website with only modest code? Result
   could be HTML or wordpress.
 * I’m looking to design and build the site. I do my own content.
 * Advice please.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [Support Moderator](https://wordpress.org/support/users/moderator/)
 * (@moderator)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/python-website-generator/#post-17994695)
 * Dave, this is WordPress support. Please try a Python support forum or site.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/python-website-generator/#post-17994880)
 * > Result could be HTML or wordpress.
 * WordPress is a content mangement and site building system.
 * You don’t build a WordPress site in Python, you just install WordPress: [https://wordpress.org/documentation/article/get-started-with-wordpress/](https://wordpress.org/documentation/article/get-started-with-wordpress/)
 * Along the way, you’ll pick a theme [https://wordpress.org/themes/tags/full-site-editing/](https://wordpress.org/themes/tags/full-site-editing/)
   and get to work.
 * I recommend starting with a block theme that’s closest to what you want, then
   using the Site Editor to customize it further: [https://wordpress.org/documentation/article/site-editor/](https://wordpress.org/documentation/article/site-editor/)
 * Besides the documentation, there’s also a video tutorial [https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/](https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/)
   and a full course [https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/](https://learn.wordpress.org/course/simple-site-design-with-full-site-editing/)
   if you prefer those styles.
 * WordPress is built on PHP and JavaScript with a MySQL database, and the editor
   works on HTML and CSS. Python is never used in WordPress.
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/python-website-generator/#post-17995523)
 * About the only way you could use Python with WordPress is to use Python to interact
   with the [WordPress REST API](https://developer.wordpress.org/rest-api/reference/).
   Through the API it’s possible to get and post data via anything that is capable
   of making HTTP requests, including Python.
 * It’s not clear what you’d need Python for with WordPress. If you’re keen to use
   Python, you’re likely better off not using WordPress at all and instead interacting
   directly with a mySQL database or similar.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Python website generator?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/python-website-generator/#post-17995523)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
