Skip to content

Instantly share code, notes, and snippets.

@masterPiece93
masterPiece93 / a.README.md
Last active September 2, 2025 08:28
Pycco

Pycco

a python documenting tool .

How to Proceed .

Steps :

  • Create a folder on your machine ( let's say demo/ )
    • enter in this folder
      • if your are on ubuntu : cd demo
@masterPiece93
masterPiece93 / NATS.md
Last active September 2, 2025 08:28
NATS

NATS

| Go | python |

Configuring NATS via Docker

Simply follow the steps below :

fetch image :

@GhostofGoes
GhostofGoes / pyproject.toml
Last active November 27, 2025 19:32
Example pyproject.toml
# This example pyproject.toml is for a basic pip+setuptools setup.
# If you use a project management tool (like Poetry), then
# those tools will have slightly different configurations or additions.
# I highly recommend using a project management tool for your project.
# Project management is a highly opinionated subject.
# There are a lot of good, robust tools in this space now (as of 2023)
# Two that I've used and recommend are Poetry and PDM.
# Poetry is more mature, PDM is recent, both work well.
# - Poetry: https://python-poetry.org/