schmonz.com 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.

Search results for tag #Python

[?]Leanpub »
@leanpub@mastodon.social

Awesome Regex leanpub.com/b/regex by Sundeep Agarwal is the featured bundle on the Leanpub homepage! leanpub.com

    [?]Leanpub »
    @leanpub@mastodon.social

    Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s

      [?]Leanpub »
      @leanpub@mastodon.social

      Django for Beginners/APIs/Professionals leanpub.com/b/djangoforbeginne by William S. Vincent is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

        [?]Christopher Neugebauer »
        @chrisjrn@social.coop

        I'm about to go to bed before I set up for a event that celebrates the joy of technology and the responsibility we have to use the skills we have to improve the world.

        A while ago, I caught the news that former release manager, @swearyanthony is in the ICU in a critical condition with an unclear prognosis. I'm a Python person because I had the fortune to meet Anthony at the right time, and I'll be keeping him in my thoughts as this year's unfolds.

          [?]baconandcoconut »
          @baconandcoconut@freeradical.zone

          I know lots of friends/connections are looking for a new job (or a better job?) so if you can get to Pittsburgh, then -- especially the job fair -- is going to be a great place to network with employers. us.pycon.org/2025/events/job-f

            [?]SnoopJ »
            @SnoopJ@hachyderm.io

            I assume this happened because I have `dynamic = ["version"]` in my `pyproject.toml`, with the version computed by `versioningit` as a function of the current commit/tag, date, and working tree state.

            Both `pip` and `setuptools` are resolving that, but with a delay between the two and if that delay happens to cross a date boundary, kaboom?

            That makes sense to me but also seems like a flaw for dynamic versioning writ large…

            Any folks who have seen¹ this discrepancy in version between integration frontend and build backend have input? Is there some way to untie that TOCTOU-ish knot?

            ¹ no speculation, please, I am soliciting direct experience. I can generate plenty of speculation by myself. :blobfoxangrylaugh:

              [?]Leanpub »
              @leanpub@mastodon.social

              7 Course-Bundle: Shut Up and Code Python + PyCharm + Coding Interview + Machine Learning + One-Liners + Regex + Lambdas leanpub.com/set/leanpub/7cours is the featured Track of online courses on the Leanpub homepage! leanpub.com

                [?]Greg Wilson »
                @gvwilson@mastodon.social

                Lazy Loading a Data Package in Python: is there a better way? third-bit.com/2025/04/21/lazy-

                  [?]Leanpub »
                  @leanpub@mastodon.social

                  A Simple Path to Python Success leanpub.com/set/leanpub/asimpl is the featured Track of online courses on the Leanpub homepage! leanpub.com

                    [?]Leanpub »
                    @leanpub@mastodon.social

                    Master Python leanpub.com/b/masterpython by Noah Gift and Alfredo Deza is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                      [?]Leanpub »
                      @leanpub@mastodon.social

                      Conquer the Coding Interview Efficiently In Python: From Zero to Mastery leanpub.com/conquerthecodingin

                      Coding interviews have become an integral part of standard engineering assessments in the high-tech industry today.

                      Find it on Leanpub!

                        [?]Leanpub »
                        @leanpub@mastodon.social

                        Real World Python leanpub.com/set/leanpub/realwo is the featured Track of online courses on the Leanpub homepage! leanpub.com

                          Ron Jeffries boosted

                          [?]Glyph »
                          @glyph@mastodon.social

                          Did you know that I maintain a library for writing idiomatic, deterministic finite-state automata, where the inputs are method calls and the outputs are return values? Today there's a new release of it, with some minor updates and to officially add 3.13 to the support matrix (although it did work fine before): pypi.org/project/Automat/25.4.

                            [?]North Bay Python »
                            @NorthBayPython@social.northbaypython.org

                            remember that time @glyph performed a parody operetta about tool proliferation?

                            good times. youtube.com/watch?v=kcfERM6fcg

                            come to this year's , where we are not guaranteeing that a speaker won't have a musical number: nbpy.link/tickets

                              [?]Leanpub »
                              @leanpub@mastodon.social

                              Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s

                                [?]Leanpub »
                                @leanpub@mastodon.social

                                Coffee Break Python - Mastery Workout by Christian Mayer, Lukas Rieger, and Adrian Chan is free with a Leanpub Reader membership! Or you can buy it for $19.99! leanpub.com/coffeebreakpython-

                                  [?]Leanpub »
                                  @leanpub@mastodon.social

                                  Coffee Break Python - Mastery Workout by Christian Mayer, Lukas Rieger, and Adrian Chan is free with a Leanpub Reader membership! Or you can buy it for $19.99! leanpub.com/coffeebreakpython-

                                    [?]Miguel Afonso Caetano »
                                    @remixtures@tldr.nettime.org

                                    "If you’re new to prompt injection attacks the very short version is this: what happens if someone emails my LLM-driven assistant (or “agent” if you like) and tells it to forward all of my emails to a third party?
                                    (...)
                                    The original sin of LLMs that makes them vulnerable to this is when trusted prompts from the user and untrusted text from emails/web pages/etc are concatenated together into the same token stream. I called it “prompt injection” because it’s the same anti-pattern as SQL injection.

                                    Sadly, there is no known reliable way to have an LLM follow instructions in one category of text while safely applying those instructions to another category of text.

                                    That’s where CaMeL comes in.

                                    The new DeepMind paper introduces a system called CaMeL (short for CApabilities for MachinE Learning). The goal of CaMeL is to safely take a prompt like “Send Bob the document he requested in our last meeting” and execute it, taking into account the risk that there might be malicious instructions somewhere in the context that attempt to over-ride the user’s intent.

                                    It works by taking a command from a user, converting that into a sequence of steps in a Python-like programming language, then checking the inputs and outputs of each step to make absolutely sure the data involved is only being passed on to the right places."

                                    simonwillison.net/2025/Apr/11/

                                      [?]Leanpub »
                                      @leanpub@mastodon.social

                                      Real World Python leanpub.com/set/leanpub/realwo is the featured Track of online courses on the Leanpub homepage! leanpub.com

                                        [?]Leanpub »
                                        @leanpub@mastodon.social

                                        Learn Kubernetes & Docker - .NET Core, Java, Node.JS, PHP or Python by Arnaud Weil is free with a Leanpub Reader membership! Or you can buy it for $11.99! leanpub.com/k8s

                                          [?]Leanpub »
                                          @leanpub@mastodon.social

                                          [?]Jay Hannah »
                                          @deafferret@flyovercountry.social

                                          Wrapped up an awesome 6-month bioinformatics -> -> gig. Open to new telecommute Python / / software stacks, database thrashing / analytics, or DevOps / cloud infrastructure work.

                                          Thanks for any leads, boosts!

                                          Dream job, resume on my blog: notes.jays.net/blog/resume/

                                            [?]Leanpub »
                                            @leanpub@mastodon.social

                                            Conquer the Coding Interview Efficiently In Python: From Zero to Mastery leanpub.com/conquerthecodingin

                                              [?]Leanpub »
                                              @leanpub@mastodon.social

                                              [?]LeJax »
                                              @lejax@mastodon.bsd.cafe

                                              Hello folks,

                                              I run 3.1.,.1 on and I have an issue:
                                              File "/usr/local/lib/python3.11/site-packages/certbot/crypto_util.py", line 185, in <module>
                                              ) -> Tuple[acme_crypto_util.Format, util.CSR, List[str]]:
                                              ^^^^^^^^^^^^^^^^^^^^^^^
                                              AttributeError: module 'acme.crypto_util' has no attribute 'Format'

                                              I'm not a dev and I need help to solve This issue.

                                              Could some ome help me?

                                                [?]Leanpub »
                                                @leanpub@mastodon.social

                                                A Simple Path to Python Success leanpub.com/set/leanpub/asimpl is the featured Track of online courses on the Leanpub homepage! leanpub.com

                                                  [?]Leanpub »
                                                  @leanpub@mastodon.social

                                                  Dynamic Web Scripting leanpub.com/b/webscripting by GitforGits | Asian Publishing House is the featured bundle of ebooks 📚 on the Leanpub homepage! leanpub.com

                                                    Back to top - More...