m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
Yet another single-user instance
Admin account
@marek@m5l.eu

Search results for tag #python

AodeRelay boosted

[?]Dendrobatus Azureus Β»
@Dendrobatus_Azureus@mastodon.bsd.cafe

It turns out that thonny is alreay on my SBC microSD where I installed the distro with recommended programs

thonny.org/

    AodeRelay boosted

    [?]Alexandre B A Villares 🐍 »
    @villares@ciberlandia.pt

    @negative12dollarbill @Dendrobatus_Azureus Mu is great, but I believe the project is going to me sunset. Another great IDE for beginners learning is thonny.org I use to teach "Drawing with Python and " (It also has support for )

      AodeRelay boosted

      [?]gyptazy Β»
      @gyptazy@mastodon.gyptazy.com

      Proxmox fully automated! From ClickOps to Code: Automated. Audited. Revisioned. Repeatable.

      Starting from the base by automating:
      - Cluster initialization
      - Cluster join
      - Storage Integration
      - Proxmox Backup Server Integration
      - SDN Networks (different ones for pros/dev)
      - Guest Resources utilizing the cluster infrastructure

      peertube.gyptazy.com/w/4cp7ddL

        AodeRelay boosted

        [?]πŸ…°πŸ…»πŸ…ΈπŸ…²πŸ…΄ (πŸŒˆπŸ¦„) Β»
        @alice@lgbtqia.space

        I created a simple Python CLI program to easily add configurable watermark text to an image or directory of images.

        Re: lgbtqia.space/@alice/114988947

        Here's the repo: codeberg.org/alicewatson/water

          AodeRelay boosted

          [?]Trey Hunner 🐍 »
          @treyhunner@mastodon.social

          Do you use PDF, epub, or other downloadable documentation? Or do you only use the web docs?

          The core team are trying to decide whether it's worth keeping various non-HTML builds (which are often slow to build).

          discuss.python.org/t/removing-

            4 ★ 3 ↺

            [?]Marek S. Ł. »
            @marek@m5l.eu

            Recently tried https://astral.sh/uv tooling for , and I think I'm switching over for the foreseeable future.

            What made me finally try something else than raw pip and venv was easy installing of multiple Python versions. I was completing a PR to a library that (admirably) wants to support the old ones as well. Once I had the tool, I tried it for releasing a new version of my own PyPI package, and I wasn't ready for how fast and convenient it would be.

              AodeRelay boosted

              [?]gyptazy Β»
              @gyptazy@mastodon.gyptazy.com

              ProxLB v1.1.3 just got released!

              ProxLB is a VM load-balancer for your Proxmox clusters also supporting affinity & anti-affinity rules.

              GitHub: github.com/gyptazy/ProxLB
              Version 1.1.3: github.com/gyptazy/ProxLB/rele

                0 ★ 0 ↺

                [?]Marek S. Ł. »
                @marek@m5l.eu

                Today's discovery: make history of Jupyter notebooks cleaner with this package:

                pipx install nb-clean
                nb-clean add-filter --remove-empty-cells --preserve-cell-outputs

                  0 ★ 0 ↺

                  [?]Marek S. Ł. »
                  @marek@m5l.eu

                  Today I threw together a small in to help with experimental characterisation of hardware for . It's simply generating a sinusoidal signal within configurable limits, but now it's definitely easier to understand than running scripts in terminal.

                  I did enjoy the ease of setup of TkInter, and compatibility with Matplotlib, but I was missing the simplicity of immediate mode libraries. In trying to emulate these, now a few callbacks trigger "given this dataclass with state, the widgets should look like this".
                  The micro-management gremlin is whining that it's repeating useless work, but more importantly the window is complete and I can go on with the experiment.

                  Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.

                  Alt...Screenshot of a basic graphical application with settings, showing plots of generated signal to its side.