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

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

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

devcontainers python

Last synced: 5 months ago
JSON representation

A workspace for learning Python programming.

Awesome Lists containing this project

README

          

# examples-py

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
![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%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)
[![CI](https://github.com/suzu-devworks/examples-py/actions/workflows/ci.yaml/badge.svg)](https://github.com/suzu-devworks/examples-py/actions/workflows/ci.yaml)
[![CodeQL](https://github.com/suzu-devworks/examples-py/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/suzu-devworks/examples-py/actions/workflows/github-code-scanning/codeql)

## What is the purpose of this repository?

This repository is just my personal playground for learning and experimenting with Python Programming.

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

- Library and Test
- [examples-lib](./packages/examples-lib/README.md)

- Applications
- [examples-cli](./packages/examples-cli/README.md)
- [examples-ipc](./packages/examples-ipc/README.md)