ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
1 month ago | |
---|---|---|
archive | 1 month ago | |
static | 2 months ago | |
templates | 2 months ago | |
.woodpecker.yml | 2 months ago | |
Pipfile | 1 month ago | |
Pipfile.lock | 1 month ago | |
README.md | 1 month ago | |
app.py | 1 month ago | |
index.html | 2 months ago |
README.md
Creating HTML pages with python
Javascript gets a bad rap ... and likely for good reason. Client-side scripting sounds like such a bad in general. So I decided I wanted to learn server-side scripting for web development. It's going to be a looooong journey; likely a LOT longer than a javascript type one anyway ... but I am convinced that it is the best way to go at this point in time.
Python is such a powerful language on its own; that it is usable to automate stuff for web pages too is just too fabulous to pass on this learning experience.
What this rep is
This is a very basic python script which simply reads in a json file with my standard set of quotes and displays them in columns. The point of this repo was to try and replicate the Javascript based quotes library using python instead. And I took the opportunity to try and incorporate hypercorn as well.