An open API service indexing awesome lists of open source software.

https://github.com/suzu-devworks/examples-py-web

A workspace for learning web programming with Python.
https://github.com/suzu-devworks/examples-py-web

devcontainers python

Last synced: 5 months ago
JSON representation

A workspace for learning web programming with Python.

Awesome Lists containing this project

README

          

# examples-py-web

[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fsuzu-devworks%2Fexamples-py-web%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)

## What is the purpose of this repository?

This repository is just my personal playground for learning web programming with Python.

The content here might actually be helpful to other developers facing similar issues.

However, please keep in mind that this code is based solely on my own perspective and probably has lots of inaccurate or questionable parts!

## Examples

- Flask examples
- [examples-flask](./packages/examples-flask/README.md)
- [examples-flask-media](./packages//examples-flask-media/README.md)

- Others
- [examples-web](./packages/examples-web/README.md)