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.
- Host: GitHub
- URL: https://github.com/suzu-devworks/examples-py
- Owner: suzu-devworks
- License: mit
- Created: 2024-04-25T12:00:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T13:11:00.000Z (9 months ago)
- Last Synced: 2025-10-01T15:11:31.536Z (9 months ago)
- Topics: devcontainers, python
- Language: Python
- Homepage:
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# examples-py
[](https://github.com/astral-sh/uv)
[](https://github.com/astral-sh/ruff)
[](https://mypy-lang.org/)

[](https://github.com/suzu-devworks/examples-py/actions/workflows/ci.yaml)
[](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)