Skip to content

JoshuaPollinger/automatetheboringstuffwithpythondotcom

This branch is 1 commit ahead of, 6 commits behind asweigart/automatetheboringstuffwithpythondotcom:master.

Repository files navigation

automatetheboringstuffwithpythondotcom

Source for the AutomateTheBoringStuff.com website.

How the files are organized in this repo:

  • content - HTML pages used with the templates
  • templates - Jinja2 templates
  • static - HTML, images, and other static files
  • output - The complete website is put here after running generateSite.py
  • generateSite.py - A Python 3 script that produces the files to put on the site
  • runServer.py - A Python 3 script to run a web server on localhost:8000 to preview the site locally

About

Source for the AutomateTheBoringStuff.com website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 93.3%
  • Python 4.8%
  • CSS 1.3%
  • Other 0.6%